CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2011/08/16 12:58:45

Modified files:
        lib/libc/arch/hppa64/sys: sigpending.S sigprocmask.S 
                                  sigsuspend.S 

Log message:
64-bitification went a bit too far here; sigset_t is 32-bit so using 64-bit
loads and stores may trigger an alignment trap.  Also fix issues where the
code was assuming arguments were passed both in registers on the stack.  This
isn't ithe case for hppa64.

Reply via email to