From ee19f1de0d0da24114be554fdf94243c0ec6b86c Mon Sep 17 00:00:00 2001 From: "Paul E. Murphy" Date: Tue, 16 Aug 2016 10:49:39 -0500 Subject: [PATCH] ldbl-128: Remove unused sqrtl declaration in e_asinl.c This did not alter compilation for s390x and aarch64 targets. --- ChangeLog | 5 +++++ sysdeps/ieee754/ldbl-128/e_asinl.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2fba9ad327..ec4395862d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2016-08-17 Paul E. Murphy + * sysdeps/ieee754/ldbl-128/e_asinl.c: + Remove unused sqrtl declaration. + +2016-08-17 Paul E. Murphy + * math/Makefile: (gen-libm-templates.stmp): New rule. (libm-calls): Move carg conj cimag and cabs into ... (gen-libm-calls): New variable. diff --git a/sysdeps/ieee754/ldbl-128/e_asinl.c b/sysdeps/ieee754/ldbl-128/e_asinl.c index 5a0e473ef0..4a8ed4cce4 100644 --- a/sysdeps/ieee754/ldbl-128/e_asinl.c +++ b/sysdeps/ieee754/ldbl-128/e_asinl.c @@ -62,7 +62,6 @@ #include #include #include -long double sqrtl (long double); static const long double one = 1.0L, -- 2.11.4.GIT