public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Fix nios2 localplt failure
@ 2021-10-11 21:47 Joseph Myers
  0 siblings, 0 replies; only message in thread
From: Joseph Myers @ 2021-10-11 21:47 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4912c738fcbc6def723370ec3a7ab4a732361322

commit 4912c738fcbc6def723370ec3a7ab4a732361322
Author: Joseph Myers <joseph@codesourcery.com>
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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-11 21:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-11 21:47 [glibc] Fix nios2 localplt failure Joseph Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).