Changeset ddd9486 in mainline for arch/amd64
- Timestamp:
- 2005-09-11T13:29:25Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 788ccb04
- Parents:
- 8e3fb24c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/_link.ld.in
r8e3fb24c rddd9486 49 49 *(COMMON); /* global variables */ 50 50 51 52 53 51 *(.eh_frame); 54 52 *(.bss); /* uninitialized static variables */ 55 *(K_DATA_END);56 53 57 54 symbol_table = .;
Note:
See TracChangeset
for help on using the changeset viewer.