2011-02-15 Tristan Gingold <gingold@adacore.com>

* vms-alpha.c (alpha_vms_link_add_archive_symbols): Add a comment.
This commit is contained in:
Tristan Gingold 2011-02-15 09:35:42 +00:00
parent 28be611cf8
commit 6fa052f048
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-02-15 Tristan Gingold <gingold@adacore.com>
* vms-alpha.c (alpha_vms_link_add_archive_symbols): Add a comment.
2011-02-15 Alan Modra <amodra@gmail.com>
* elf64-ppc.c (ppc64_elf_edit_toc): Reinstate second read of

View File

@ -8255,7 +8255,10 @@ alpha_vms_link_add_archive_symbols (bfd *abfd, struct bfd_link_info *info)
return FALSE;
if (element->archive_pass == -1 || element->archive_pass == pass)
continue;
{
/* Next symbol if this archive is wrong or already handled. */
continue;
}
if (! bfd_check_format (element, bfd_object))
{