[Bug build/24023] [2.29 Regression] FAIL: elf/check-localplt
cvs-commit at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Fri Dec 21 19:03:00 GMT 2018
https://sourceware.org/bugzilla/show_bug.cgi?id=24023
--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".
The branch, master has been updated
via 57b3ff8e1a4ca8118c5d9a47584e6e0ce6f7002f (commit)
from 90d3320d7f57fae3d2f89d907e8307b6a76d133d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=57b3ff8e1a4ca8118c5d9a47584e6e0ce6f7002f
commit 57b3ff8e1a4ca8118c5d9a47584e6e0ce6f7002f
Author: Joseph Myers <joseph@codesourcery.com>
Date: Fri Dec 21 19:02:23 2018 +0000
Update nios2, sparc32 localplt.data for difftime changes (bug 24023).
The recent difftime changes introduced localplt test failures on nios2
and sparc32, two configurations where some soft-fp functions are
defined in / exported from libc.so, and where the difftime changes
affected the particular set of floating-point operations used in
libc.so. This patch adds those functions to localplt.data, alongside
other such functions already there. (In the sparc32 case, and more
generally on any platform where long double is a software
floating-point type, it would probably be more efficient to avoid
using long double at all in difftime, but that's a pre-existing
issue.)
Tested with build-many-glibcs.py for its nios2 and sparcv9
configurations.
[BZ #24023]
* sysdeps/unix/sysv/linux/nios2/localplt.data: Allow __floatundidf
PLT reference in libc.so.
* sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Allow
_Q_lltoq and _Q_qtod PLT references in libc.so.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 8 ++++++++
sysdeps/unix/sysv/linux/nios2/localplt.data | 1 +
.../unix/sysv/linux/sparc/sparc32/localplt.data | 2 ++
3 files changed, 11 insertions(+), 0 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list