math: Enable <bits/math-finite.h> sysdeps override
authorFlorian Weimer <fweimer@redhat.com>
Fri, 8 Feb 2019 20:04:24 +0000 (21:04 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 8 Feb 2019 20:06:51 +0000 (21:06 +0100)
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").

ChangeLog
bits/math-finite.h [moved from math/bits/math-finite.h with 100% similarity]

index bc2966e..10ac911 100644 (file)
--- 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.
 
similarity index 100%
rename from math/bits/math-finite.h
rename to bits/math-finite.h