From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x435.google.com (mail-pf1-x435.google.com [IPv6:2607:f8b0:4864:20::435]) by sourceware.org (Postfix) with ESMTPS id 7949F38555AF for ; Thu, 6 Jul 2023 01:36:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7949F38555AF Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pf1-x435.google.com with SMTP id d2e1a72fcca58-66767d628e2so199898b3a.2 for ; Wed, 05 Jul 2023 18:36:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1688607385; x=1691199385; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=zAAQ+2JDwekNuvauIlmw3n0ffUcEA1czh+Dsb9wSNjI=; b=pvV1Os8cLKeDkA/64NwNyqVn6qjA5KzbA/4do10w3lAc6ApmZdmfZ6MihmgRsMR+Mn KcgN3GnsL06G5AyhK53DaNwkx+wH0/0AXQ1s1RuCwA1TLbNK2yRHveO0FVRoZGnCR4S1 b9Wm8PfGiMjjDvZ2TxKksAZpkNaJh9ccezazwRb7sy0b+OgqLA3fbf67Q4vUfQv26pRr Md2Jl4uiZpwf0sEedxkbQF782jTitXhwadrqFukjU/hdVj6AKmdnX5p59g8yvyKLpfl/ 3Uubs2iu7PQd31JHNP/Qa3V8W1JmFKveuLARXy3QGupuDMTQ9oI0m2eSzJlLQytIg+jx APaQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688607385; x=1691199385; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=zAAQ+2JDwekNuvauIlmw3n0ffUcEA1czh+Dsb9wSNjI=; b=LHSaJr2ZH2d+UJzjWZTG1MTzJXTNlNaYpTi/yInZZq1d99p9Nd9gA+A5a798pklp1U jBzUQEU+Cq61PcYTCy7Xklqqll0Hq2gA9cJhkYGUf5c/4kFK5hn7IxZj4aYPrhOFbitV 8/dCt9jMfBkVGB1xugnsrHEsF1LZ3Lls20hNXTZCpgWReUC6ynojZ3yH1mPD99lbkrjv FEoFd6nmyg0IWg+lSwMuDSNnq4DdA2AJItjcOMkBevnv1M8n/A67WYTrsVH/ZeQDY/dK 93WWBw5nHl5GIRZ1oXxFN2VAvyovKsb0VXBABhml/nmEBtsLB6kpSfOasdXKWXFTtJmq LsiQ== X-Gm-Message-State: ABy/qLbX0MjWKFgEmj89aFSI5/gWf4FTMTYHq+InM88DxHemTox66emJ w/IZaTFzQOhoShv7oEap/l+McGC9/Xc= X-Google-Smtp-Source: APBJJlEMNQl+s4KtBJGPM/6BcD1Jqa/LGL0VfEolHePHVtKulCc8mAcbbgkkl7bbL2t7NfSNdRajCQ== X-Received: by 2002:a05:6a20:a8a8:b0:126:aa77:a103 with SMTP id ca40-20020a056a20a8a800b00126aa77a103mr293214pzb.24.1688607384673; Wed, 05 Jul 2023 18:36:24 -0700 (PDT) Received: from squeak.grove.modra.org (158.106.96.58.static.exetel.com.au. [58.96.106.158]) by smtp.gmail.com with ESMTPSA id u2-20020a170902e5c200b001b8062c1db3sm119932plf.82.2023.07.05.18.36.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Jul 2023 18:36:23 -0700 (PDT) Received: by squeak.grove.modra.org (Postfix, from userid 1000) id D2F001142BE7; Thu, 6 Jul 2023 11:06:21 +0930 (ACST) Date: Thu, 6 Jul 2023 11:06:21 +0930 From: Alan Modra To: YunQiang Su Cc: binutils@sourceware.org, macro@orcam.me.uk Subject: Re: [PATCH] ld: fix plugin tests for MIPS PIC Message-ID: References: <20230703044321.2951358-1-yunqiang.su@cipunited.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230703044321.2951358-1-yunqiang.su@cipunited.com> X-Spam-Status: No, score=-3028.6 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 List-Id: 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. -- Alan Modra Australia Development Lab, IBM