summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-12-29 01:06:30 -0500
committerMike Frysinger <vapier@gentoo.org>2016-01-01 22:17:07 -0500
commit19e075101493016130f8b9321d14084478bd9827 (patch)
tree428cd07798c01a9bc616583c5884c576324a85c4 /ChangeLog
parente0043e17dfc52fe1702746543127cb4a87232bcd (diff)
ia64: fpu: fix gamma definition handling [BZ #15421]
The rework in commit d709042a6e5ab3c360280faad6f9538a34dc8eea broke buiding on ia64 due to compat_symbol expanding into ... in some cases. The common files were wrapped in a BUILD_LGAMMA check, but the ia64 ones were not. Add that logic to the ia64 files too.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51a055c825..8c339d23ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2016-01-01 Mike Frysinger <vapier@gentoo.org>
+
+ [BZ #15421]
+ * sysdeps/ia64/fpu/w_lgamma_main.c: Include math.h & math_private.h.
+ [BUILD_LGAMMA]: Wrap all code by define. Re-indent sub-preprocessor.
+ * sysdeps/ia64/fpu/w_lgammaf_main.c: Likewise.
+ * sysdeps/ia64/fpu/w_lgammal_main.c: Likewise.
+
2015-12-30 Dmitry V. Levin <ldv@altlinux.org>
[BZ #19408]