public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Joseph Myers <jsm28@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] Fix nios2 localplt failure
Date: Mon, 11 Oct 2021 21:47:47 +0000 (GMT)	[thread overview]
Message-ID: <20211011214747.E5E84385742C@sourceware.org> (raw)

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


                 reply	other threads:[~2021-10-11 21:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211011214747.E5E84385742C@sourceware.org \
    --to=jsm28@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).