From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id B3ECA385041B for ; Fri, 28 Aug 2020 18:19:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B3ECA385041B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: RfiyBiFs9fFnsra5xcMBJto2sl+F6UQSdeCEkraZyh97fdaIKB4Dhy2L/N0LtN2+SwQSHEz22g mX6z5BkMAJSgHNweArskbD0IecDF9DSEVHyQiAZ8JwgiuWQnYGmLWj4nFykQ1hdRSKxnrTuAyO HKGO1F5OclUJN5chswUQEYsYReG6MkJupLn38dYS8xdUQKMgFk4qYMGj52NUsxXuw4GxJEEGhP 7LyYpxzp9UOoINnsoa86RtoUC/FmBhXvncCfGVkLIiqoQNGKbsIEyRdFVUS84A51KdNjJV/vNQ bUU= X-IronPort-AV: E=Sophos;i="5.76,364,1592899200"; d="scan'208";a="52494054" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa4.mentor.iphmx.com with ESMTP; 28 Aug 2020 10:19:30 -0800 IronPort-SDR: beoOAOjHnhSZEGfd5YFY0bF+NFu2wlOGpMyhnYrhPkuuUrSvbXv/TbO4+n9SYoRB6LAUKKqTMD wG7g9zQfyRnNrm+ZZ9mqigBhChU3dWJMI2k6+s1n8/wX9EJ6DQSPQELm7WU9fcsCcwNJR8RJSR 2h1s59kOVHQu5aEnbDH1at+3O7yZ78gar0Vm4Pb5DnxmRmkex8xD4z+5BjQqkYisMt7jao3XhN RvY4vuk8PWUzOI1zvM63178NmDmp4HDF522WyNJxZxzuQRWkZaRVxfb2G7XE3LhrNzTCp1s9n5 tvI= Date: Fri, 28 Aug 2020 18:19:25 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: "Maciej W. Rozycki" CC: Alistair Francis , Nelson Chu , GNU C Library , Alistair Francis Subject: Re: [PATCH v5 00/17] glibc port for 32-bit RISC-V (RV32) In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To SVR-IES-MBX-03.mgc.mentorg.com (139.181.222.3) X-Spam-Status: No, score=-3127.6 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Aug 2020 18:19:47 -0000 On Mon, 24 Aug 2020, Maciej W. Rozycki via Libc-alpha wrote: > > > > NOTE: This doesn't include the failing maths tests (that is an issue > > > > only when running on QEMU) or the PLT issue for RISC-V 32-bit. > > > > > > Ack. Can you check if the PLT issue has been fixed with > > > ? > > > > Yes, using the latest binutils with those patches applied seems to fix > > the PLT failures. > > Good to know, thanks for confirming. So I guess we can ignore the PLT > check failure and expect anyone caring about clean results to use most up > to date binutils once the fix has been included (and until then use the > patch applied locally). > > I've cc-ed Nelson to give him some incentive to upstream his fix quickly. Will this be backported to binutils 2.35 branch (which is what build-many-glibcs.py uses by default - thus, showing test failures https://sourceware.org/pipermail/libc-testresults/2020q3/006687.html on the bot with GCC 10)? -- Joseph S. Myers joseph@codesourcery.com