From: Nick Clifton Date: Wed, 11 Jun 2003 13:34:50 +0000 (+0000) Subject: * config.bfd (sparc-*-openbsd[0-2].* | sparc-*-openbsd3.[0-1]): New target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=49ba19a4579b547581aae87ce08ccda8fef898e0;p=binutils-gdb.git * 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. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 40b2de4fbf2..141b6dee278 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2003-06-11 Federico G. Schwindt + + * 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. + 2003-06-11 H.J. Lu * po/Make-in (DESTDIR): New. diff --git a/bfd/config.bfd b/bfd/config.bfd index 65ae17768b6..41d4b91975b 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