Changeset b994a60 in mainline for arch/ia64/src/start.S
- Timestamp:
- 2006-03-09T12:44:27Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 901122b
- Parents:
- cd373bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/src/start.S
rcd373bb rb994a60 125 125 126 126 # initialize gp (Global Pointer) register 127 movl r1 = _hardcoded_load_address ;;127 movl r1 = _hardcoded_load_address 128 128 129 129 /* … … 132 132 movl r14 = _hardcoded_ktext_size 133 133 movl r15 = _hardcoded_kdata_size 134 movl r16 = _hardcoded_load_address 134 movl r16 = _hardcoded_load_address ;; 135 135 addl r17 = @gprel(hardcoded_ktext_size), gp 136 136 addl r18 = @gprel(hardcoded_kdata_size), gp
Note:
See TracChangeset
for help on using the changeset viewer.