* config.bfd (i[34]86-*-netbsd*): New target; use i386-netbsd.

* configure.in: Remove bogus netbsd386 handling.
This commit is contained in:
Ian Lance Taylor 1993-09-10 17:10:13 +00:00
parent 5f9b59542f
commit 1964686f00
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,8 @@
Fri Sep 10 12:56:36 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* config.bfd (i[34]86-*-netbsd*): New target; use i386-netbsd.
* configure.in: Remove bogus netbsd386 handling.
* coff-mips.c: Don't warn about overflow for MIPS_R_JMPADDR reloc.
Correct overflow detection requires matching the upper four bits
of the destination against the PC.

View File

@ -36,6 +36,7 @@ case "${canon}" in
i[34]86-*-coff) bfd_name=i386-coff ;;
i[34]86-*-aix*) bfd_name=i386-coff ;;
i[34]86-*-elf) bfd_name=i386-elf ;;
i[34]86-*-netbsd*) bfd_name=i386-netbsd ;;
i[34]86-*-netware*) bfd_name=i386-nlm ;;
i[34]86-*-linux*) bfd_name=i386-linux ;;
i[34]86-*-lynx*) bfd_name=i386-lynx ;;
@ -58,6 +59,7 @@ case "${canon}" in
m68*-netx-*) bfd_name=m68k-aout ;;
m88*-*-sysv4*) bfd_name=m88k-elf ;;
m88k-*-*) bfd_name=m88k-coff ;;
m88110-*-*) bfd_name=m88k-coff ;;
mips-big-*) bfd_name=bigmips ;;
mips-dec-bsd*) bfd_name=mipsdecbsd ;;
mips-dec-*) bfd_name=decstation ;;