diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 44467d9bac..8a8271e1cb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +1999-12-09 Andrew Cagney + + * config.bfd: Add support for sparc-*-netbsdelf* and + sparc-*-netbsdaout*. + 1999-12-13 Nick Clifton * elflink.h (elf_link_is_defined_archive_symbol): Check to see diff --git a/bfd/config.bfd b/bfd/config.bfd index 815483cef0..b5f08a3c50 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 ;;