diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-02-08 21:04:24 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-02-08 21:06:51 +0100 |
commit | eef4d4f80cc0e88e4a1d8f1060df3088cd479adc (patch) | |
tree | e3e84a0a992718536350271297461b78f4cce2cd /ChangeLog | |
parent | fdfbd47d92aedbe382a2975851e8cd628040bba7 (diff) | |
download | glibc-eef4d4f80cc0e88e4a1d8f1060df3088cd479adc.tar glibc-eef4d4f80cc0e88e4a1d8f1060df3088cd479adc.tar.gz glibc-eef4d4f80cc0e88e4a1d8f1060df3088cd479adc.tar.bz2 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").
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |