From 57b3ff8e1a4ca8118c5d9a47584e6e0ce6f7002f Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 21 Dec 2018 19:02:23 +0000 Subject: 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. --- sysdeps/unix/sysv/linux/nios2/localplt.data | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/unix/sysv/linux/nios2') 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). -- cgit 1.4.1