OSDN Git Service

* bfd.c (enum bfd_error): Add bfd_error_wrong_object_format.
authoramodra <amodra>
Fri, 17 Aug 2001 03:19:00 +0000 (03:19 +0000)
committeramodra <amodra>
Fri, 17 Aug 2001 03:19:00 +0000 (03:19 +0000)
commit9284872c55c017380a343ce1f02ead3aa43bda24
tree356d422f9202f57bbba0cb0f4e6bc594b26bc99d
parentd7434161874e9cf2bbd64bbacb30b8f4fb903ca9
* bfd.c (enum bfd_error): Add bfd_error_wrong_object_format.
(bfd_errmsgs): Add corresponding message.
* archive.c (bfd_generic_archive_p): Don't release bfd_ardata when
finding an archive that contains different format object files.
Return bfd_error_wrong_object_format for this case.
* format.c: Formatting fixes.  s/CONST/const/.
(bfd_check_format_matches): Accept archives that give
bfd_error_wrong_object_format if no full match is found.  Tidy
code handling matching_vector.  Don't return a pointer to freed
memory in `matching'.  Handle ambiguous matches as for partial
archive matches.
* bfd-in2.h: Regenerate.
bfd/ChangeLog
bfd/archive.c
bfd/bfd-in2.h
bfd/bfd.c
bfd/format.c