Re: [Mingw-w64-public] [PATCH] softmath: Add more double functions again

2014-07-30 Thread Kai Tietz
Hi André,

Patch is ok.  please go ahead and apply.

Thanks,
Kai

2014-07-30 1:20 GMT+02:00 André Hentschel n...@dawncrow.de:
 Please review, i'll commit it, just need an OK.
 (Last time it was confirmed on IRC and is already pushed upstream)

 --
 Infragistics Professional
 Build stunning WinForms apps today!
 Reboot your WinForms applications with our WinForms controls.
 Build a bridge from your legacy apps to the future.
 http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
 ___
 Mingw-w64-public mailing list
 Mingw-w64-public@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] [PATCH] softmath: Add more double functions again

2014-07-29 Thread André Hentschel
Please review, i'll commit it, just need an OK.
(Last time it was confirmed on IRC and is already pushed upstream)
diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am
index 5d4e469..2c0d85e 100644
--- a/mingw-w64-crt/Makefile.am
+++ b/mingw-w64-crt/Makefile.am
@@ -224,7 +224,7 @@ src_libmingwex=\
   math/fma.Smath/fmaf.Smath/frexpl.S math/ilogbl.S\
   math/internal_logl.S  math/log10l.S  math/log1pl.S \
   math/log2l.S  math/nearbyint.S   math/nearbyintf.S math/nearbyintl.Smath/remainder.S \
-  math/remainderf.S math/remainderl.S  math/remquo.S math/remquof.S   math/remquol.S   math/scalbn.S\
+  math/remainderf.S math/remainderl.S  math/remquo.S math/remquof.S   math/remquol.S   \
   math/scalbnl.Smath/sinl_internal.S  math/tanl.Smath/trunc.S math/truncf.S\
   math/acoshl.c math/acosl.c   \
   math/asinhl.c math/asinl.c   math/atan2l.c \
@@ -234,13 +234,13 @@ src_libmingwex=\
   math/expf.c   math/expl.cmath/expm1l.c \
   math/fabs.c   math/fabsf.c   math/fabsl.c  math/fdim.c  math/fdimf.c math/fdiml.c \
   math/fmal.c   math/fmax.cmath/fmaxf.c  math/fmaxl.c math/fmin.c  math/fminf.c \
-  math/fminl.c  math/fmod.cmath/fmodl.c  math/fp_consts.c math/fp_constsf.c\
+  math/fminl.c  math/fmodl.c   math/fp_consts.c  math/fp_constsf.c\
   math/fp_constsl.c math/fpclassify.c  math/fpclassifyf.cmath/fpclassifyl.c   math/frexpf.cmath/fucom.c \
   math/hypotf.c math/hypotl.c  math/isnan.c  math/isnanf.cmath/isnanl.cmath/ldexp.c \
   math/ldexpf.c math/ldexpl.c  math/lgamma.c math/lgammaf.c   math/lgammal.c   math/llrint.c\
   math/signgam.c \
   math/llrintf.cmath/llrintl.c math/llround.cmath/llroundf.c  math/llroundl.c  math/log.c   \
-  math/log10f.c math/logb.cmath/logbl.c  math/logf.c  math/logl.c  \
+  math/log10f.c math/logbl.c   math/logf.c   math/logl.c  \
   math/lrint.c  math/lrintf.c  math/lrintl.c math/lround.cmath/lroundf.c   math/lroundl.c   \
   math/modf.c   math/modff.c   math/modfl.c  math/nextafterf.cmath/nextafterl.cmath/nexttoward.c\
   math/nexttowardf.cmath/pow.c math/powf.c   math/powi.c  math/powif.c math/powil.c \
@@ -298,28 +298,28 @@ src_libmingwex64=\
   math/acosf.c  math/acosh.c  math/acoshf.c math/asinf.c  math/asinh.c  \
   math/asinhf.c math/atan2f.c math/atanf.c  math/atanh.c  math/atanhf.c \
   math/cosf.c   math/exp.cmath/exp2.S   math/exp2f.S  math/expm1.c  \
-  math/expm1f.c math/fmodf.c  math/ilogb.S  math/ilogbf.S math/log1p.S  \
-  math/log1pf.S math/log2.S   math/log2f.S  math/logbf.c  math/scalbnf.S\
-  math/sinf.c   math/tanf.c
+  math/expm1f.c math/fmod.c   math/fmodf.c  math/ilogb.S  math/ilogbf.S \
+  math/log1p.S  math/log1pf.S math/log2.S   math/log2f.S  math/logb.c   \
+  math/logbf.c  math/scalbn.S math/scalbnf.Smath/sinf.c   math/tanf.c
 
 # these only go into the 32 bit version:
 src_libmingwex32=\
   math/acosf.c  math/acosh.c  math/acoshf.c math/asinf.c  math/asinh.c  \
   math/asinhf.c math/atan2f.c math/atanf.c  math/atanh.c  math/atanhf.c \
   math/cosf.c   math/exp.cmath/exp2.S   math/exp2f.S  math/expm1.c  \
-  math/expm1f.c math/fmodf.c  math/ilogb.S  math/ilogbf.S math/log1p.S  \
-  math/log1pf.S math/log2.S   math/log2f.S  math/logbf.c  math/scalbnf.S\
-  math/sinf.c   math/tanf.c
+  math/expm1f.c math/fmod.c   math/fmodf.c  math/ilogb.S  math/ilogbf.S \
+  math/log1p.S  math/log1pf.S math/log2.S   math/log2f.S  math/logb.c   \
+  math/logbf.c  math/scalbn.S