mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
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:
parent
780257d48d
commit
d47d27d6c0
@ -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>
|
2016-08-29 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* math/fetestexceptflag.c: New file.
|
* math/fetestexceptflag.c: New file.
|
||||||
|
@ -29,4 +29,4 @@ weak_alias (__fdim, fdim)
|
|||||||
# define __fdim __fdim_generic
|
# define __fdim __fdim_generic
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <math/s_fdim.c>
|
#include <ldbl-opt/s_fdim.c>
|
||||||
|
Loading…
Reference in New Issue
Block a user