aboutsummaryrefslogtreecommitdiff
path: root/libquadmath/ChangeLog
diff options
context:
space:
mode:
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>2012-11-21 13:46:34 +0000
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>2012-11-21 13:46:34 +0000
commit413929725e50d50f5b4a7d98ebdfd5fcf562a820 (patch)
tree8af2198385df0e740a9f5be20efa8808ecd8d2d7 /libquadmath/ChangeLog
parent0d13a5a5bf762999d502807642b4bbe73932010b (diff)
2012-11-21 Tobias Burnus <burnus@net-b.de>
PR libquadmath/55225 * math/lgammaq.c (lgammaq): Use local variable if math.h does not provide signgam. * acinclude.m4 (LIBQUAD_CHECK_MATH_H_SIGNGAM): New check. * configure.ac: Use it. * configure: Regenerate. * config.h.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193695 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libquadmath/ChangeLog')
-rw-r--r--libquadmath/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog
index 6f731ca84ad..b97a45868b3 100644
--- a/libquadmath/ChangeLog
+++ b/libquadmath/ChangeLog
@@ -1,3 +1,13 @@
+2012-11-21 Tobias Burnus <burnus@net-b.de>
+
+ PR libquadmath/55225
+ * math/lgammaq.c (lgammaq): Use local variable if
+ math.h does not provide signgam.
+ * acinclude.m4 (LIBQUAD_CHECK_MATH_H_SIGNGAM): New check.
+ * configure.ac: Use it.
+ * configure: Regenerate.
+ * config.h.in: Regenerate.
+
2012-11-15 Tobias Burnus <burnus@net-b.de>
Joseph Myers <joseph@codesourcery.com>