X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 8A28B393FC3D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=t-online.de Authentication-Results: sourceware.org; spf=none smtp.mailfrom=HBBroeker AT t-online DOT de Subject: Re: [ANNOUNCEMENT] Updated: binutils-2.34+1git.de9c1b7cfe-1 (x86/x86_64) To: cygwin AT cygwin DOT com References: <CAAXzdLWXD09FkgTmo2FY0kH4NmyYeAu9gnQaarkwYxKjYjOx3Q AT mail DOT gmail DOT com> <dba4e3cf-bbfc-8c49-3177-5c15c7936c4b AT gmail DOT com> <f88b5a5d-279a-7765-574f-a9cbbef540c6 AT SystematicSw DOT ab DOT ca> From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= <HBBroeker AT t-online DOT de> Message-ID: <8a6c6dcd-c235-a2bd-1437-c7efa8ba529b@t-online.de> Date: Fri, 20 Mar 2020 20:24:37 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <f88b5a5d-279a-7765-574f-a9cbbef540c6@SystematicSw.ab.ca> Content-Language: en-US X-ID: XjhnJUZAYhvexDLyIEOHW75oB2tVMY48HKqEDEdeRM8tdFKH5Rs24U676+us9fsgs6 X-TOI-MSGID: 4dd1e0e3-8949-4130-9697-0772a37b30a0 X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00, FREEMAIL_FROM, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin mailing list <cygwin.cygwin.com> List-Unsubscribe: <http://cygwin.com/mailman/options/cygwin>, <mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe> List-Archive: <http://cygwin.com/pipermail/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help> List-Subscribe: <http://cygwin.com/mailman/listinfo/cygwin>, <mailto:cygwin-request AT cygwin DOT com?subject=subscribe> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com> Am 20.03.2020 um 00:18 schrieb Brian Inglis: > On 2020-03-18 23:25, Marco Atzeri via Cygwin wrote: >> It seems something is adding 5M or more to the normal >> size of the programs > > See attached for summary details by arch, but main points for both are, on x86_64: [...] Could this be due to the ginormous number of targets configured into the build? Asking the tools themselves about the list of targets they support, compared to a run-off-the-mill default native build from current git sources, yields: > hbbro AT NB5 ~/src/gnu/binutils/bld/gcc/binutils > $ objdump -i | wc > 8172 30919 441168 > > hbbro AT NB5 ~/src/gnu/binutils/bld/gcc/binutils > $ ./objdump -i | wc > 117 325 2831 That size difference evidently due to the 260+ supported output target types in /usr/bin/objdump.exe, compared to 22 in my own build. To put it another way the individual object files in libbfd.a are of quite similar size; there just a whole lot more of them, and that explains the difference. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple