Changeset 1564c4b in mainline for boot/arch/ia64/_link.ld.in
- Timestamp:
- 2011-06-08T19:39:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2af29ed
- Parents:
- e686889c (diff), 0eff68e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/_link.ld.in
re686889c r1564c4b 11 11 *(.rodata); 12 12 *(.rodata.*); 13 *(.data );/* initialized data */14 _ got= . ;13 *(.data .data.*); /* initialized data */ 14 __gp = . ; 15 15 *(.got .got.*); 16 16 *(.bss); /* uninitialized static variables */ … … 20 20 21 21 /DISCARD/ : { 22 *(.comment); 23 *(.note*); 22 *(.*); 24 23 } 25 24 }
Note:
See TracChangeset
for help on using the changeset viewer.