* ldemul.c: Fix formatting.
* ldfile.c: Likewise. * pe-dll.c: Likewise. * pe-dll.h: Likewise.
This commit is contained in:
parent
0d6d936fc1
commit
658957dba8
5 changed files with 17 additions and 10 deletions
|
@ -136,7 +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_get_flavour (output_bfd) ==
|
||||
bfd_target_xcoff_flavour
|
||||
&& bfd_check_format (entry->the_bfd, bfd_archive)))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue