CVSROOT:        /cvs
Module name:    src
Changes by:     guent...@cvs.openbsd.org        2016/05/09 10:33:48

Modified files:
        lib/libc/arch/alpha/gen: _setjmp.S setjmp.S sigsetjmp.S 

Log message:
Stop using sigreturn for longjmp, just set the signal mask and return
registers ala _longjmp.  In setjmp, stop saving the onstack from sigaltstack
as it's been unused by longjmp for years.
In sig{set,long}jmp, use the internal, hidden names for setjmp/_setjmp/etc
to avoid creating PLT entries.

build testing deraadt@

Reply via email to