From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6954 invoked by alias); 15 Feb 2011 09:36:03 -0000 Received: (qmail 6761 invoked by uid 22791); 15 Feb 2011 09:36:02 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 15 Feb 2011 09:35:56 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id D4CE0CB0226 for ; Tue, 15 Feb 2011 10:35:54 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SVzshKRfo60l for ; Tue, 15 Feb 2011 10:35:45 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 27CA1CB027A for ; Tue, 15 Feb 2011 10:35:22 +0100 (CET) From: Tristan Gingold Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: [patch/committed] vms-alpha.c: add a comment Date: Tue, 15 Feb 2011 09:36:00 -0000 Message-Id: To: Binutils Mime-Version: 1.0 (Apple Message framework v1082) X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-02/txt/msg00163.txt.bz2 Very minor improvement that I will commit soon. Tristan. bfd/ 2011-02-15 Tristan Gingold * 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)) {