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] Allow _Qp_fgt in sparc64 localplt.data
Date: Tue, 13 Dec 2022 22:16:40 +0000 (GMT)	[thread overview]
Message-ID: <20221213221640.195623851343@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6fd504849de404aad59df5b198d3751b373a0154

commit 6fd504849de404aad59df5b198d3751b373a0154
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Dec 13 22:16:22 2022 +0000

    Allow _Qp_fgt in sparc64 localplt.data
    
    A recent GCC change resulted in localplt test failures on sparc64
    because of references to _Qp_fgt.  This is analogous to all the other
    floating-point symbols allowed in localplt.data, so it seems
    appropriate to allow this one as well.
    
    Tested with build-many-glibcs.py for sparc64-linux-gnu (GCC mainline),
    where it fixes the test failure.

Diff:
---
 sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data b/sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data
index 12520b1586..15c0f8ccf7 100644
--- a/sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data
+++ b/sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data
@@ -3,6 +3,7 @@ libc.so: _Qp_cmp ?
 libc.so: _Qp_div ?
 libc.so: _Qp_feq ?
 libc.so: _Qp_fge ?
+libc.so: _Qp_fgt ?
 libc.so: _Qp_fle ?
 libc.so: _Qp_flt ?
 libc.so: _Qp_fne ?

                 reply	other threads:[~2022-12-13 22:16 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=20221213221640.195623851343@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).