From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from einhorn-mail-out.in-berlin.de (einhorn.in-berlin.de [192.109.42.8]) by sourceware.org (Postfix) with ESMTPS id D6E3E3858C60 for ; Fri, 7 Jul 2023 06:55:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D6E3E3858C60 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=debian.org Authentication-Results: sourceware.org; spf=none smtp.mailfrom=debian.org X-Envelope-From: doko@debian.org Received: from authenticated.user (localhost [127.0.0.1]) by einhorn.in-berlin.de with ESMTPSA id 3676t9j13416454 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Fri, 7 Jul 2023 08:55:09 +0200 Message-ID: <0763b312-dca9-1d32-7018-bbcf367687d3@debian.org> Date: Fri, 7 Jul 2023 08:55:03 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: [PATCH] ld: fix plugin tests for MIPS PIC Content-Language: en-US To: YunQiang Su Cc: binutils@sourceware.org, macro@orcam.me.uk References: <20230703044321.2951358-1-yunqiang.su@cipunited.com> From: Matthias Klose In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,FORGED_SPF_HELO,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,NICE_REPLY_A,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_NONE,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 List-Id: On 06.07.23 03:36, Alan Modra via Binutils wrote: > On Mon, Jul 03, 2023 at 12:43:21PM +0800, YunQiang Su wrote: >> On MIPS, for PIC objects, symbols may reference 2 times: >> once from the caller, and once from GOT. >> Thus ld may complains 2 times about "undefined reference". >> >> So we add a new "#?" line to every effected testsuite. > > OK. please could you make sure to apply these to the 2.41 branch as well?