From: Todd Vierling Date: Wed, 29 Jul 1998 22:54:50 +0000 (-0600) Subject: configure.in: Use xm-netbsd.h as the NetBSD xm file (not xm-siglist). X-Git-Tag: prereleases/egcs-1.1-prerelease~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fac33031ab14dd6d40cf9101628ada04ddf743f;p=thirdparty%2Fgcc.git configure.in: Use xm-netbsd.h as the NetBSD xm file (not xm-siglist). � * 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: r21481 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eb69be6017c1..e3d3fa074526 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,16 @@ +Wed Jul 29 23:49:23 1998 Todd Vierling + + * 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. + Wed Jul 29 22:39:21 1998 Jeffrey A Law (law@cygnus.com) * unroll.c (unroll_loop): Do not abort for an UNROLL_MODULO