From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id 882F23858D38 for ; Fri, 30 Sep 2022 20:10:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 882F23858D38 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.93,358,1654588800"; d="scan'208";a="84011502" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa2.mentor.iphmx.com with ESMTP; 30 Sep 2022 12:10:58 -0800 IronPort-SDR: DaO10lhGiu4TB9B5QP0o0lYH2ofuNS50zzhL8xeZymAKw/Tz/JsQIgnPmywe7S+W/O8kxVRVVd Fv1yMWIwtdJDTVyYUeblaD0hAxd8lC5uG6u6c6MTY/gubH0iK/2scIv6M+0yh7w4LvDUnFKw6K uaAKY0QR2cf4MdRLG7RNW5uRIQmWaHl+fbUlEk+Jk4Yy9tDfQ1sEUlD5IbRr5M/w8IaTHAlIhw iTQ9P/hUQ/6NmRp3S8EPtRAIEVqrMBw6G3WvskQWVmhDwnNTfYHqyFBXZmzg6Cy89SyqTQTghm X6A= Date: Fri, 30 Sep 2022 20:10:52 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Adhemerval Zanella Netto CC: Xi Ruoyao , caiyinyu , , Chenghua Xu , Lulu Cheng , Wang Xuerui , liuzhensong Subject: Re: [PATCH v3 1/1] LoongArch: Add static PIE support In-Reply-To: <4538abfd-ec05-bab5-1759-e3b12c6f1eed@linaro.org> Message-ID: References: <20220924074534.1566173-1-xry111@xry111.site> <20220924074534.1566173-2-xry111@xry111.site> <3848ed3c5915a2363ffa8bdd43f74152da125885.camel@xry111.site> <4538abfd-ec05-bab5-1759-e3b12c6f1eed@linaro.org> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-08.mgc.mentorg.com (139.181.222.8) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3111.0 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS,TXREP 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: It appears this has broken the build with binutils 2.39 branch, the default used by build-many-glibcs.py. Either the configure test should be made stricter so it doesn't pass for binutils 2.39, or some relevant bug fix should be backported to binutils 2.39 branch. Building the glibc testsuite, the error is: collect2: fatal error: ld terminated with signal 11 [Segmentation fault], core dumped compilation terminated. ../Rules:301: recipe for target '/scratch/jmyers/glibc-bot/build/glibcs/loongarch64-linux-gnu-lp64d/glibc/elf/ifuncmain1static' failed But it also causes the second GCC build in the build-many-glibcs.py "compilers" build to fail, if such a build is run with glibc including this change. -- Joseph S. Myers joseph@codesourcery.com