* config.bfd (i[3456]86-*-netbsdelf*): New target.
authorJ.T. Conklin <jtc@acorntoolworks.com>
Thu, 1 Jun 2000 22:06:18 +0000 (22:06 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Thu, 1 Jun 2000 22:06:18 +0000 (22:06 +0000)
(i[3456]86-*-netbsdaout*): New target.
(i[3456]86-*-netbsd*): Add bfd_elf32_i386_vec to targ_selvecs.
(i[3456]86-*-openbsd*): Likewise.

bfd/ChangeLog
bfd/config.bfd

index 475f23d44ceffd2390711bdb09f5586fd2cb94da..a9befba0744c7436cc46985fbb9d7105d1be531b 100644 (file)
@@ -1,3 +1,10 @@
+2000-06-01  J.T. Conklin  <jtc@redback.com>
+
+       * config.bfd (i[3456]86-*-netbsdelf*): New target.
+       (i[3456]86-*-netbsdaout*): New target.
+       (i[3456]86-*-netbsd*): Add bfd_elf32_i386_vec to targ_selvecs.
+       (i[3456]86-*-openbsd*): Likewise.
+
 Tue May 30 15:39:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * trad-core.c: From hpux-core.c, include <dirent.h> or
index 12aca15fda3c0cb163ea66fecc6a844f5fc1cabc..324a168efca04d35eb51ab8eb8842ff9c5bddf9b 100644 (file)
@@ -299,9 +299,13 @@ case "${targ}" in
     targ_defvec=bfd_elf32_i386_vec
     targ_selvecs=i386coff_vec
     ;;
-  i[3456]86-*-netbsd* | i[3456]86-*-openbsd*)
+  i[3456]86-*-netbsdelf*) 
+    targ_defvec=bfd_elf32_i386_vec
+    targ_selvecs=i386netbsd_vec
+    ;;
+  i[3456]86-*-netbsdaout* | i[3456]86-*-netbsd* | i[3456]86-*-openbsd*)
     targ_defvec=i386netbsd_vec
-    targ_selvecs=i386bsd_vec
+    targ_selvecs="bfd_elf32_i386_vec i386bsd_vec"
     targ_underscore=yes
     ;;
   i[3456]86-*-netware*)
This page took 0.027485 seconds and 4 git commands to generate.