diff options
author | Joseph Myers <joseph@codesourcery.com> | 2016-01-20 19:04:43 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2016-01-20 19:04:43 +0000 |
commit | dcb133b7a4fdc701009b344c286b6cc9bda67a0c (patch) | |
tree | 472c56756af3db6e7948d6b66dfd4684d8fc8e64 /sysdeps/unix/bsd | |
parent | 00b85374a98e2f828ff0bd6cc099ecf55a9e111a (diff) | |
download | glibc-dcb133b7a4fdc701009b344c286b6cc9bda67a0c.tar.gz glibc-dcb133b7a4fdc701009b344c286b6cc9bda67a0c.tar.xz glibc-dcb133b7a4fdc701009b344c286b6cc9bda67a0c.zip |
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 'sysdeps/unix/bsd')
0 files changed, 0 insertions, 0 deletions