Source-Changes-HG archive

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

[src/netbsd-3]: src/lib/libc/arch/sparc/sys Pull up following revision(s) (re...



details:   https://anonhg.NetBSD.org/src/rev/9628df913d64
branches:  netbsd-3
changeset: 577731:9628df913d64
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Jan 11 17:14:45 2006 +0000

description:
Pull up following revision(s) (requested by martin in ticket #1109):
        lib/libc/arch/sparc/sys/ptrace.S: revision 1.7
Cosmetics (pointed out by uwe): use trivial restore, not the explicit
version.

diffstat:

 lib/libc/arch/sparc/sys/ptrace.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r cbff2b68d837 -r 9628df913d64 lib/libc/arch/sparc/sys/ptrace.S
--- a/lib/libc/arch/sparc/sys/ptrace.S  Wed Jan 11 17:13:42 2006 +0000
+++ b/lib/libc/arch/sparc/sys/ptrace.S  Wed Jan 11 17:14:45 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ptrace.S,v 1.5.6.1 2006/01/11 17:13:42 tron Exp $      */
+/*     $NetBSD: ptrace.S,v 1.5.6.2 2006/01/11 17:14:45 tron Exp $      */
 
 /*
  * Copyright (c) 1992, 1993
@@ -40,7 +40,7 @@
 #if 0
        .asciz "@(#)ptrace.s    8.1 (Berkeley) 6/4/93"
 #else
-       RCSID("$NetBSD: ptrace.S,v 1.5.6.1 2006/01/11 17:13:42 tron Exp $")
+       RCSID("$NetBSD: ptrace.S,v 1.5.6.2 2006/01/11 17:14:45 tron Exp $")
 #endif
 #endif /* SYSLIBC_SCCS and not lint */
 
@@ -52,7 +52,7 @@
        call    _C_LABEL(__errno)
         nop
        st      %g0, [%o0]
-       restore %g0, 0, %g0
+       restore
 #else
 #ifdef PIC
        PIC_PROLOGUE(%g1,%g2)



Home | Main Index | Thread Index | Old Index