Changeset af103f4 in mainline
- Timestamp:
- 2011-04-13T18:16:07Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1d9c541
- Parents:
- 88634420
- Location:
- boot/arch/ia64
- Files:
-
- 2 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 */ -
boot/arch/ia64/src/boot.S
r88634420 raf103f4 34 34 .global start 35 35 start: 36 movl gp = LOADER_ADDRESS36 movl gp = __gp 37 37 38 38 #
Note:
See TracChangeset
for help on using the changeset viewer.