match what hppa is doing now (not tested, but should be right)
authorderaadt <deraadt@openbsd.org>
Fri, 10 Jan 2014 20:53:45 +0000 (20:53 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 10 Jan 2014 20:53:45 +0000 (20:53 +0000)
ok miod jsing

lib/libc/arch/hppa64/sys/sigpending.S

index 18d5b50..1ecfd8d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sigpending.S,v 1.5 2011/08/16 18:58:45 kettenis Exp $ */
+/*     $OpenBSD: sigpending.S,v 1.6 2014/01/10 20:53:45 deraadt Exp $  */
 
 /*
  * Copyright (c) 1999 Michael Shalayeff
 #include "SYS.h"
 
 SYSENTRY(sigpending)
-       std     %arg0, HPPA_FRAME_ARG(0)(%sp)
-
        SYSCALL(sigpending)
-
-       ldd     HPPA_FRAME_ARG(0)(%sp), %arg0
        stw     %ret0, 0(%arg0)
        bv      %r0(%rp)
        copy    %r0, %ret0