configure.in: Use xm-netbsd.h as the NetBSD xm file (not xm-siglist).
authorTodd Vierling <tv@netbsd.org>
Wed, 29 Jul 1998 22:51:47 +0000 (22:51 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 29 Jul 1998 22:51:47 +0000 (16:51 -0600)
commit58600d24292ba1e772bb72720b3ef68de5c183fa
treeddbe3a4953b467ec55fe0d8952a391ab06dc10f5
parent15fec413e7f2b6d9ef82d220987389feed1ad3b1
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: r21480
gcc/ChangeLog
gcc/config/i386/netbsd.h
gcc/config/m68k/netbsd.h
gcc/config/netbsd.h
gcc/config/ns32k/netbsd.h
gcc/config/sparc/netbsd.h
gcc/config/t-netbsd
gcc/configure
gcc/configure.in