From: Alan Modra Date: Tue, 2 Jul 2002 04:26:39 +0000 (+0000) Subject: * ldfile.c (ldfile_try_open_bfd): Formatting. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d4a4149588d5736406f3efb70376e574962f1db2;p=pf3gnuchains%2Fpf3gnuchains3x.git * ldfile.c (ldfile_try_open_bfd): Formatting. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index ef7323f6c2..3f3f946b0d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,7 @@ 2002-07-02 Alan Modra + * ldfile.c (ldfile_try_open_bfd): Formatting. + * ldmisc.c (demangle): Move so that it doesn't intrude between vfinfo comment and body. Add comment. diff --git a/ld/ldfile.c b/ld/ldfile.c index b23ef452fb..9fb2b2dab9 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"),