diff options
author | Gabriel F. T. Gomes <gabrielftg@linux.ibm.com> | 2019-09-09 12:59:46 -0500 |
---|---|---|
committer | Gabriel F. T. Gomes <gabrielftg@linux.ibm.com> | 2019-12-23 16:32:20 -0300 |
commit | f8cd1020817fd6b69446b4308b496de999934ef8 (patch) | |
tree | aaca0fdbd7f4d7a0f10d7931516a5aba87625fc8 /localedata/locales | |
parent | 3021e781783d6fe12de4697b0d98957bc911cad3 (diff) | |
download | glibc-f8cd1020817fd6b69446b4308b496de999934ef8.tar glibc-f8cd1020817fd6b69446b4308b496de999934ef8.tar.gz glibc-f8cd1020817fd6b69446b4308b496de999934ef8.tar.bz2 glibc-f8cd1020817fd6b69446b4308b496de999934ef8.zip |
Avoid compat symbols for totalorder in powerpc64le IEEE long double
On powerpc64le, the libm_alias_float128_other_r_ldbl macro is
used to create an alias between totalorderf128 and __totalorderlieee128,
as well as between the totalordermagf128 and __totalordermaglieee128.
However, the totalorder* and totalordermag* functions changed their
parameter type since commit ID 42760d764649 and got compat symbols for
their old versions. With this change, the aforementioned macro would
create two conflicting aliases for __totalorderlieee128 and
__totalordermaglieee128.
This patch avoids the creation of the alias between the IEEE long double
symbols (__totalorderl*ieee128) and the compat symbols, because the IEEE
long double functions have never been exported thus don't need such
compat symbol.
Tested for powerpc64le.
Reviewed-by: Joseph Myers <joseph@codesourcery.com>
Diffstat (limited to 'localedata/locales')
0 files changed, 0 insertions, 0 deletions