diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-30 14:32:16 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-30 14:32:16 +0000 |
commit | 8042fa61381d03b37c6548f5064209453aa0a4f4 (patch) | |
tree | 7fe75afa0943ad6f30c8b20184f8b104749948c0 /gnu/usr.bin | |
parent | 3f7da441b5a05145cdd970b960ea8440ddababb5 (diff) |
From NetBSD:
Remove the DBX_NO_XREFS definition from the NetBSD m68k, ns32k, and
sparc gcc configuration. It isn't needed, as NetBSD uses gdb.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/gcc/config/ns32k/netbsd.h | 5 | ||||
-rw-r--r-- | gnu/usr.bin/gcc/config/sparc/netbsd.h | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/gnu/usr.bin/gcc/config/ns32k/netbsd.h b/gnu/usr.bin/gcc/config/ns32k/netbsd.h index 53b7e866b13..717441248d3 100644 --- a/gnu/usr.bin/gcc/config/ns32k/netbsd.h +++ b/gnu/usr.bin/gcc/config/ns32k/netbsd.h @@ -100,11 +100,6 @@ Boston, MA 02111-1307, USA. #define DBX_CONTIN_CHAR '?' -/* Don't use the `xsfoo;' construct in DBX output; this system - doesn't support it. */ - -#define DBX_NO_XREFS - /* Don't default to pcc-struct-return, because gcc is the only compiler, and we want to retain compatibility with older gcc versions. */ diff --git a/gnu/usr.bin/gcc/config/sparc/netbsd.h b/gnu/usr.bin/gcc/config/sparc/netbsd.h index ae51ddac095..4bb9537b905 100644 --- a/gnu/usr.bin/gcc/config/sparc/netbsd.h +++ b/gnu/usr.bin/gcc/config/sparc/netbsd.h @@ -35,11 +35,6 @@ #define DBX_CONTIN_CHAR '?' -/* Don't use the `xsfoo;' construct in DBX output; this system - doesn't support it. */ - -#define DBX_NO_XREFS - /* Don't default to pcc-struct-return, because gcc is the only compiler, and we want to retain compatibility with older gcc versions. */ #define DEFAULT_PCC_STRUCT_RETURN 0 |