public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [patch/committed] vms-alpha.c: add a comment
@ 2011-02-15  9:36 Tristan Gingold
  0 siblings, 0 replies; only message in thread
From: Tristan Gingold @ 2011-02-15  9:36 UTC (permalink / raw)
  To: Binutils

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))
          {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-15  9:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-15  9:36 [patch/committed] vms-alpha.c: add a comment Tristan Gingold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).