Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/hppa/sys No need to .import __cerror as SYS.h ...



details:   https://anonhg.NetBSD.org/src/rev/cba302040512
branches:  trunk
changeset: 932490:cba302040512
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat May 09 08:25:33 2020 +0000

description:
No need to .import __cerror as SYS.h does it

diffstat:

 lib/libc/arch/hppa/sys/__vfork14.S |  4 +---
 lib/libc/arch/hppa/sys/ptrace.S    |  4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r 8af92884e633 -r cba302040512 lib/libc/arch/hppa/sys/__vfork14.S
--- a/lib/libc/arch/hppa/sys/__vfork14.S        Sat May 09 08:01:38 2020 +0000
+++ b/lib/libc/arch/hppa/sys/__vfork14.S        Sat May 09 08:25:33 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: __vfork14.S,v 1.9 2020/05/05 20:43:47 skrll Exp $      */
+/*     $NetBSD: __vfork14.S,v 1.10 2020/05/09 08:25:33 skrll Exp $     */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -52,8 +52,6 @@
         * syscall entry code in locore.S has been modified
         * to do just this for the t4 register.
         */
-       .import __cerror, code
-
        copy    %rp, %t4
        ldil    L%SYSCALLGATE, %r1
        ble     4(%sr2, %r1)
diff -r 8af92884e633 -r cba302040512 lib/libc/arch/hppa/sys/ptrace.S
--- a/lib/libc/arch/hppa/sys/ptrace.S   Sat May 09 08:01:38 2020 +0000
+++ b/lib/libc/arch/hppa/sys/ptrace.S   Sat May 09 08:25:33 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ptrace.S,v 1.6 2008/04/28 20:22:56 martin Exp $        */
+/*     $NetBSD: ptrace.S,v 1.7 2020/05/09 08:25:33 skrll Exp $ */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -32,8 +32,6 @@
 #include <sys/errno.h>
 #include "SYS.h"
 
-       .import __cerror, code
-
 /*
  * int ptrace(int request, pid_t pid, void * addr, int data);
  */



Home | Main Index | Thread Index | Old Index