Changeset 59b2adb in mainline for uspace/lib/libc/arch/ia64/src
- Timestamp:
- 2009-01-06T21:14:07Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5f8fd72
- Parents:
- acee917
- Location:
- uspace/lib/libc/arch/ia64/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/ia64/src/entry.s
racee917 r59b2adb 39 39 __entry: 40 40 alloc loc0 = ar.pfs, 0, 1, 2, 0 41 mov r1 = _gp41 movl r1 = _gp 42 42 43 43 # Pass PCB pointer as the first argument to __main -
uspace/lib/libc/arch/ia64/src/thread_entry.s
racee917 r59b2adb 37 37 alloc loc0 = ar.pfs, 0, 1, 1, 0 38 38 39 mov r1 = _gp39 movl r1 = _gp 40 40 41 41 #
Note:
See TracChangeset
for help on using the changeset viewer.