Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/sparc64/sys Compile with an ISO C preprocessor.



details:   https://anonhg.NetBSD.org/src/rev/432060e6353f
branches:  trunk
changeset: 538743:432060e6353f
user:      petrov <petrov%NetBSD.org@localhost>
date:      Tue Oct 29 00:22:18 2002 +0000

description:
Compile with an ISO C preprocessor.

diffstat:

 lib/libc/arch/sparc64/sys/__sigtramp1.S |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r acfa370ab81c -r 432060e6353f lib/libc/arch/sparc64/sys/__sigtramp1.S
--- a/lib/libc/arch/sparc64/sys/__sigtramp1.S   Mon Oct 28 18:00:40 2002 +0000
+++ b/lib/libc/arch/sparc64/sys/__sigtramp1.S   Tue Oct 29 00:22:18 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: __sigtramp1.S,v 1.2 2002/07/10 03:27:23 thorpej Exp $  */
+/*     $NetBSD: __sigtramp1.S,v 1.3 2002/10/29 00:22:18 petrov Exp $   */
 
 /*
  * Copyright (c) 1996-2002 Eduardo Horvath
@@ -57,6 +57,9 @@
 #include <machine/ctlreg.h>
 #include <machine/psl.h>
 
+       .register       %g2,#ignore
+       .register       %g3,#ignore
+
 /*
  * When this code is run, the stack looks like:
  *     [%sp]                   128 bytes to which registers can be dumped



Home | Main Index | Thread Index | Old Index