sparcv9: Restore fdiml@GLIBC_2.1

Use s_fdim.c from sysdeps/ieee754/ldbl-opt/ instead of
math/ to ensure a compat symbol for fdiml is created.
This commit is contained in:
Paul E. Murphy 2016-08-26 13:58:19 -05:00
parent 780257d48d
commit d47d27d6c0
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2016-08-29 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
[BZ #20517]
* sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c:
Include ldbl-opt/s_fdim.c to ensure fdiml@GLIBC_2.1 is
exported.
2016-08-29 Joseph Myers <joseph@codesourcery.com>
* math/fetestexceptflag.c: New file.

View File

@ -29,4 +29,4 @@ weak_alias (__fdim, fdim)
# define __fdim __fdim_generic
#endif
#include <math/s_fdim.c>
#include <ldbl-opt/s_fdim.c>