From NetBSD:
authorniklas <niklas@openbsd.org>
Sat, 30 Mar 1996 14:30:28 +0000 (14:30 +0000)
committerniklas <niklas@openbsd.org>
Sat, 30 Mar 1996 14:30:28 +0000 (14:30 +0000)
Remove the DBX_NO_XREFS definition from the NetBSD m68k, ns32k, and
sparc gcc configuration.  It isn't needed, as NetBSD uses gdb.

gnu/usr.bin/gcc/config/m68k/netbsd.h
gnu/usr.bin/gcc/config/ns32k/netbsd.h
gnu/usr.bin/gcc/config/sparc/netbsd.h

index 7f057ec..dc6435a 100644 (file)
 
 #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
index 53b7e86..7174412 100644 (file)
@@ -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.  */
 
index ae51dda..4bb9537 100644 (file)
 
 #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