about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarcus Shawcroft <marcus.shawcroft@linaro.org>2013-12-17 18:12:30 +0000
committerMarcus Shawcroft <marcus.shawcroft@linaro.org>2013-12-18 12:07:06 +0000
commitcb756c6d686242acdc942e3d4276e399a69a6f02 (patch)
treec24b5019a715216e2ed581bfc5ba10945798ea2b
parent9dbebe1a67bbedfcb39c6b739f15bc639e8d40a2 (diff)
downloadglibc-cb756c6d686242acdc942e3d4276e399a69a6f02.tar.gz
glibc-cb756c6d686242acdc942e3d4276e399a69a6f02.tar.xz
glibc-cb756c6d686242acdc942e3d4276e399a69a6f02.zip
Compile e_sqrt.c with -ffp-contract=off.
-rw-r--r--ChangeLog5
-rw-r--r--sysdeps/ieee754/dbl-64/Makefile1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ea766d0c5..a3bed28dbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
+
+	* sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
+	$(config-cflags-nofma).
+
 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
 
 	* math/auto-libm-test-in: Mark some hypot tests no-test-inline.
diff --git a/sysdeps/ieee754/dbl-64/Makefile b/sysdeps/ieee754/dbl-64/Makefile
index 1a7b31158d..35f545ff8e 100644
--- a/sysdeps/ieee754/dbl-64/Makefile
+++ b/sysdeps/ieee754/dbl-64/Makefile
@@ -1,4 +1,5 @@
 ifeq ($(subdir),math)
 # branred depends on precise IEEE double rounding
 CFLAGS-branred.c = $(config-cflags-nofma)
+CFLAGS-e_sqrt.c = $(config-cflags-nofma)
 endif