1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

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.
This commit is contained in:
Joseph Myers
2022-12-13 22:16:22 +00:00
parent 5dcd2d0ad0
commit 6fd504849d

View 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 ?