aboutsummaryrefslogtreecommitdiff
path: root/gdb/m88k-nat.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-06-18 02:32:27 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-06-18 02:32:27 +0000
commitfc61e9eeec88f29c61c9bf41e55c415aaf562251 (patch)
treefcad9d18becc89b1cd56daadc563ac15057987fd /gdb/m88k-nat.c
parent1d2bb445898a2511db544b7ea6765051f51522c8 (diff)
downloadgdb-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.c2
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)