aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1999-12-14 05:13:29 +0000
committerAndrew Cagney <cagney@redhat.com>1999-12-14 05:13:29 +0000
commit93be3c4bd256d62abdc237e09ca0c111e14af70a (patch)
tree544786bac1c1e522afab9c0501b57e85042b1cd2 /bfd
parentceddadb21773b9a3a201383e45eb6c2b7b25aa2f (diff)
downloadfsf-binutils-gdb-93be3c4bd256d62abdc237e09ca0c111e14af70a.zip
fsf-binutils-gdb-93be3c4bd256d62abdc237e09ca0c111e14af70a.tar.gz
fsf-binutils-gdb-93be3c4bd256d62abdc237e09ca0c111e14af70a.tar.bz2
Add support for sparc-*-netbsdelf* and sparc-*-netbsdaout*.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/config.bfd11
2 files changed, 15 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 44467d9..8a8271e 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 815483c..b5f08a3 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -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
;;