diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-18 02:32:27 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-18 02:32:27 +0000 |
commit | fc61e9eeec88f29c61c9bf41e55c415aaf562251 (patch) | |
tree | fcad9d18becc89b1cd56daadc563ac15057987fd /gdb/m88k-nat.c | |
parent | 1d2bb445898a2511db544b7ea6765051f51522c8 (diff) | |
download | gdb-fc61e9eeec88f29c61c9bf41e55c415aaf562251.zip gdb-fc61e9eeec88f29c61c9bf41e55c415aaf562251.tar.gz gdb-fc61e9eeec88f29c61c9bf41e55c415aaf562251.tar.bz2 |
* Makefile.in (INTERNAL_CFLAGS): Include ../include as well as
${srcdir}/../include.
* config/m88k/xm-delta88.h: Comment out unused defines which conflict
with system headers.
* printcmd.c (printf_command): Cast second arg to vprintf to PTR.
Use VPRINTF macro if defined.
* config/m88k/xm-delta88.h: Define VPRINTF. Include <sys/siginfo.h>.
Define TIOC{GETC,GLTC}_BROKEN.
* m88k-nat.c: Uncomment include of <sys/ptrace.h>.
* main.c: Rename initialize_{main,cmd_lists,history} to init_* to
make things easier on munch (apparently this matters on
the delta88 with svr3).
Diffstat (limited to 'gdb/m88k-nat.c')
-rw-r--r-- | gdb/m88k-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/m88k-nat.c b/gdb/m88k-nat.c index bbbceb8..189c18d 100644 --- a/gdb/m88k-nat.c +++ b/gdb/m88k-nat.c @@ -44,7 +44,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "value.h" #ifdef DELTA88 -/* #include <sys/ptrace.h> */ +#include <sys/ptrace.h> /* define offsets to the pc instruction offsets in ptrace_user struct */ #define SXIP_OFFSET ((char *)&u.pt_sigframe.sig_sxip - (char *)&u) |