From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zimbra.cs.ucla.edu (zimbra.cs.ucla.edu [131.179.128.68]) by sourceware.org (Postfix) with ESMTPS id 636F4385694D; Tue, 9 Aug 2022 16:14:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 636F4385694D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=cs.ucla.edu Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=cs.ucla.edu Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id CAE6D1600AF; Tue, 9 Aug 2022 09:14:00 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id rDBsTmseNn1V; Tue, 9 Aug 2022 09:14:00 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 26C201600D4; Tue, 9 Aug 2022 09:14:00 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id digU8ZPu8mAf; Tue, 9 Aug 2022 09:14:00 -0700 (PDT) Received: from [192.168.1.9] (cpe-172-91-119-151.socal.res.rr.com [172.91.119.151]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id E4FAA1600AF; Tue, 9 Aug 2022 09:13:59 -0700 (PDT) Message-ID: <2d999f75-b0a5-4298-66eb-486ff474d86b@cs.ucla.edu> Date: Tue, 9 Aug 2022 09:13:59 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Content-Language: en-US To: Luis Machado Cc: gdb-patches@sourceware.org, binutils@sourceware.org, Eli Zaretskii , Simon Marchi , Nick Clifton References: <20220801075149.1152064-1-luis.machado@arm.com> <959a19b9-b2c3-6638-e0b9-b66ca8328574@simark.ca> <4224183e-e2c1-9a98-7e41-61a58e49aa29@arm.com> <14374ca2-3979-f2d2-2296-a36ba9c615d2@simark.ca> <834jyw2bwd.fsf@gnu.org> <83e592ff-fa28-ddfb-a46d-79db726d2b5e@arm.com> <2958d426-aece-4597-1a6d-ec0981ebb1a6@cs.ucla.edu> <26aee793-5d5a-62c7-38ee-e133db897984@arm.com> <126b860d-0c2c-9fab-a87b-7b97df5ee034@cs.ucla.edu> <84fbb332-c6ea-b808-434f-1db99b737df9@arm.com> From: Paul Eggert Organization: UCLA Computer Science Department Subject: Re: [PATCH] Disable year 2038 support on 32-bit hosts by default In-Reply-To: <84fbb332-c6ea-b808-434f-1db99b737df9@arm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Aug 2022 16:14:02 -0000 On 8/9/22 08:59, Luis Machado wrote: > that would make BFD use gnulib Not really. BFD code would not use any Gnulib code as a result of that patch. It's merely a patch to how BFD is configured, not how it's run. In other words, no source files under bfd/* change, and libbfd.a contains no Gnulib code and needs no Gnulib code.