Searched hist:108738 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/lib/libc/sparc64/gen/
H A D_setjmp.Sdiff 108738 Sun Jan 05 22:17:32 MST 2003 tmm Rewrite longjmp() and _longjmp() to directly restore the saved frame,
instead of unwinding the call stack. This makes them usable to switch
stacks, e.g. for libc_r.
Do not save the frame pointer in setjmp() and _setjmp(), it is not needed
any more.
Rename _longjmp() to ___longjmp(), with a weak alias to _longjmp(), like
the other architectures did.
H A Dsetjmp.Sdiff 108738 Sun Jan 05 22:17:32 MST 2003 tmm Rewrite longjmp() and _longjmp() to directly restore the saved frame,
instead of unwinding the call stack. This makes them usable to switch
stacks, e.g. for libc_r.
Do not save the frame pointer in setjmp() and _setjmp(), it is not needed
any more.
Rename _longjmp() to ___longjmp(), with a weak alias to _longjmp(), like
the other architectures did.

Completed in 54 milliseconds