From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x52c.google.com (mail-pg1-x52c.google.com [IPv6:2607:f8b0:4864:20::52c]) by sourceware.org (Postfix) with ESMTPS id 4368B3858C53 for ; Fri, 5 Aug 2022 11:59:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4368B3858C53 Received: by mail-pg1-x52c.google.com with SMTP id r22so81092pgm.5 for ; Fri, 05 Aug 2022 04:59:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=6ygKBpPcqqp2lRnQSUyBw7hTJ0bFycKitRGYeSxQuhs=; b=p9OD0yu0LcufZMdbohnET0XVuj8uXvamF1/oj9vDRJ9bgpQeKHrxcREXb6DpPlwH17 mz3GyO3wg+c+y4PpGuprOozWx0KSwJ7QLrN4w3WCniu0tH9Zmv+GHEKzkAiEpeA+wW9C B/Kx446womAfplNzasF5hK2eGsvAp5Tihz6AYuAGWQPFTPRwlMRaS7Wz6x5LzXWPBgTn e4gXRSd3Y1nD8D+C1qtCLXV7SJ0j1dRTJ8OmpTBbmWRc1x24YIN3e+sHV3zoLC344E5c iOEfqWlpbtKuVCJ1PNsP0/sqIC+vhiyBUL1s1TbOW9KTHD2ComNB4+vZBew+nSWLsqro xKrw== X-Gm-Message-State: ACgBeo07RKW342ZcEMTCgdRLgoPVw2XSzgUkRz8HCozhe6/+WJQPi3Ly GOuavLeXy9QFwBkHgYA36ZU= X-Google-Smtp-Source: AA6agR4z5/0vOWCIZymq0g0AJ7xF7XQaNtbycj/iILYv/nWe0aQvMKmD5dDEV10EL5Czy1LaELIqgA== X-Received: by 2002:a05:6a00:2282:b0:52b:bab:16a4 with SMTP id f2-20020a056a00228200b0052b0bab16a4mr6472775pfe.17.1659700778216; Fri, 05 Aug 2022 04:59:38 -0700 (PDT) Received: from squeak.grove.modra.org ([2406:3400:51d:8cc0:9ef8:f404:94c2:f255]) by smtp.gmail.com with ESMTPSA id on14-20020a17090b1d0e00b001f56a5e5d2fsm6897075pjb.2.2022.08.05.04.59.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Aug 2022 04:59:37 -0700 (PDT) Received: by squeak.grove.modra.org (Postfix, from userid 1000) id 94A8B1140616; Fri, 5 Aug 2022 21:29:34 +0930 (ACST) Date: Fri, 5 Aug 2022 21:29:34 +0930 From: Alan Modra To: Nick Clifton Cc: Jan Beulich , Binutils Subject: Re: [PATCH] binutils/Dwarf: avoid "shadowing" of glibc function name Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-3029.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham 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: Fri, 05 Aug 2022 11:59:40 -0000 On Fri, Aug 05, 2022 at 12:30:42PM +0100, Nick Clifton via Binutils wrote: > Hi Jan, > > > I'm going to commit this shortly. Nick - I think this will want going > > on the 2.39 branch as well, unless you've closed that already. > > Ah - I have already started uploading the release tarballs... > > Feel free to apply the patch to the branch though. If we need to make > a 2.39.1 release then it would be good to have it in. --disable-werror is the default for released code, and Nick did set bfd/development.sh to make that happen. So the shadow warning will not cause a build error. The two patches I committed today don't matter too much either. -- Alan Modra Australia Development Lab, IBM