From: Jim Kingdon Date: Sun, 17 Oct 1993 02:19:59 +0000 (+0000) Subject: * config/m88k/xm-dgux.h: Define NO_PTRACE_H. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=df0d53e3f4ef97bf2ba74a0b1a71273c942de593;p=binutils-gdb.git * config/m88k/xm-dgux.h: Define NO_PTRACE_H. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 82db3834c69..a156625f147 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 bcdc0ebdf5e..fdc82db59d3 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 #ifdef __GNUC__