]> gcc.gnu.org Git - gcc.git/commitdiff
* vax/netbsd.h (DWARF2_UNWIND_INFO): Must be undef, not defined 0.
authorRichard Henderson <rth@cygnus.com>
Tue, 2 Jun 1998 12:59:23 +0000 (05:59 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 2 Jun 1998 12:59:23 +0000 (05:59 -0700)
From-SVN: r20182

gcc/ChangeLog
gcc/config/vax/netbsd.h

index b0bd9e1f635a63cf9eedb411d26ce66d48501cb0..762dd92bbe64dbc8898caf9ad1ea6c230c94cfd4 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jun  2 13:02:44 1998  Richard Henderson  <rth@cygnus.com>
+
+       * vax/netbsd.h (DWARF2_UNWIND_INFO): Must be undef, not defined 0.
+
 Mon Jun  1 03:44:03 1998  Catherine Moore <clm@cygnus.com>
  
         * config/sh/sh.h (MAX_OFILE_ALIGNMENT): Define.
index dba70237d472c38ad2d4ab2290df5ee0fcf0e13a..23f3ff5e8ac6a3a3054b5286bb9aaa5638bcea56 100644 (file)
@@ -20,5 +20,5 @@
 
 /* Until they use ELF or something that handles dwarf2 unwinds
    and initialization stuff better.  */
-#define DWARF2_UNWIND_INFO 0
+#undef DWARF2_UNWIND_INFO
 
This page took 0.074903 seconds and 5 git commands to generate.