mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 12:03:41 +08:00
* ldfile.c (ldfile_try_open_bfd): Formatting.
This commit is contained in:
parent
b7b482a3f5
commit
71daf8b446
@ -1,5 +1,7 @@
|
||||
2002-07-02 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* ldfile.c (ldfile_try_open_bfd): Formatting.
|
||||
|
||||
* ldmisc.c (demangle): Move so that it doesn't intrude between
|
||||
vfinfo comment and body. Add comment.
|
||||
|
||||
|
@ -136,8 +136,7 @@ ldfile_try_open_bfd (attempt, entry)
|
||||
if ((bfd_arch_get_compatible (check, output_bfd) == NULL)
|
||||
/* XCOFF archives can have 32 and 64 bit objects */
|
||||
&& ! (bfd_get_flavour (check) == bfd_target_xcoff_flavour
|
||||
&& bfd_get_flavour (output_bfd) ==
|
||||
bfd_target_xcoff_flavour
|
||||
&& bfd_get_flavour (output_bfd) == bfd_target_xcoff_flavour
|
||||
&& bfd_check_format (entry->the_bfd, bfd_archive)))
|
||||
{
|
||||
einfo (_("%P: skipping incompatible %s when searching for %s\n"),
|
||||
|
Loading…
Reference in New Issue
Block a user