From: Ian Lance Taylor Date: Tue, 11 Jul 1995 21:12:41 +0000 (+0000) Subject: * archive.c (bfd_generic_archive_p): If the archive has a map, and X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e75a8d6daf44ac18c8e5f695598b5292ee8c4b8;p=binutils-gdb.git * archive.c (bfd_generic_archive_p): If the archive has a map, and the target was defaulted, but the first object in the archive can not be matched with that target, then return a bad format error. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0d8d59cf511..846fd311ba4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Tue Jul 11 15:19:53 1995 Ian Lance Taylor + * archive.c (bfd_generic_archive_p): If the archive has a map, and + the target was defaulted, but the first object in the archive can + not be matched with that target, then return a bad format error. + * elf64-sparc.c (elf_sparc_howto_table): Set howto for WDISP16 to elf64_wdisp16_reloc. (elf64_wdisp16_reloc): New static function.