K 10 svn:author V 3 tmm K 8 svn:date V 27 2003-01-05T22:17:32.000000Z K 7 svn:log V 351 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. END