Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/stand/ofwboot Compile with an ISO C preproces...



details:   https://anonhg.NetBSD.org/src/rev/0e5be4e261bb
branches:  trunk
changeset: 538785:0e5be4e261bb
user:      petrov <petrov%NetBSD.org@localhost>
date:      Wed Oct 30 01:46:09 2002 +0000

description:
Compile with an ISO C preprocessor.

diffstat:

 sys/arch/sparc/stand/ofwboot/srt0.s |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 335fd4c0871b -r 0e5be4e261bb sys/arch/sparc/stand/ofwboot/srt0.s
--- a/sys/arch/sparc/stand/ofwboot/srt0.s       Tue Oct 29 22:22:30 2002 +0000
+++ b/sys/arch/sparc/stand/ofwboot/srt0.s       Wed Oct 30 01:46:09 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: srt0.s,v 1.1 2000/08/20 14:58:42 mrg Exp $     */
+/*     $NetBSD: srt0.s,v 1.2 2002/10/30 01:46:09 petrov Exp $  */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -36,6 +36,9 @@
 #include <machine/frame.h>
 #include <machine/asm.h>
 
+       .register %g2,#ignore
+       .register %g3,#ignore
+
 /*
  * Globals
  */



Home | Main Index | Thread Index | Old Index