Changeset af103f4 in mainline for boot/arch/ia64/_link.ld.in
- Timestamp:
- 2011-04-13T18:16:07Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1d9c541
- Parents:
- 88634420
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/_link.ld.in
r88634420 raf103f4 12 12 *(.rodata.*); 13 13 *(.data); /* initialized data */ 14 _ got= . ;14 __gp = . ; 15 15 *(.got .got.*); 16 16 *(.bss); /* uninitialized static variables */
Note:
See TracChangeset
for help on using the changeset viewer.