diff options
author | Jason Molenda <jmolenda@apple.com> | 1998-08-18 23:04:24 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1998-08-18 23:04:24 +0000 |
commit | 4ff3dfab548b25c2b413095dc021e6ab32fab22b (patch) | |
tree | f360200560ec63d05cb32245ec138f4026236523 /gdb/config | |
parent | 1aecc7dccb3ed3995f7c2f92fd728e4cc6d5cc4c (diff) | |
download | gdb-4ff3dfab548b25c2b413095dc021e6ab32fab22b.zip gdb-4ff3dfab548b25c2b413095dc021e6ab32fab22b.tar.gz gdb-4ff3dfab548b25c2b413095dc021e6ab32fab22b.tar.bz2 |
1998-08-18 Jason Molenda (jsm@bugshack.cygnus.com)
* configure.in: Add more header files to AC_CHECK_HEADERS.
* configure: Regenerated.
* command.c: Include wait.h or sys/wait.h if present.
* inftarg.c: Ditto.
* core-aout.c: Include ptrace.h or sys/ptrace.h if present, based
on autoconf test.
* infptrace.c: Ditto.
* expprint.c: Include ctype.h for isprint prototype.
* i386aix-nat.c: Include sys/reg.h if autoconf says it is present.
* i386v-nat.c: Include ptrace.h, sys/ptrace.h, and sys/reg.h if
present, based on autoconf test.
* utils.c: Include curses.h and term.h if present.
(puts_debug): Change 'carriage_return' local variable to return_p
to avoid name clash.
* config/m68k/nm-apollo68b.h: Don't define PTRACE_IN_WRONG_PLACE,
determine it with autoconf.
* config/i386/nm-linux.h: Don't define NO_SYS_REG_H, determine it
with autoconf.
* config/i386/nm-i386sco.h: Don't define NO_PTRACE_H, determine it
with autoconf.
* config/i386/nm-i386v.h: Ditto.
* config/i386/nm-symmetry.h: Ditto.
* config/m88k/xm-cxux.h: Ditto.
* config/m88k/xm-dgux.h: Ditto.
* config/m68k/delta68.mh (NAT_FILE): nm-delta68.h no longer necessary.
* config/m68k/nm-delta68.h: Removed.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386/nm-symmetry.h | 1 | ||||
-rw-r--r-- | gdb/config/m68k/delta68.mh | 1 | ||||
-rw-r--r-- | gdb/config/m68k/nm-apollo68b.h | 2 | ||||
-rw-r--r-- | gdb/config/m68k/nm-delta68.h | 22 | ||||
-rw-r--r-- | gdb/config/m88k/xm-cxux.h | 4 | ||||
-rw-r--r-- | gdb/config/m88k/xm-dgux.h | 4 |
6 files changed, 0 insertions, 34 deletions
diff --git a/gdb/config/i386/nm-symmetry.h b/gdb/config/i386/nm-symmetry.h index e8fb6b9..80cf097 100644 --- a/gdb/config/i386/nm-symmetry.h +++ b/gdb/config/i386/nm-symmetry.h @@ -43,5 +43,4 @@ extern int child_wait PARAMS ((int, struct target_waitstatus *)); #define KERNEL_U_ADDR (VA_UAREA) /* ptx */ #else #define KERNEL_U_ADDR (0x80000000 - (UPAGES * NBPG)) /* dynix */ -#define NO_PTRACE_H #endif diff --git a/gdb/config/m68k/delta68.mh b/gdb/config/m68k/delta68.mh index 33aa702..7aca877 100644 --- a/gdb/config/m68k/delta68.mh +++ b/gdb/config/m68k/delta68.mh @@ -2,5 +2,4 @@ XM_FILE= xm-delta68.h -NAT_FILE= nm-delta68.h NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o core-aout.o delta68-nat.o diff --git a/gdb/config/m68k/nm-apollo68b.h b/gdb/config/m68k/nm-apollo68b.h index 08ade07..4048a8b 100644 --- a/gdb/config/m68k/nm-apollo68b.h +++ b/gdb/config/m68k/nm-apollo68b.h @@ -17,8 +17,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define PTRACE_IN_WRONG_PLACE - #define FETCH_INFERIOR_REGISTERS /* Tell gdb that we can attach and detach other processes */ diff --git a/gdb/config/m68k/nm-delta68.h b/gdb/config/m68k/nm-delta68.h deleted file mode 100644 index 32af87b..0000000 --- a/gdb/config/m68k/nm-delta68.h +++ /dev/null @@ -1,22 +0,0 @@ -/* Macro definitions for a Delta. - Copyright (C) 1993 Free Software Foundation, Inc. - -This file is part of GDB. - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - -/* Motorola Delta Series sysV68 R3V7.1. */ - -#define NO_PTRACE_H diff --git a/gdb/config/m88k/xm-cxux.h b/gdb/config/m88k/xm-cxux.h index 66ee610..582c613 100644 --- a/gdb/config/m88k/xm-cxux.h +++ b/gdb/config/m88k/xm-cxux.h @@ -26,10 +26,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 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> #define x_foff _x_x._x_offset diff --git a/gdb/config/m88k/xm-dgux.h b/gdb/config/m88k/xm-dgux.h index 0e93cea..b3608e7 100644 --- a/gdb/config/m88k/xm-dgux.h +++ b/gdb/config/m88k/xm-dgux.h @@ -26,10 +26,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 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__ |