summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2016-01-20 19:04:43 +0000
committerJoseph Myers <joseph@codesourcery.com>2016-01-20 19:04:43 +0000
commitdcb133b7a4fdc701009b344c286b6cc9bda67a0c (patch)
tree472c56756af3db6e7948d6b66dfd4684d8fc8e64 /ChangeLog
parent00b85374a98e2f828ff0bd6cc099ecf55a9e111a (diff)
Fix __finitel libm compat symbol version.
The changes to restrict implementation-namespace symbol aliases such as __finitel to compat symbols used code for __finitel in libm analogous to that for __finitel in libc. However, the versions for the two symbols are actually different, GLIBC_2.0 in libc and GLIBC_2.1 in libm. This patch fixes the handling of the libm compat symbol. Tested for mips (o32), where it fixes an ABI test failure. * sysdeps/ieee754/dbl-64/s_finite.c [NO_LONG_DOUBLE && LDBL_CLASSIFY_COMPAT] (__finitel): Define compat symbol at version GLIBC_2_1 and use GLIBC_2_1 in SHLIB_COMPAT condition for libm, not GLIBC_2_0. * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c [NO_LONG_DOUBLE && LDBL_CLASSIFY_COMPAT] (__finitel): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e9264d1ed..ace36b5ee4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2016-01-20 Joseph Myers <joseph@codesourcery.com>
+ * sysdeps/ieee754/dbl-64/s_finite.c
+ [NO_LONG_DOUBLE && LDBL_CLASSIFY_COMPAT] (__finitel): Define
+ compat symbol at version GLIBC_2_1 and use GLIBC_2_1 in
+ SHLIB_COMPAT condition for libm, not GLIBC_2_0.
+ * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c
+ [NO_LONG_DOUBLE && LDBL_CLASSIFY_COMPAT] (__finitel): Likewise.
+
* sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data
(__gtsf2): Add as optional for libc.so.
(__unordsf2): Likewise.