Changeset 88634420 in mainline
- Timestamp:
- 2011-04-13T15:02:37Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- af103f4
- Parents:
- 89c57b6
- Location:
- uspace
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia64/_link.ld.in
r89c57b6 r88634420 22 22 23 23 .got : { 24 _gp = .; 24 /* Tell the linker where we expect GP to point. */ 25 __gp = .; 25 26 *(.got .got.*); 26 27 } :data -
uspace/lib/c/arch/ia64/src/entry.s
r89c57b6 r88634420 39 39 __entry: 40 40 alloc loc0 = ar.pfs, 0, 1, 2, 0 41 movl gp = _ gp41 movl gp = __gp 42 42 43 43 # Pass PCB pointer as the first argument to __main -
uspace/lib/c/arch/ia64/src/thread_entry.s
r89c57b6 r88634420 37 37 alloc loc0 = ar.pfs, 0, 1, 1, 0 38 38 39 movl gp = _ gp39 movl gp = __gp 40 40 41 41 # -
uspace/srv/loader/arch/ia64/_link.ld.in
r89c57b6 r88634420 28 28 29 29 .got : { 30 _gp = .; 30 /* Tell the linker where we expect GP to point. */ 31 __gp = .; 31 32 *(.got .got.*); 32 33 } :data
Note:
See TracChangeset
for help on using the changeset viewer.