- Timestamp:
- 2005-12-11T21:36:42Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ba276f7
- Parents:
- 0c8e692
- Location:
- arch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/_link.ld.in
r0c8e692 r3550c393 49 49 50 50 *(.eh_frame); 51 *(.bss); /* uninitialized static variables */52 51 53 52 symbol_table = .; 54 53 *(symtab.*); /* Symbol table, must be LAST symbol!*/ 54 55 *(.bss); /* uninitialized static variables */ 55 56 56 57 kdata_end = .; -
arch/ia32/_link.ld.in
r0c8e692 r3550c393 47 47 hardcoded_unmapped_kdata_size = .; 48 48 LONG(unmapped_kdata_end - unmapped_kdata_start); 49 *(.bss); /* uninitialized static variables */50 49 symbol_table = .; 51 50 *(symtab.*); /* Symbol table, must be LAST symbol! */ 52 51 *(.bss); /* uninitialized static variables */ 53 52 kdata_end = .; 54 53 }
Note:
See TracChangeset
for help on using the changeset viewer.