[patch/committed] vms-alpha.c: add a comment
Tristan Gingold
gingold@adacore.com
Tue Feb 15 09:36:00 GMT 2011
Very minor improvement that I will commit soon.
Tristan.
bfd/
2011-02-15 Tristan Gingold <gingold@adacore.com>
* vms-alpha.c (alpha_vms_link_add_archive_symbols): Add a comment.
diff -c -r1.39 vms-alpha.c
*** vms-alpha.c 18 Jan 2011 14:13:43 -0000 1.39
--- vms-alpha.c 15 Feb 2011 09:34:01 -0000
***************
*** 8255,8261 ****
return FALSE;
if (element->archive_pass == -1 || element->archive_pass == pass)
! continue;
if (! bfd_check_format (element, bfd_object))
{
--- 8255,8264 ----
return FALSE;
if (element->archive_pass == -1 || element->archive_pass == pass)
! {
! /* Next symbol if this archive is wrong or already handled. */
! continue;
! }
if (! bfd_check_format (element, bfd_object))
{
More information about the Binutils
mailing list