Allow _Qp_fgt in sparc64 localplt.data
authorJoseph Myers <joseph@codesourcery.com>
Tue, 13 Dec 2022 22:16:22 +0000 (22:16 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 13 Dec 2022 22:16:22 +0000 (22:16 +0000)
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.

sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data

index 12520b1..15c0f8c 100644 (file)
@@ -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 ?