]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in: Use xm-netbsd.h as the NetBSD xm file (not xm-siglist).
authorTodd Vierling <tv@netbsd.org>
Wed, 29 Jul 1998 22:54:59 +0000 (16:54 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 29 Jul 1998 22:54:59 +0000 (16:54 -0600)
        * configure.in: Use xm-netbsd.h as the NetBSD xm file (not xm-siglist).
        Accept arm32 as arm, m68k4k as m68k, mipsle as mips-dec, and any
        manufacturer id for ns32k.
        * configure: Regenerated.
        * config/netbsd.h: When using ASM_WEAKEN_LABEL, make it global too.
        * config/t-netbsd: Don't compile libgcc1-test as the fns are in libc.
        * config/i386/netbsd.h: Undefine DWARF2_UNWIND_INFO, not define as 0.
        * config/m68k/netbsd.h: Same.
        * config/ns32k/netbsd.h: Same.
        * config/sparc/netbsd.h: Same.

From-SVN: r21484

gcc/config/i386/netbsd.h

index 5978aec5c4b0cdd8147dccdf6e8c605e1ca4e180..25660470f6f558ac5eb01e33fe6e1310502ca813 100644 (file)
@@ -81,5 +81,5 @@
 
 /* Until they use ELF or something that handles dwarf2 unwinds
    and initialization stuff better.  */
-#define DWARF2_UNWIND_INFO 0
+#undef DWARF2_UNWIND_INFO