Changeset 32573ff in mainline for boot/arch/ia64/src/boot.S
- Timestamp:
- 2016-05-02T20:58:16Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7c4b26c
- Parents:
- 6adb775f (diff), 5035ba05 (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/src/boot.S
r6adb775f r32573ff 28 28 # 29 29 30 #include <abi/asmtool.h> 30 31 #include <arch/arch.h> 31 32 32 33 .section BOOTSTRAP, "ax" 33 34 34 .global start 35 start: 35 SYMBOL(start) 36 36 movl gp = __gp 37 37 … … 69 69 .bss 70 70 71 .global bootpar 72 bootpar: 71 SYMBOL(bootpar) 73 72 .quad 0 74 73
Note:
See TracChangeset
for help on using the changeset viewer.