From: Ian Lance Taylor Date: Thu, 16 Apr 1998 22:37:40 +0000 (+0000) Subject: * archive.c (bfd_generic_archive_p): If a slurp subroutine returns X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=216c36d92b840b0b3842a42168f3876558166699;p=binutils-gdb.git * archive.c (bfd_generic_archive_p): If a slurp subroutine returns an error other than bfd_error_system_call, set the error to bfd_error_wrong_format. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1432d393350..a5556f51229 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -5,6 +5,10 @@ Thu Apr 16 13:49:00 1998 Richard Henderson Thu Apr 16 11:43:33 1998 Ian Lance Taylor + * archive.c (bfd_generic_archive_p): If a slurp subroutine returns + an error other than bfd_error_system_call, set the error to + bfd_error_wrong_format. + * targets.c (bfd_target_vector) [SELECT_VECS not defined]: Add bfd_elf32_powerpcle_vec.