From ada953057b4a14b9fc82254054d63157b5897f1b Mon Sep 17 00:00:00 2001 From: jtc Date: Mon, 19 Feb 1996 21:01:57 +0000 Subject: [PATCH] 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/arch/m68k/netbsd.h | 5 ----- gnu/usr.bin/gcc/arch/ns32k/netbsd.h | 5 ----- gnu/usr.bin/gcc/arch/sparc/netbsd.h | 5 ----- 3 files changed, 15 deletions(-) diff --git a/gnu/usr.bin/gcc/arch/m68k/netbsd.h b/gnu/usr.bin/gcc/arch/m68k/netbsd.h index 81eee8052ef3..9247244b7c99 100644 --- a/gnu/usr.bin/gcc/arch/m68k/netbsd.h +++ b/gnu/usr.bin/gcc/arch/m68k/netbsd.h @@ -56,11 +56,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 diff --git a/gnu/usr.bin/gcc/arch/ns32k/netbsd.h b/gnu/usr.bin/gcc/arch/ns32k/netbsd.h index 53b7e866b139..717441248d37 100644 --- a/gnu/usr.bin/gcc/arch/ns32k/netbsd.h +++ b/gnu/usr.bin/gcc/arch/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/arch/sparc/netbsd.h b/gnu/usr.bin/gcc/arch/sparc/netbsd.h index ae51ddac0951..4bb9537b905e 100644 --- a/gnu/usr.bin/gcc/arch/sparc/netbsd.h +++ b/gnu/usr.bin/gcc/arch/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