diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-02-19 00:29:36 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-02-19 00:29:36 +0000 |
commit | 42e08f0bfd5fbb89bc31e491be7d7fcdac96a14a (patch) | |
tree | e53aa0a54663ad14d95fdbba662c8e6d574f2c6f /gcc/config/sparc/netbsd.h | |
parent | cbc838f991ff91cc6757b521d7ed6cec9d1320ea (diff) | |
download | gcc-42e08f0bfd5fbb89bc31e491be7d7fcdac96a14a.tar.gz |
(DBX_NO_XREFS): Removed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11294 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc/netbsd.h')
-rw-r--r-- | gcc/config/sparc/netbsd.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 |