diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-02-18 19:29:36 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-02-18 19:29:36 -0500 |
commit | 935531caec8a8821018dfb96fd46fcd205e3f4ca (patch) | |
tree | e53aa0a54663ad14d95fdbba662c8e6d574f2c6f /gcc | |
parent | 80d390a26096f05c0c9d05efb06d031141663b61 (diff) | |
download | gcc-935531caec8a8821018dfb96fd46fcd205e3f4ca.zip gcc-935531caec8a8821018dfb96fd46fcd205e3f4ca.tar.gz gcc-935531caec8a8821018dfb96fd46fcd205e3f4ca.tar.bz2 |
(DBX_NO_XREFS): Removed.
From-SVN: r11294
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/netbsd.h | 5 | ||||
-rw-r--r-- | gcc/config/ns32k/netbsd.h | 7 | ||||
-rw-r--r-- | gcc/config/sparc/netbsd.h | 5 |
3 files changed, 1 insertions, 16 deletions
diff --git a/gcc/config/m68k/netbsd.h b/gcc/config/m68k/netbsd.h index 81eee80..9247244 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 53b7e86..4c7202c 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 ae51dda..4bb9537 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 |