summaryrefslogtreecommitdiff
path: root/libquadmath/ChangeLog
diff options
context:
space:
mode:
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>2010-12-13 19:44:38 +0000
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>2010-12-13 19:44:38 +0000
commit0aa903b3612e56d607fb46b6852ba97b2c2d382b (patch)
treedcd344482f53be11c8fdb8b5221713e795bf5b1f /libquadmath/ChangeLog
parent12aa1f81826fc96dba1405c5a08cce23afc5f6f4 (diff)
downloadgcc-0aa903b3612e56d607fb46b6852ba97b2c2d382b.tar.gz
2010-12-13 Tobias Burnus <burnus@net-b.de>
PR fortran/46625 * gdtoa/gdtoaimp.h: Mangle internal functions by prefixing them with __quadmath. Don't use gdtoa's strcp(y). * gdtoa/g_Qfmt.c (g_Qfmt): Use strcpy instead of strcp. * gdtoa/misc.c (strcpy): Renamed from strcp and only use if NO_STRING_H is set. * quadmath-imp.h (__quadmath_rem_pio2q, * __quadmath_kernel_sincosq __quadmath_kernel_sinq, __quadmath_kernel_cosq): Added __quadmath prefix to internal functions. * math/cosq.c (cosq): Ditto. * math/sinq.c (cosq): Ditto. * math/tanq.c (tanq,__quadmath_kernel_tanq): Ditto. * math/rem_pio2q.c (rem_pio2, __quadmath_kernel_rem_pio2): * Ditto. * math/sinq_kernel.c (__quadmath_kernel_sinq): Ditto. * math/cosq_kernel.c (__quadmath_kernel_cosq): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167768 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libquadmath/ChangeLog')
-rw-r--r--libquadmath/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog
index 8e17d2d5f55..de3eaa06434 100644
--- a/libquadmath/ChangeLog
+++ b/libquadmath/ChangeLog
@@ -1,3 +1,21 @@
+2010-12-13 Tobias Burnus <burnus@net-b.de>
+
+ PR fortran/46625
+ * gdtoa/gdtoaimp.h: Mangle internal functions by
+ prefixing them with __quadmath. Don't use gdtoa's strcp(y).
+ * gdtoa/g_Qfmt.c (g_Qfmt): Use strcpy instead of strcp.
+ * gdtoa/misc.c (strcpy): Renamed from strcp and only use
+ if NO_STRING_H is set.
+ * quadmath-imp.h (__quadmath_rem_pio2q, __quadmath_kernel_sincosq
+ __quadmath_kernel_sinq, __quadmath_kernel_cosq): Added
+ __quadmath prefix to internal functions.
+ * math/cosq.c (cosq): Ditto.
+ * math/sinq.c (cosq): Ditto.
+ * math/tanq.c (tanq,__quadmath_kernel_tanq): Ditto.
+ * math/rem_pio2q.c (rem_pio2, __quadmath_kernel_rem_pio2): Ditto.
+ * math/sinq_kernel.c (__quadmath_kernel_sinq): Ditto.
+ * math/cosq_kernel.c (__quadmath_kernel_cosq): Ditto.
+
2010-12-08 Tobias Burnus <burnus@net-b.de>
PR fortran/46772