Changeset 3550c393 in mainline for arch/amd64/_link.ld.in
- Timestamp:
- 2005-12-11T21:36:42Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ba276f7
- Parents:
- 0c8e692
- File:
-
- 1 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 = .;
Note:
See TracChangeset
for help on using the changeset viewer.