aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2019-02-08 23:26:21 +0000
committerJoseph Myers <joseph@codesourcery.com>2019-02-08 23:26:21 +0000
commit32ea72999693b98e41172e42256cda65dfda7838 (patch)
tree4060db1a95898fd91484e00aa8262ab6e21cbc36 /ChangeLog
parenteef4d4f80cc0e88e4a1d8f1060df3088cd479adc (diff)
downloadglibc-32ea72999693b98e41172e42256cda65dfda7838.zip
glibc-32ea72999693b98e41172e42256cda65dfda7838.tar.gz
glibc-32ea72999693b98e41172e42256cda65dfda7838.tar.bz2
Remove powerpc bits/mathinline.h.
Continuing the process of moving away from having bits/mathinline.h headers in glibc, leaving the compiler to inline functions as appropriate depending on the options passed to it, this patch removes the header for powerpc. <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88558> is the corresponding GCC bug for adding replacements for these powerpc (32-bit-only) lrint / lrintf inlines. Tested with build-many-glibcs.py for its powerpc configurations. * sysdeps/powerpc/bits/mathinline.h: Remove.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10ac911..07560f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-02-08 Joseph Myers <joseph@codesourcery.com>
+
+ * sysdeps/powerpc/bits/mathinline.h: Remove.
+
2019-02-08 Florian Weimer <fweimer@redhat.com>
math: Enable <bits/math-finite.h> sysdeps override, as used on ia64.