[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH]: sh-hms: set target_defaulted in bfd_generic_archive_p
From: |
Joern Rennecke |
Subject: |
Re: [PATCH]: sh-hms: set target_defaulted in bfd_generic_archive_p |
Date: |
Tue, 2 Oct 2001 20:35:14 +0100 (BST) |
> Of course it is also used in format.c:bfd_check_format_matches().
...
> See also the comment and code in format.c starting at line 178.
Hmm, yes, it appears that we are breaking the non-recognition of archives
for the binary format again.
So maybe we should leave target_defaulted being set to false in
bfd_generic_archive_p, but clear it in bfd_check_format_matches
when falling through from the ! target_defaulted path to the
code that checks all available formats.