From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13578 invoked by alias); 4 Mar 2011 00:16:35 -0000 Received: (qmail 13569 invoked by uid 22791); 4 Mar 2011 00:16:34 -0000 X-SWARE-Spam-Status: No, hits=-2.2 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-wy0-f169.google.com (HELO mail-wy0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 04 Mar 2011 00:16:30 +0000 Received: by wyi11 with SMTP id 11so1871691wyi.0 for ; Thu, 03 Mar 2011 16:16:27 -0800 (PST) Received: by 10.227.28.136 with SMTP id m8mr12698wbc.82.1299197787576; Thu, 03 Mar 2011 16:16:27 -0800 (PST) Received: from [192.168.2.99] (cpc2-cmbg8-0-0-cust61.5-4.cable.virginmedia.com [82.6.108.62]) by mx.google.com with ESMTPS id w25sm1324425wbd.17.2011.03.03.16.16.25 (version=SSLv3 cipher=OTHER); Thu, 03 Mar 2011 16:16:26 -0800 (PST) Message-ID: <4D702F48.6080008@gmail.com> Date: Fri, 04 Mar 2011 00:16:00 -0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: "H.J. Lu" CC: binutils@sourceware.org Subject: Re: PATCH: Report plugin symbol status References: <20110302195553.GA27754@intel.com> <4D6EE4C2.3040500@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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/msg00044.txt.bz2 On 03/03/2011 03:39, H.J. Lu wrote: > On Wed, Mar 2, 2011 at 4:45 PM, Dave Korn wrote: >> On 02/03/2011 19:55, H.J. Lu wrote: >>> Hi, >>> >>> This patch reports plugin symbol status for --verbose. It can >>> be used to debug LTO plugin symbol issues. OK for trunk? >> What sort of size inflation in the logfiles of a real-world link is this >> likely to cause? I would expect it to be a significant inflation, in which >> case maybe a separate option would be more convenient than changing the >> existing --verbose behaviour. >> > > I can add a new switch. Thank you HJ, I think it would be good. At the moment it's very common to use --verbose to debug problems with -L options in makefiles, and I think that could become a good deal more difficult for end-users if there is also a huge amount of one-entry-per-symbol-in-the-whole-project debug info coming. cheers, DaveK