Changeset 4074601 in mainline
- Timestamp:
- 2009-12-30T00:33:22Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b2a5b41
- Parents:
- e84037f
- Location:
- uspace/lib/libc/arch/sparc64/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/sparc64/src/entry.s
re84037f r4074601 39 39 # 40 40 __entry: 41 # 42 # Stop stack traces in this function. 43 # 44 clr %i7 45 41 46 # Pass pcb_ptr as the first argument to __main() 42 47 mov %o1, %o0 -
uspace/lib/libc/arch/sparc64/src/stacktrace.S
re84037f r4074601 51 51 52 52 frame_pointer_validate: 53 # Just return the frame address.54 retl55 nop53 # 54 # Fall through - we detect the last frame in the trace by zero %i7. 55 # 56 56 57 57 return_address_get: -
uspace/lib/libc/arch/sparc64/src/thread_entry.s
re84037f r4074601 35 35 # 36 36 __thread_entry: 37 # 38 # Stop stack traces in this function. 39 # 40 clr %i7 41 37 42 sethi %hi(_gp), %l7 38 43 call __thread_main ! %o0 contains address of uarg
Note:
See TracChangeset
for help on using the changeset viewer.