Mon Sep 18 14:35:01 1995 Arne H. Juul <arnej@pvv.unit.no>

* config.bfd (mips-dec-netbsd*): New target.
	* configure.host (mips-dec-netbsd*): New host.
	* configure.in (mips-dec-netbsd*): New native.
	* configure: Rebuild.
This commit is contained in:
Ian Lance Taylor 1995-09-18 18:37:58 +00:00
parent 5f4c7a8dec
commit 049df0a849
4 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,10 @@
Mon Sep 18 14:35:01 1995 Arne H. Juul <arnej@pvv.unit.no>
* config.bfd (mips-dec-netbsd*): New target.
* configure.host (mips-dec-netbsd*): New host.
* configure.in (mips-dec-netbsd*): New native.
* configure: Rebuild.
Fri Sep 15 10:24:36 1995 Ian Lance Taylor <ian@cygnus.com>
Make the COFF backend linker merge common types:

View File

@ -185,7 +185,7 @@ case "${targ}" in
targ_selvecs="i386msdos_vec i386aout_vec"
;;
i[345]86-*-win32 | i[345]86-*-winnt | i[345]86-*-pe)
targ_defvec=i386pe_ve
targ_defvec=i386pe_vec
targ_selvecs="i386pe_vec i386pei_vec"
;;
i[345]86-none-*)
@ -283,6 +283,10 @@ case "${targ}" in
targ_defvec=ecoff_big_vec
targ_selvecs=ecoff_little_vec
;;
mips-dec-netbsd*)
targ_defvec=bfd_elf32_littlemips_vec
targ_selvecs=bfd_elf32_bigmips_vec
;;
mips*-dec-bsd*)
targ_defvec=aout_mips_little_vec
targ_underscore=yes

3
bfd/configure vendored
View File

@ -1052,6 +1052,7 @@ EOF
EOF
;;
mips-dec-netbsd*) ;;
mips-dec-*)
COREFILE=trad-core.o
cat >> confdefs.h <<\EOF
@ -1179,7 +1180,7 @@ EOF
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
#line 1183 "configure"
#line 1184 "configure"
#include "confdefs.h"
#include <sys/procfs.h>
int main() { return 0; }

View File

@ -158,6 +158,7 @@ changequote([,])dnl
COREFILE=trad-core.o
AC_DEFINE(TRAD_HEADER,"hosts/mipsmach3.h")
;;
mips-dec-netbsd*) ;;
mips-dec-*)
COREFILE=trad-core.o
AC_DEFINE(TRAD_HEADER,"hosts/decstation.h")