Changeset 8b786b6 in mainline for arch/ppc/_link.ld
- Timestamp:
- 2005-09-04T15:44:22Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ee7e6ace
- Parents:
- 8ec9bae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc/_link.ld
r8ec9bae r8b786b6 34 34 *(.bss); /* uninitialized static variables */ 35 35 *(COMMON); /* global variables */ 36 37 symbol_table = .; 38 *(symtab.*); /* Symbol table, must be LAST symbol!*/ 39 36 40 kdata_end = .; 37 41 }
Note:
See TracChangeset
for help on using the changeset viewer.