about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2017-09-06 16:48:41 +0100
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2017-09-13 17:22:22 +0100
commitbcea7ad608466a886767ddc743dce0df11980b5f (patch)
treebc49cdb3ef44792cb2cd49fe70fbf6f8da7c5757 /ChangeLog
parent0fc56478a969cd02475130526bf9b2a6e416993c (diff)
downloadglibc-bcea7ad608466a886767ddc743dce0df11980b5f.tar.gz
glibc-bcea7ad608466a886767ddc743dce0df11980b5f.tar.xz
glibc-bcea7ad608466a886767ddc743dce0df11980b5f.zip
Move exp compat wrappers under math/
Move exp compat wrappers to math/w_exp{,f,l}_compat.c to be
consistent with other wrappers.

	* sysdeps/ieee754/dbl-64/w_exp_compat.c: Move to...
	* math/w_exp_compat.c: ... here.
	* sysdeps/ieee754/flt-32/w_expf_compat.c: Move to...
	* math/w_expf_compat.c: ... here.
	* sysdeps/ieee754/ldbl-128/w_expl_compat.c: Move to...
	* math/w_expl_compat.c: ... here.
	* sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c: Remove.
	* sysdeps/ieee754/ldbl-96/w_expl_compat.c: Remove.
	* sysdeps/ieee754/ldbl-opt/w_exp_compat.c: Use the new path.
	* sysdeps/ieee754/ldbl-opt/w_expl_compat.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 70b575b47e..21a51b4b6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2017-09-13  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+	* sysdeps/ieee754/dbl-64/w_exp_compat.c: Move to...
+	* math/w_exp_compat.c: ... here.
+	* sysdeps/ieee754/flt-32/w_expf_compat.c: Move to...
+	* math/w_expf_compat.c: ... here.
+	* sysdeps/ieee754/ldbl-128/w_expl_compat.c: Move to...
+	* math/w_expl_compat.c: ... here.
+	* sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c: Remove.
+	* sysdeps/ieee754/ldbl-96/w_expl_compat.c: Remove.
+	* sysdeps/ieee754/ldbl-opt/w_exp_compat.c: Use the new path.
+	* sysdeps/ieee754/ldbl-opt/w_expl_compat.c: Likewise.
+
 2017-09-13  Joseph Myers  <joseph@codesourcery.com>
 
 	* math/w_scalbln_template.c (strong_alias): Do not undefine and