summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-02-08 21:04:24 +0100
committerFlorian Weimer <fweimer@redhat.com>2019-02-08 21:06:51 +0100
commiteef4d4f80cc0e88e4a1d8f1060df3088cd479adc (patch)
treee3e84a0a992718536350271297461b78f4cce2cd
parentfdfbd47d92aedbe382a2975851e8cd628040bba7 (diff)
downloadglibc-eef4d4f80cc0e88e4a1d8f1060df3088cd479adc.tar.gz
glibc-eef4d4f80cc0e88e4a1d8f1060df3088cd479adc.tar.xz
glibc-eef4d4f80cc0e88e4a1d8f1060df3088cd479adc.zip
math: Enable <bits/math-finite.h> sysdeps override
sysdeps/ia64/fpu/bits/math-finite.h exists and will be installed on
ia64, but during the build, the default math/bits/math-finite.h file
is used, which is wrong.

Fixes commit 0ac5ae2335292908f39031b1ea9fe8edce433c0f ("Optimize
libm").
-rw-r--r--ChangeLog6
-rw-r--r--bits/math-finite.h (renamed from math/bits/math-finite.h)0
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bc2966e8b2..10ac911d5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2019-02-08  Florian Weimer  <fweimer@redhat.com>
 
+	math: Enable <bits/math-finite.h> sysdeps override, as used on ia64.
+	* math/bits/math-finite.h: Move to ...
+	* bits/math-finite.h: ... here.
+
+2019-02-08  Florian Weimer  <fweimer@redhat.com>
+
 	* sysdeps/generic/bits/unistd_ext.h: Move to ...
 	* bits/unistd_ext.h: here.
 
diff --git a/math/bits/math-finite.h b/bits/math-finite.h
index 6141c12537..6141c12537 100644
--- a/math/bits/math-finite.h
+++ b/bits/math-finite.h