-
- Downloads
re PR fortran/46625 (libquadmath: Mangle internal symbols; rename __float128 <-> string functions)
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. From-SVN: r167768
Showing
- libquadmath/ChangeLog 18 additions, 0 deletionslibquadmath/ChangeLog
- libquadmath/gdtoa/g_Qfmt.c 2 additions, 2 deletionslibquadmath/gdtoa/g_Qfmt.c
- libquadmath/gdtoa/gdtoaimp.h 51 additions, 46 deletionslibquadmath/gdtoa/gdtoaimp.h
- libquadmath/gdtoa/misc.c 3 additions, 3 deletionslibquadmath/gdtoa/misc.c
- libquadmath/math/cosq.c 6 additions, 6 deletionslibquadmath/math/cosq.c
- libquadmath/math/cosq_kernel.c 1 addition, 1 deletionlibquadmath/math/cosq_kernel.c
- libquadmath/math/rem_pio2q.c 5 additions, 4 deletionslibquadmath/math/rem_pio2q.c
- libquadmath/math/sincosq.c 6 additions, 6 deletionslibquadmath/math/sincosq.c
- libquadmath/math/sincosq_kernel.c 2 additions, 1 deletionlibquadmath/math/sincosq_kernel.c
- libquadmath/math/sinq.c 6 additions, 6 deletionslibquadmath/math/sinq.c
- libquadmath/math/sinq_kernel.c 1 addition, 1 deletionlibquadmath/math/sinq_kernel.c
- libquadmath/math/tanq.c 6 additions, 6 deletionslibquadmath/math/tanq.c
- libquadmath/quadmath-imp.h 5 additions, 4 deletionslibquadmath/quadmath-imp.h
Loading
Please register or sign in to comment