Add support for sparc-*-netbsdelf* and sparc-*-netbsdaout*.
authorAndrew Cagney <cagney@redhat.com>
Tue, 14 Dec 1999 05:13:29 +0000 (05:13 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 14 Dec 1999 05:13:29 +0000 (05:13 +0000)
bfd/ChangeLog
bfd/config.bfd

index 44467d9..8a8271e 100644 (file)
@@ -1,3 +1,8 @@
+1999-12-09  Andrew Cagney  <cagney@cygnus.com>
+
+       * config.bfd: Add support for sparc-*-netbsdelf* and
+       sparc-*-netbsdaout*.
+
 1999-12-13  Nick Clifton  <nickc@cygnus.com>
 
        * elflink.h (elf_link_is_defined_archive_symbol): Check to see
index 815483c..b5f08a3 100644 (file)
@@ -643,7 +643,16 @@ case "${targ}" in
     targ_defvec=sparclynx_coff_vec
     targ_selvecs=sparclynx_aout_vec
     ;;
-  sparc-*-netbsd* | sparc-*-openbsd*)
+  sparc-*-netbsdelf*)
+    targ_defvec=bfd_elf32_sparc_vec
+    targ_selvecs=sparcnetbsd_vec
+    ;;
+  sparc-*-netbsdaout* | sparc-*-netbsd*)
+    targ_defvec=sparcnetbsd_vec
+    targ_selvecs=bfd_elf32_sparc_vec
+    targ_underscore=yes
+    ;;
+  sparc-*-openbsd*)
     targ_defvec=sparcnetbsd_vec
     targ_underscore=yes
     ;;