From 935531caec8a8821018dfb96fd46fcd205e3f4ca Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 18 Feb 1996 19:29:36 -0500 Subject: [PATCH] (DBX_NO_XREFS): Removed. From-SVN: r11294 --- gcc/config/m68k/netbsd.h | 5 ----- gcc/config/ns32k/netbsd.h | 7 +------ gcc/config/sparc/netbsd.h | 5 ----- 3 files changed, 1 insertion(+), 16 deletions(-) diff --git a/gcc/config/m68k/netbsd.h b/gcc/config/m68k/netbsd.h index 81eee8052ef..9247244b7c9 100644 --- a/gcc/config/m68k/netbsd.h +++ b/gcc/config/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/gcc/config/ns32k/netbsd.h b/gcc/config/ns32k/netbsd.h index 53b7e866b13..4c7202cff91 100644 --- a/gcc/config/ns32k/netbsd.h +++ b/gcc/config/ns32k/netbsd.h @@ -1,5 +1,5 @@ /* Configuration for a ns32532 running NetBSD as the target machine. - Copyright (C) 1988, 1994, 1995 Free Software Foundation, Inc. + Copyright (C) 1988, 1994, 1995, 1996 Free Software Foundation, Inc. This file is part of GNU CC. @@ -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/gcc/config/sparc/netbsd.h b/gcc/config/sparc/netbsd.h index ae51ddac095..4bb9537b905 100644 --- a/gcc/config/sparc/netbsd.h +++ b/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 -- 2.30.2