From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1105) id E5E84385742C; Mon, 11 Oct 2021 21:47:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E5E84385742C Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Joseph Myers To: glibc-cvs@sourceware.org Subject: [glibc] Fix nios2 localplt failure X-Act-Checkin: glibc X-Git-Author: Joseph Myers X-Git-Refname: refs/heads/master X-Git-Oldrev: bf433b849ae6f0cacf566a458c918bfd492ee732 X-Git-Newrev: 4912c738fcbc6def723370ec3a7ab4a732361322 Message-Id: <20211011214747.E5E84385742C@sourceware.org> Date: Mon, 11 Oct 2021 21:47:47 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2021 21:47:48 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4912c738fcbc6def723370ec3a7ab4a732361322 commit 4912c738fcbc6def723370ec3a7ab4a732361322 Author: Joseph Myers Date: Mon Oct 11 21:47:32 2021 +0000 Fix nios2 localplt failure Building for nios2-linux-gnu has recently started showing a localplt test failure, arising from a reference to __floatunsidf from getloadavg after commit b5c8a3aa82f66f49b731ca5204104cee48bccfa5 ("Linux: implement getloadavg(3) using sysinfo(2)") (this is an architecture with soft-fp in libc). Add this as a permitted local PLT reference in localplt.data. Tested with build-many-glibcs.py for nios2-linux-gnu. Diff: --- sysdeps/unix/sysv/linux/nios2/localplt.data | 1 + 1 file changed, 1 insertion(+) diff --git a/sysdeps/unix/sysv/linux/nios2/localplt.data b/sysdeps/unix/sysv/linux/nios2/localplt.data index 17fcfdd4db..c9802cc8eb 100644 --- a/sysdeps/unix/sysv/linux/nios2/localplt.data +++ b/sysdeps/unix/sysv/linux/nios2/localplt.data @@ -26,6 +26,7 @@ libc.so: __nedf2 libc.so: __eqdf2 libc.so: __extendsfdf2 libc.so: __floatundidf ? +libc.so: __floatunsidf ? libm.so: matherr # The TLS-enabled version of these functions is interposed from libc.so. ld.so: _dl_signal_error