diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-07-11 21:12:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-07-11 21:12:41 +0000 |
commit | 0e75a8d6daf44ac18c8e5f695598b5292ee8c4b8 (patch) | |
tree | 11ce5aa69b0756f0f67d286cee253d21c900783b | |
parent | 18bf5d5f2f8153ce60d955c2f5fca89016f6f3f7 (diff) | |
download | gdb-0e75a8d6daf44ac18c8e5f695598b5292ee8c4b8.zip gdb-0e75a8d6daf44ac18c8e5f695598b5292ee8c4b8.tar.gz gdb-0e75a8d6daf44ac18c8e5f695598b5292ee8c4b8.tar.bz2 |
* 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.
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0d8d59c..846fd31 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Tue Jul 11 15:19:53 1995 Ian Lance Taylor <ian@cygnus.com> + * 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. |