diff options
author | Alan Modra <amodra@gmail.com> | 2002-07-02 04:26:39 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-07-02 04:26:39 +0000 |
commit | 71daf8b446123e41226552cd9bab3206423a167f (patch) | |
tree | 6738319b6004d1c4226be275dbb0f791d4daa1c6 /ld/ldfile.c | |
parent | b7b482a3f590cab2512787437ce5c77452bd8e48 (diff) | |
download | gdb-71daf8b446123e41226552cd9bab3206423a167f.zip gdb-71daf8b446123e41226552cd9bab3206423a167f.tar.gz gdb-71daf8b446123e41226552cd9bab3206423a167f.tar.bz2 |
* ldfile.c (ldfile_try_open_bfd): Formatting.
Diffstat (limited to 'ld/ldfile.c')
-rw-r--r-- | ld/ldfile.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/ldfile.c b/ld/ldfile.c index b23ef45..9fb2b2d 100644 --- a/ld/ldfile.c +++ b/ld/ldfile.c @@ -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"), |