diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2002-05-25 20:39:25 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2002-05-25 20:39:25 +0000 |
commit | 658957dba80424f79b0efb3860e3e4e1d7798fc8 (patch) | |
tree | be46843d42c2cda307c5d366af3483e07f9d1316 /ld/ldfile.c | |
parent | 0d6d936fc1d695f3267c20a24a7e327f3c672c09 (diff) | |
download | gdb-658957dba80424f79b0efb3860e3e4e1d7798fc8.zip gdb-658957dba80424f79b0efb3860e3e4e1d7798fc8.tar.gz gdb-658957dba80424f79b0efb3860e3e4e1d7798fc8.tar.bz2 |
* ldemul.c: Fix formatting.
* ldfile.c: Likewise.
* pe-dll.c: Likewise.
* pe-dll.h: Likewise.
Diffstat (limited to 'ld/ldfile.c')
-rw-r--r-- | ld/ldfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldfile.c b/ld/ldfile.c index 7258bb1..095974c 100644 --- a/ld/ldfile.c +++ b/ld/ldfile.c @@ -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))) { |