From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8852 invoked by alias); 3 Mar 2011 03:40:44 -0000 Received: (qmail 8844 invoked by uid 22791); 3 Mar 2011 03:40:43 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-iw0-f169.google.com (HELO mail-iw0-f169.google.com) (209.85.214.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Mar 2011 03:40:39 +0000 Received: by iwl42 with SMTP id 42so760565iwl.0 for ; Wed, 02 Mar 2011 19:40:37 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.220.9 with SMTP id hw9mr907419icb.379.1299123574661; Wed, 02 Mar 2011 19:39:34 -0800 (PST) Received: by 10.42.60.129 with HTTP; Wed, 2 Mar 2011 19:39:34 -0800 (PST) In-Reply-To: <4D6EE4C2.3040500@gmail.com> References: <20110302195553.GA27754@intel.com> <4D6EE4C2.3040500@gmail.com> Date: Thu, 03 Mar 2011 03:40:00 -0000 Message-ID: Subject: Re: PATCH: Report plugin symbol status From: "H.J. Lu" To: Dave Korn Cc: binutils@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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-03/txt/msg00033.txt.bz2 On Wed, Mar 2, 2011 at 4:45 PM, Dave Korn wrot= e: > On 02/03/2011 19:55, H.J. Lu wrote: >> Hi, >> >> This patch reports plugin symbol status for --verbose. =A0It can >> be used to debug LTO plugin symbol issues. =A0OK for trunk? > > =A0What sort of size inflation in the logfiles of a real-world link is th= is > likely to cause? =A0I would expect it to be a significant inflation, in w= hich > case maybe a separate option would be more convenient than changing the > existing --verbose behaviour. > I can add a new switch. --=20 H.J.