aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/config/m88k/xm-dgux.h4
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 82db383..a156625 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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 *.
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__