mirror of git://sourceware.org/git/glibc.git
ldbl-128: Remove unused sqrtl declaration in e_asinl.c
This did not alter compilation for s390x and aarch64 targets.
This commit is contained in:
parent
ce6698ea0a
commit
ee19f1de0d
|
@ -1,3 +1,8 @@
|
||||||
|
2016-08-17 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
|
||||||
|
|
||||||
|
* sysdeps/ieee754/ldbl-128/e_asinl.c:
|
||||||
|
Remove unused sqrtl declaration.
|
||||||
|
|
||||||
2016-08-17 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
|
2016-08-17 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
|
||||||
|
|
||||||
* math/Makefile: (gen-libm-templates.stmp): New rule.
|
* math/Makefile: (gen-libm-templates.stmp): New rule.
|
||||||
|
|
|
@ -62,7 +62,6 @@
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <math_private.h>
|
#include <math_private.h>
|
||||||
long double sqrtl (long double);
|
|
||||||
|
|
||||||
static const long double
|
static const long double
|
||||||
one = 1.0L,
|
one = 1.0L,
|
||||||
|
|
Loading…
Reference in New Issue