Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/compat/arch/hppa/sys Use the delay slot



details:   https://anonhg.NetBSD.org/src/rev/b3c27f21ff32
branches:  trunk
changeset: 932328:b3c27f21ff32
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue May 05 06:11:06 2020 +0000

description:
Use the delay slot

diffstat:

 lib/libc/compat/arch/hppa/sys/compat_sigpending.S  |  6 +++---
 lib/libc/compat/arch/hppa/sys/compat_sigprocmask.S |  6 +++---
 lib/libc/compat/arch/hppa/sys/compat_sigreturn.S   |  6 +++---
 lib/libc/compat/arch/hppa/sys/compat_sigsuspend.S  |  6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

diffs (72 lines):

diff -r b7b3cf122317 -r b3c27f21ff32 lib/libc/compat/arch/hppa/sys/compat_sigpending.S
--- a/lib/libc/compat/arch/hppa/sys/compat_sigpending.S Tue May 05 06:06:16 2020 +0000
+++ b/lib/libc/compat/arch/hppa/sys/compat_sigpending.S Tue May 05 06:11:06 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compat_sigpending.S,v 1.3 2020/05/03 15:27:06 skrll Exp $      */
+/*     $NetBSD: compat_sigpending.S,v 1.4 2020/05/05 06:11:06 skrll Exp $      */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -42,6 +42,6 @@
         * AFAICT, since the hppa port came after __sigpending14,
         * we shouldn't have to supply the compatability sigpending.
         */
-       ldi     EINVAL, %t1
-       b,n     __cerror
+       b       __cerror
+        ldi    EINVAL, %t1
 EXIT(sigpending)
diff -r b7b3cf122317 -r b3c27f21ff32 lib/libc/compat/arch/hppa/sys/compat_sigprocmask.S
--- a/lib/libc/compat/arch/hppa/sys/compat_sigprocmask.S        Tue May 05 06:06:16 2020 +0000
+++ b/lib/libc/compat/arch/hppa/sys/compat_sigprocmask.S        Tue May 05 06:11:06 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compat_sigprocmask.S,v 1.3 2020/05/03 08:36:09 skrll Exp $     */
+/*     $NetBSD: compat_sigprocmask.S,v 1.4 2020/05/05 06:11:06 skrll Exp $     */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -42,6 +42,6 @@
         * AFAICT, since the hppa port came after __sigprocmask14,
         * we shouldn't have to supply the compatability sigprocmask.
         */
-       ldi     EINVAL, %t1
-       b,n     __cerror
+       b       __cerror
+        ldi    EINVAL, %t1
 EXIT(sigprocmask)
diff -r b7b3cf122317 -r b3c27f21ff32 lib/libc/compat/arch/hppa/sys/compat_sigreturn.S
--- a/lib/libc/compat/arch/hppa/sys/compat_sigreturn.S  Tue May 05 06:06:16 2020 +0000
+++ b/lib/libc/compat/arch/hppa/sys/compat_sigreturn.S  Tue May 05 06:11:06 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compat_sigreturn.S,v 1.3 2020/05/03 15:27:06 skrll Exp $       */
+/*     $NetBSD: compat_sigreturn.S,v 1.4 2020/05/05 06:11:06 skrll Exp $       */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -42,6 +42,6 @@
         * AFAICT, since the hppa port came after __sigreturn14,
         * we shouldn't have to supply the compatability sigreturn.
         */
-       ldi     EINVAL, %t1
-       b,n     __cerror
+       b       __cerror
+        ldi    EINVAL, %t1
 EXIT(sigreturn)
diff -r b7b3cf122317 -r b3c27f21ff32 lib/libc/compat/arch/hppa/sys/compat_sigsuspend.S
--- a/lib/libc/compat/arch/hppa/sys/compat_sigsuspend.S Tue May 05 06:06:16 2020 +0000
+++ b/lib/libc/compat/arch/hppa/sys/compat_sigsuspend.S Tue May 05 06:11:06 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compat_sigsuspend.S,v 1.3 2020/05/03 08:36:09 skrll Exp $      */
+/*     $NetBSD: compat_sigsuspend.S,v 1.4 2020/05/05 06:11:06 skrll Exp $      */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -42,6 +42,6 @@
         * AFAICT, since the hppa port came after __sigsuspend14,
         * we shouldn't have to supply the compatability sigsuspend.
         */
-       ldi     EINVAL, %t1
-       b,n     __cerror
+       b       __cerror
+        ldi    EINVAL, %t1
 EXIT(sigsuspend)



Home | Main Index | Thread Index | Old Index