]> git.ipfire.org Git - thirdparty/gcc.git/commit
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:50 +0000 (16:54 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 29 Jul 1998 22:54:50 +0000 (16:54 -0600)
commit9fac33031ab14dd6d40cf9101628ada04ddf743f
tree427e9296a5fae6ec36dceab03c052cdc510900c7
parent5ca4275dba84180715679196c1946c8550b04cf3
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
gcc/ChangeLog