aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/nios2/localplt.data
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2018-12-21 19:02:23 +0000
committerJoseph Myers <joseph@codesourcery.com>2018-12-21 19:02:23 +0000
commit57b3ff8e1a4ca8118c5d9a47584e6e0ce6f7002f (patch)
tree1d85712ecdd213cb60ca418cb434ace1be244906 /sysdeps/unix/sysv/linux/nios2/localplt.data
parent90d3320d7f57fae3d2f89d907e8307b6a76d133d (diff)
downloadglibc-57b3ff8e1a4ca8118c5d9a47584e6e0ce6f7002f.tar
glibc-57b3ff8e1a4ca8118c5d9a47584e6e0ce6f7002f.tar.gz
glibc-57b3ff8e1a4ca8118c5d9a47584e6e0ce6f7002f.tar.bz2
glibc-57b3ff8e1a4ca8118c5d9a47584e6e0ce6f7002f.zip
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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/nios2/localplt.data')
-rw-r--r--sysdeps/unix/sysv/linux/nios2/localplt.data1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/nios2/localplt.data b/sysdeps/unix/sysv/linux/nios2/localplt.data
index 4430a5891e..3805ed56b9 100644
--- a/sysdeps/unix/sysv/linux/nios2/localplt.data
+++ b/sysdeps/unix/sysv/linux/nios2/localplt.data
@@ -26,6 +26,7 @@ libc.so: __divsf3
libc.so: __nedf2
libc.so: __eqdf2
libc.so: __extendsfdf2
+libc.so: __floatundidf ?
libm.so: matherr
# The main malloc is interposed into the dynamic linker, for
# allocations after the initial link (when dlopen is used).