aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/m88k
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-10-17 02:19:59 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-10-17 02:19:59 +0000
commitdf0d53e3f4ef97bf2ba74a0b1a71273c942de593 (patch)
treea0700180b1089823a5fd22c7a5af4125bf6ed031 /gdb/config/m88k
parent2a23937211bc77d70bd846024493e30b6eda5c86 (diff)
downloadfsf-binutils-gdb-df0d53e3f4ef97bf2ba74a0b1a71273c942de593.zip
fsf-binutils-gdb-df0d53e3f4ef97bf2ba74a0b1a71273c942de593.tar.gz
fsf-binutils-gdb-df0d53e3f4ef97bf2ba74a0b1a71273c942de593.tar.bz2
* config/m88k/xm-dgux.h: Define NO_PTRACE_H.
Diffstat (limited to 'gdb/config/m88k')
-rw-r--r--gdb/config/m88k/xm-dgux.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/m88k/xm-dgux.h b/gdb/config/m88k/xm-dgux.h
index bcdc0eb..fdc82db 100644
--- a/gdb/config/m88k/xm-dgux.h
+++ b/gdb/config/m88k/xm-dgux.h
@@ -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__