From 1964686f00d034ff963fb1cfa94faa09dfa0f297 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 10 Sep 1993 17:10:13 +0000 Subject: [PATCH] * config.bfd (i[34]86-*-netbsd*): New target; use i386-netbsd. * configure.in: Remove bogus netbsd386 handling. --- bfd/ChangeLog | 3 +++ bfd/config.bfd | 2 ++ 2 files changed, 5 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ea1a410..5defba5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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. diff --git a/bfd/config.bfd b/bfd/config.bfd index 2ed4dfd..9a9fa37 100755 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -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 ;; -- 2.7.4