diff src/m/sparc.h @ 8307:298b54cff974

Changes to support NetBSD.
author Charles Hannum <mycroft@gnu.org>
date Fri, 22 Jul 1994 18:28:20 +0000
parents 87749666b68b
children 191acacfa1ec
line wrap: on
line diff
--- a/src/m/sparc.h	Fri Jul 22 18:22:36 1994 +0000
+++ b/src/m/sparc.h	Fri Jul 22 18:28:20 1994 +0000
@@ -110,6 +110,9 @@
 #define PURESIZE 130000
 #endif
 
+#ifndef __NetBSD__
+/* This really belongs in s/sun.h.  */
+
 /* Say that the text segment of a.out includes the header;
    the header actually occupies the first few bytes of the text segment
    and is counted in hdr.a_text.  */
@@ -119,3 +122,5 @@
 /* This is the offset of the executable's text, from the start of the file.  */
 
 #define A_TEXT_SEEK(HDR) (N_TXTOFF (hdr) + sizeof (hdr))
+
+#endif /* __NetBSD__ */