changeset 15288:ea9ba99e3a80

[__linux__] (A_TEXT_OFFSET, A_TEXT_SEEK): Don't define.
author Karl Heuer <kwzh@gnu.org>
date Sat, 25 May 1996 14:42:59 +0000
parents 67ac6707ea3e
children 6caf08bd290c
files src/m/sparc.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/sparc.h	Sat May 25 14:38:33 1996 +0000
+++ b/src/m/sparc.h	Sat May 25 14:42:59 1996 +0000
@@ -104,6 +104,7 @@
 #endif
 
 #ifndef __NetBSD__
+#ifndef __linux__
 /* This really belongs in s/sun.h.  */
 
 /* Say that the text segment of a.out includes the header;
@@ -116,4 +117,5 @@
 
 #define A_TEXT_SEEK(HDR) (N_TXTOFF (hdr) + sizeof (hdr))
 
+#endif /* __linux__ */
 #endif /* __NetBSD__ */