diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-30 14:30:29 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-30 14:30:29 +0000 |
commit | 3f7da441b5a05145cdd970b960ea8440ddababb5 (patch) | |
tree | 8f1710c439635aecc07f9126c036c6fe31ed6dc1 /gnu/usr.bin | |
parent | e1a6b99e0e5465fbf5c110a68d72a3a621806523 (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/m68k/netbsd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/usr.bin/gcc/config/m68k/netbsd.h b/gnu/usr.bin/gcc/config/m68k/netbsd.h index 7f057ec9185..dc6435a4208 100644 --- a/gnu/usr.bin/gcc/config/m68k/netbsd.h +++ b/gnu/usr.bin/gcc/config/m68k/netbsd.h @@ -53,11 +53,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 |