* config/m88k/xm-dgux.h: Define NO_PTRACE_H.
authorJim Kingdon <jkingdon@engr.sgi.com>
Sun, 17 Oct 1993 02:19:59 +0000 (02:19 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sun, 17 Oct 1993 02:19:59 +0000 (02:19 +0000)
gdb/ChangeLog
gdb/config/m88k/xm-dgux.h

index 82db383..a156625 100644 (file)
@@ -1,5 +1,7 @@
 Sat Oct 16 20:47:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * config/m88k/xm-dgux.h: Define NO_PTRACE_H.
+
        * corelow.c (add_to_thread_list): Need a cast to go from PTR to
        asection *.
 
index bcdc0eb..fdc82db 100644 (file)
@@ -26,6 +26,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define USG 1
 #endif
 
+/* Really native, but as long as only native files check this macro we
+   are OK.  */
+#define NO_PTRACE_H
+
 #include <sys/param.h>
 
 #ifdef __GNUC__