aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-06-11 13:34:50 +0000
committerNick Clifton <nickc@redhat.com>2003-06-11 13:34:50 +0000
commit49ba19a4579b547581aae87ce08ccda8fef898e0 (patch)
tree6bb9d73ba572727b03271edde9e3d566ce333542 /bfd/config.bfd
parenta78f21af4fad04e1348ded87bf843c82cba698db (diff)
downloadfsf-binutils-gdb-49ba19a4579b547581aae87ce08ccda8fef898e0.zip
fsf-binutils-gdb-49ba19a4579b547581aae87ce08ccda8fef898e0.tar.gz
fsf-binutils-gdb-49ba19a4579b547581aae87ce08ccda8fef898e0.tar.bz2
* config.bfd (sparc-*-openbsd[0-2].* | sparc-*-openbsd3.[0-1]): New target
(was sparc-*-openbsd* before). (sparc-*-openbsd*): Change to use bfd_elf32_sparc_vec.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd6
1 files changed, 5 insertions, 1 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 65ae177..41d4b91 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -1108,10 +1108,14 @@ case "${targ}" in
targ_selvecs=bfd_elf32_sparc_vec
targ_underscore=yes
;;
- sparc-*-openbsd*)
+ sparc-*-openbsd[0-2].* | sparc-*-openbsd3.[0-1])
targ_defvec=sparcnetbsd_vec
targ_underscore=yes
;;
+ sparc-*-openbsd*)
+ targ_defvec=bfd_elf32_sparc_vec
+ targ_selvecs=sparcnetbsd_vec
+ ;;
sparc-*-elf* | sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
targ_defvec=bfd_elf32_sparc_vec
targ_selvecs=sunos_big_vec