This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch/committed] vms-alpha.c: add a comment


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]