diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-08-01 23:50:00 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-08-01 23:50:00 +0000 |
commit | 91651019c7d3a722afa079c45580fbf66e7aa030 (patch) | |
tree | b2dc54908f65b000b60bcf5e1afd57b12c049422 /gcc | |
parent | e96410a74a56ca15cb9054a3a039dd52546f628c (diff) | |
download | gcc-91651019c7d3a722afa079c45580fbf66e7aa030.tar.gz |
h
* i386/netbsd.h: Undo previous change to DWARF2_UNWIND_INFO.
* m68k/netbsd.h: Likewise.
* ns32k/netbsd.h: Likewise.
* sparc/netbsd.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21523 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/netbsd.h | 2 | ||||
-rw-r--r-- | gcc/config/m68k/netbsd.h | 2 | ||||
-rw-r--r-- | gcc/config/ns32k/netbsd.h | 2 | ||||
-rw-r--r-- | gcc/config/sparc/netbsd.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/i386/netbsd.h b/gcc/config/i386/netbsd.h index 25660470f6f..5978aec5c4b 100644 --- a/gcc/config/i386/netbsd.h +++ b/gcc/config/i386/netbsd.h @@ -81,5 +81,5 @@ /* Until they use ELF or something that handles dwarf2 unwinds and initialization stuff better. */ -#undef DWARF2_UNWIND_INFO +#define DWARF2_UNWIND_INFO 0 diff --git a/gcc/config/m68k/netbsd.h b/gcc/config/m68k/netbsd.h index c9841992780..6bd9161c680 100644 --- a/gcc/config/m68k/netbsd.h +++ b/gcc/config/m68k/netbsd.h @@ -59,5 +59,5 @@ /* Until they use ELF or something that handles dwarf2 unwinds and initialization stuff better. */ -#undef DWARF2_UNWIND_INFO +#define DWARF2_UNWIND_INFO 0 diff --git a/gcc/config/ns32k/netbsd.h b/gcc/config/ns32k/netbsd.h index ee1f1def3dd..cef68d82c2e 100644 --- a/gcc/config/ns32k/netbsd.h +++ b/gcc/config/ns32k/netbsd.h @@ -108,5 +108,5 @@ Boston, MA 02111-1307, USA. /* Until they use ELF or something that handles dwarf2 unwinds and initialization stuff better. */ -#undef DWARF2_UNWIND_INFO +#define DWARF2_UNWIND_INFO 0 diff --git a/gcc/config/sparc/netbsd.h b/gcc/config/sparc/netbsd.h index ba2fe4e6c04..a512f41e155 100644 --- a/gcc/config/sparc/netbsd.h +++ b/gcc/config/sparc/netbsd.h @@ -42,5 +42,5 @@ /* Until they use ELF or something that handles dwarf2 unwinds and initialization stuff better. */ -#undef DWARF2_UNWIND_INFO +#define DWARF2_UNWIND_INFO 0 |