diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-04-16 22:37:40 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-04-16 22:37:40 +0000 |
commit | 216c36d92b840b0b3842a42168f3876558166699 (patch) | |
tree | 5c04176860bb031127fabdbd147fb8a3b496da47 | |
parent | dd7facebb7abd5b9836cda9b1ceaca795ef6c325 (diff) | |
download | gdb-216c36d92b840b0b3842a42168f3876558166699.zip gdb-216c36d92b840b0b3842a42168f3876558166699.tar.gz gdb-216c36d92b840b0b3842a42168f3876558166699.tar.bz2 |
* 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.
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1432d39..a5556f5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -5,6 +5,10 @@ Thu Apr 16 13:49:00 1998 Richard Henderson <rth@cygnus.com> Thu Apr 16 11:43:33 1998 Ian Lance Taylor <ian@cygnus.com> + * 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. |