Changeset 653a4f7 in mainline
- Timestamp:
- 2008-12-19T17:36:57Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 723060a
- Parents:
- fe6a74c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/loader/_link.ld.in
rfe6a74c r653a4f7 13 13 _got = . ; 14 14 *(.got .got.*); 15 *(.bss); /* uninitialized static variables */ 16 *(COMMON); 17 } 18 19 .sboot : { 15 20 *(.sdata); 16 21 *(.sdata2); 17 22 *(.sbss); 18 *(.bss); /* uninitialized static variables */19 *(COMMON);20 23 } 21 24
Note:
See TracChangeset
for help on using the changeset viewer.