Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/crunch/crunchide __sparc -> __sparc__



details:   https://anonhg.NetBSD.org/src/rev/f8f898fa29c1
branches:  trunk
changeset: 485862:f8f898fa29c1
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sun May 07 18:16:51 2000 +0000

description:
__sparc -> __sparc__

diffstat:

 usr.bin/crunch/crunchide/exec_aout.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 119a9b14db73 -r f8f898fa29c1 usr.bin/crunch/crunchide/exec_aout.c
--- a/usr.bin/crunch/crunchide/exec_aout.c      Sun May 07 17:09:32 2000 +0000
+++ b/usr.bin/crunch/crunchide/exec_aout.c      Sun May 07 18:16:51 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_aout.c,v 1.7 1999/01/11 22:40:00 kleink Exp $     */
+/*     $NetBSD: exec_aout.c,v 1.8 2000/05/07 18:16:51 mycroft Exp $    */
 /*
  * Copyright (c) 1997 Christopher G. Demetriou.  All rights reserved.
  * Copyright (c) 1994 University of Maryland
@@ -27,7 +27,7 @@
  */
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: exec_aout.c,v 1.7 1999/01/11 22:40:00 kleink Exp $");
+__RCSID("$NetBSD: exec_aout.c,v 1.8 2000/05/07 18:16:51 mycroft Exp $");
 #endif
  
 #include <unistd.h>
@@ -56,7 +56,7 @@
 #define IS_GLOBAL_DEFINED(sp) \
                   (((sp)->n_type & N_EXT) && ((sp)->n_type & N_TYPE) != N_UNDF)
 
-#ifdef __sparc
+#ifdef __sparc__
 /* is the relocation entry dependent on a symbol? */
 #define IS_SYMBOL_RELOC(rp)   \
        ((rp)->r_extern || \



Home | Main Index | Thread Index | Old Index