diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1995-05-17 23:13:26 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1995-05-17 23:13:26 +0000 |
commit | eba086437576856c461ab5ae181277236dba005a (patch) | |
tree | 1ad360421f62d48740bf2e2baf99dfb88e99280d /gdb/config | |
parent | f57b30fc386f7e86049b2c99437beb7e21edfb41 (diff) | |
download | gdb-eba086437576856c461ab5ae181277236dba005a.zip gdb-eba086437576856c461ab5ae181277236dba005a.tar.gz gdb-eba086437576856c461ab5ae181277236dba005a.tar.bz2 |
* monitor.c (monitor_printf): Changed format specification in
error message to work with pre-ansi compilers.
(monitor_load_srec): reduced length of s-records from 128 to 32
bytes so download is more reliable with the rom68k monitor.
* rom68k-rom.c: Added trailing space to prompt string.
* config/i386/xm-i386sco.h (HAVE_STRSTR): Removed.
* config/i386/xm-go32.h, mswin/xm.h (SYS_SIGLIST_MISSING):
Removed.
* defs.h, config/{xm-lynx.h, xm-nbsd.h},
config/i386/{xm-i386bsd.h, xm-linux.h},
config/m68k/xm-hp300bsd.h, config/mips/xm-irix4.h,
config/ns32k/xm-ns32km3.h, doc/gdbint.texinfo
(PSIGNAL_IN_SIGNAL_H): Removed.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386/xm-go32.h | 1 | ||||
-rw-r--r-- | gdb/config/i386/xm-i386bsd.h | 4 | ||||
-rw-r--r-- | gdb/config/i386/xm-i386sco.h | 1 | ||||
-rw-r--r-- | gdb/config/i386/xm-linux.h | 1 | ||||
-rw-r--r-- | gdb/config/m68k/xm-hp300bsd.h | 6 | ||||
-rw-r--r-- | gdb/config/mips/xm-irix4.h | 5 | ||||
-rw-r--r-- | gdb/config/ns32k/xm-ns32km3.h | 3 | ||||
-rw-r--r-- | gdb/config/xm-lynx.h | 4 | ||||
-rw-r--r-- | gdb/config/xm-nbsd.h | 3 |
9 files changed, 0 insertions, 28 deletions
diff --git a/gdb/config/i386/xm-go32.h b/gdb/config/i386/xm-go32.h index eee636f..fe9d5f8 100644 --- a/gdb/config/i386/xm-go32.h +++ b/gdb/config/i386/xm-go32.h @@ -17,7 +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., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#define SYS_SIGLIST_MISSING 1 #define HOST_BYTE_ORDER LITTLE_ENDIAN #include "fopen-bin.h" diff --git a/gdb/config/i386/xm-i386bsd.h b/gdb/config/i386/xm-i386bsd.h index 2f3d70e..fce0263 100644 --- a/gdb/config/i386/xm-i386bsd.h +++ b/gdb/config/i386/xm-i386bsd.h @@ -21,7 +21,3 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <machine/limits.h> /* for INT_MIN, to avoid "INT_MIN redefined" warnings from defs.h */ - -/* psignal() is in <signal.h>. */ - -#define PSIGNAL_IN_SIGNAL_H diff --git a/gdb/config/i386/xm-i386sco.h b/gdb/config/i386/xm-i386sco.h index 129cda0..ddcdc9b 100644 --- a/gdb/config/i386/xm-i386sco.h +++ b/gdb/config/i386/xm-i386sco.h @@ -37,7 +37,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ So we use dots instead. This item must be coordinated with G++. */ #undef CPLUS_MARKER #define CPLUS_MARKER '.' -#define HAVE_STRSTR /* Use setpgid instead of setpgrp on SCO */ #define NEED_POSIX_SETPGID diff --git a/gdb/config/i386/xm-linux.h b/gdb/config/i386/xm-linux.h index 31dcc39..cf1b4a4 100644 --- a/gdb/config/i386/xm-linux.h +++ b/gdb/config/i386/xm-linux.h @@ -24,7 +24,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* This is the amount to subtract from u.u_ar0 to get the offset in the core file of the register values. */ #define KERNEL_U_ADDR 0x0 -#define PSIGNAL_IN_SIGNAL_H #define NEED_POSIX_SETPGID diff --git a/gdb/config/m68k/xm-hp300bsd.h b/gdb/config/m68k/xm-hp300bsd.h index 80e04d3..e59b4c6 100644 --- a/gdb/config/m68k/xm-hp300bsd.h +++ b/gdb/config/m68k/xm-hp300bsd.h @@ -31,12 +31,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Kernel is a bit tenacious about sharing text segments, disallowing bpts. */ #define ONE_PROCESS_WRITETEXT -/* psignal's definition in 4.4BSD conflicts with the one in defs.h. - But there *is* no psignal definition in 4.3BSD. So we avoid the defs.h - version here, and supply our own (matching) one. */ -#define PSIGNAL_IN_SIGNAL_H -void psignal PARAMS ((unsigned int, const char *)); - extern char *strdup PARAMS ((const char *)); /* Interface definitions for kernel debugger KDB. */ diff --git a/gdb/config/mips/xm-irix4.h b/gdb/config/mips/xm-irix4.h index 7c6ad8d..069a175 100644 --- a/gdb/config/mips/xm-irix4.h +++ b/gdb/config/mips/xm-irix4.h @@ -22,11 +22,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "mips/xm-irix3.h" -/* Irix defines psignal() in signal.h, in a way which conflicts with the - definition in defs.h. */ - -#define PSIGNAL_IN_SIGNAL_H - #define BROKEN_SIGINFO_H /* <sys/siginfo.h> si_pid & si_uid are bogus */ /* Irix 4.0.1 and later have termios. Not sure about earlier versions. */ diff --git a/gdb/config/ns32k/xm-ns32km3.h b/gdb/config/ns32k/xm-ns32km3.h index ef3bc7c..4147fa8 100644 --- a/gdb/config/ns32k/xm-ns32km3.h +++ b/gdb/config/ns32k/xm-ns32km3.h @@ -26,6 +26,3 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Do implement the attach and detach commands. */ #define ATTACH_DETACH 1 - -/* signal.h has declaration for psignal() */ -#define PSIGNAL_IN_SIGNAL_H diff --git a/gdb/config/xm-lynx.h b/gdb/config/xm-lynx.h index 5161884..5b9a389 100644 --- a/gdb/config/xm-lynx.h +++ b/gdb/config/xm-lynx.h @@ -21,8 +21,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <limits.h> -/* psignal() is in <signal.h>. */ - -#define PSIGNAL_IN_SIGNAL_H - #define MEM_FNS_DECLARED diff --git a/gdb/config/xm-nbsd.h b/gdb/config/xm-nbsd.h index a942308..2399743 100644 --- a/gdb/config/xm-nbsd.h +++ b/gdb/config/xm-nbsd.h @@ -30,6 +30,3 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* NetBSD has termios facilities. */ #define HAVE_TERMIOS - -/* psignal() is in <signal.h>. */ -#define PSIGNAL_IN_SIGNAL_H |