]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 bc2966e8b204fbf384c936bc9f57bed5d6a4dc0a..10ac911d5dba2873693212598d98471f2a667ff6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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 ...
similarity index 100%
rename from math/bits/math-finite.h
rename to bits/math-finite.h