-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 9/22/2016 20:23, JonY wrote: > > just remove the mpdecimal directory, the dfp/*.c stuff should > still work, likewise for the pformat.c changes. I'm doing just that > since yesterday, running build tests. SF ate my GPG signed mail. > > Use format-patch -D to ommit the contents of the deleted files. > >
Patch attached. -----BEGIN PGP SIGNATURE----- iF4EAREIAAYFAlfj1FgACgkQk721PNTrx0CVEgD/dUUbYzW4NeAwMvc75+tkFIx7 xukA6puhzWe9+3j4I+8BAIqgU3pv7SQYXmyscF9PyP/S2p3mzISM5b/P6wbitStR =PGli -----END PGP SIGNATURE-----
>From ada9d92039d3faf3b2c5202ec588a817c718b1b4 Mon Sep 17 00:00:00 2001 From: Jonathan Yong <[email protected]> Date: Thu, 22 Sep 2016 20:48:38 +0800 Subject: [PATCH 1/2] Remove dead mpdecimal code, it was never called mpdecimal was originally planned for use to support DFP math, but it never gone far. Remove it for now. Signed-off-by: Jonathan Yong <[email protected]> --- mingw-w64-crt/Makefile.am | 205 +- mingw-w64-crt/math/DFP/mpdecimal/.hg_archival.txt | 5 - mingw-w64-crt/math/DFP/mpdecimal/CHANGELOG.txt | 141 - mingw-w64-crt/math/DFP/mpdecimal/COMPILERS.txt | 109 - mingw-w64-crt/math/DFP/mpdecimal/INSTALL.txt | 85 - mingw-w64-crt/math/DFP/mpdecimal/LICENSE.txt | 26 - mingw-w64-crt/math/DFP/mpdecimal/Makefile.in | 53 - mingw-w64-crt/math/DFP/mpdecimal/README.txt | 35 - mingw-w64-crt/math/DFP/mpdecimal/config.guess | 1454 --- mingw-w64-crt/math/DFP/mpdecimal/config.h.in | 100 - mingw-w64-crt/math/DFP/mpdecimal/config.sub | 1815 --- mingw-w64-crt/math/DFP/mpdecimal/configure | 5871 --------- mingw-w64-crt/math/DFP/mpdecimal/configure.ac | 428 - mingw-w64-crt/math/DFP/mpdecimal/doc/LICENSE.txt | 66 - .../math/DFP/mpdecimal/doc/_static/ajax-loader.gif | Bin 673 -> 0 bytes .../math/DFP/mpdecimal/doc/_static/basic.css | 536 - .../DFP/mpdecimal/doc/_static/comment-bright.png | Bin 3500 -> 0 bytes .../DFP/mpdecimal/doc/_static/comment-close.png | Bin 3578 -> 0 bytes .../math/DFP/mpdecimal/doc/_static/comment.png | Bin 3445 -> 0 bytes .../math/DFP/mpdecimal/doc/_static/default.css | 256 - .../math/DFP/mpdecimal/doc/_static/doctools.js | 235 - .../DFP/mpdecimal/doc/_static/down-pressed.png | Bin 368 -> 0 bytes .../math/DFP/mpdecimal/doc/_static/down.png | Bin 363 -> 0 bytes .../math/DFP/mpdecimal/doc/_static/file.png | Bin 392 -> 0 bytes .../math/DFP/mpdecimal/doc/_static/jquery.js | 2 - .../math/DFP/mpdecimal/doc/_static/minus.png | Bin 199 -> 0 bytes .../DFP/mpdecimal/doc/_static/mpdecimal-doc.css | 351 - .../math/DFP/mpdecimal/doc/_static/plus.png | Bin 199 -> 0 bytes .../math/DFP/mpdecimal/doc/_static/pygments.css | 60 - .../math/DFP/mpdecimal/doc/_static/searchtools.js | 622 - .../math/DFP/mpdecimal/doc/_static/sidebar.js | 159 - .../math/DFP/mpdecimal/doc/_static/underscore.js | 31 - .../math/DFP/mpdecimal/doc/_static/up-pressed.png | Bin 372 -> 0 bytes .../math/DFP/mpdecimal/doc/_static/up.png | Bin 363 -> 0 bytes .../math/DFP/mpdecimal/doc/_static/websupport.js | 808 -- .../math/DFP/mpdecimal/doc/arithmetic.html | 794 -- .../math/DFP/mpdecimal/doc/assign-convert.html | 358 - .../math/DFP/mpdecimal/doc/attributes.html | 282 - mingw-w64-crt/math/DFP/mpdecimal/doc/context.html | 569 - mingw-w64-crt/math/DFP/mpdecimal/doc/decimals.html | 157 - .../math/DFP/mpdecimal/doc/functions.html | 610 - mingw-w64-crt/math/DFP/mpdecimal/doc/index.html | 278 - mingw-w64-crt/math/DFP/mpdecimal/doc/memory.html | 235 - mingw-w64-crt/math/DFP/mpdecimal/doc/objects.inv | Bin 1854 -> 0 bytes mingw-w64-crt/math/DFP/mpdecimal/doc/search.html | 95 - .../math/DFP/mpdecimal/doc/searchindex.js | 1 - mingw-w64-crt/math/DFP/mpdecimal/doc/various.html | 431 - .../math/DFP/mpdecimal/examples/README.txt | 8 - .../math/DFP/mpdecimal/examples/compare.c | 77 - mingw-w64-crt/math/DFP/mpdecimal/examples/div.c | 77 - mingw-w64-crt/math/DFP/mpdecimal/examples/divmod.c | 82 - .../math/DFP/mpdecimal/examples/multiply.c | 77 - mingw-w64-crt/math/DFP/mpdecimal/examples/pow.c | 77 - mingw-w64-crt/math/DFP/mpdecimal/examples/powmod.c | 80 - mingw-w64-crt/math/DFP/mpdecimal/examples/shift.c | 77 - mingw-w64-crt/math/DFP/mpdecimal/examples/sqrt.c | 74 - mingw-w64-crt/math/DFP/mpdecimal/install-sh | 527 - .../math/DFP/mpdecimal/libmpdec/Makefile.in | 149 - .../math/DFP/mpdecimal/libmpdec/Makefile.vc | 211 - .../math/DFP/mpdecimal/libmpdec/README.txt | 87 - .../math/DFP/mpdecimal/libmpdec/basearith.c | 658 - .../math/DFP/mpdecimal/libmpdec/basearith.h | 222 - mingw-w64-crt/math/DFP/mpdecimal/libmpdec/bench.c | 174 - mingw-w64-crt/math/DFP/mpdecimal/libmpdec/bits.h | 192 - .../math/DFP/mpdecimal/libmpdec/constants.c | 132 - .../math/DFP/mpdecimal/libmpdec/constants.h | 90 - .../math/DFP/mpdecimal/libmpdec/context.c | 286 - .../math/DFP/mpdecimal/libmpdec/convolute.c | 174 - .../math/DFP/mpdecimal/libmpdec/convolute.h | 50 - mingw-w64-crt/math/DFP/mpdecimal/libmpdec/crt.c | 179 - mingw-w64-crt/math/DFP/mpdecimal/libmpdec/crt.h | 47 - .../math/DFP/mpdecimal/libmpdec/difradix2.c | 173 - .../math/DFP/mpdecimal/libmpdec/difradix2.h | 48 - mingw-w64-crt/math/DFP/mpdecimal/libmpdec/fnt.c | 81 - mingw-w64-crt/math/DFP/mpdecimal/libmpdec/fnt.h | 49 - .../math/DFP/mpdecimal/libmpdec/fourstep.c | 257 - .../math/DFP/mpdecimal/libmpdec/fourstep.h | 48 - mingw-w64-crt/math/DFP/mpdecimal/libmpdec/io.c | 1575 --- mingw-w64-crt/math/DFP/mpdecimal/libmpdec/io.h | 59 - .../mpdecimal/libmpdec/literature/REFERENCES.txt | 51 - .../DFP/mpdecimal/libmpdec/literature/bignum.txt | 83 - .../math/DFP/mpdecimal/libmpdec/literature/fnt.py | 208 - .../libmpdec/literature/matrix-transform.txt | 256 - .../mpdecimal/libmpdec/literature/mulmod-64.txt | 127 - .../mpdecimal/libmpdec/literature/mulmod-ppro.txt | 269 - .../DFP/mpdecimal/libmpdec/literature/six-step.txt | 63 - .../mpdecimal/libmpdec/literature/umodarith.lisp | 692 -- mingw-w64-crt/math/DFP/mpdecimal/libmpdec/memory.c | 312 - mingw-w64-crt/math/DFP/mpdecimal/libmpdec/memory.h | 51 - .../math/DFP/mpdecimal/libmpdec/mpdecimal-i686.h | 1178 -- .../math/DFP/mpdecimal/libmpdec/mpdecimal-x86_64.h | 1178 -- .../math/DFP/mpdecimal/libmpdec/mpdecimal.c | 8410 ------------- .../math/DFP/mpdecimal/libmpdec/mpdecimal.h.in | 800 -- .../math/DFP/mpdecimal/libmpdec/mpdecimal32vc.h | 727 -- .../math/DFP/mpdecimal/libmpdec/mpdecimal64vc.h | 733 -- .../math/DFP/mpdecimal/libmpdec/mpsignal.c | 967 -- .../math/DFP/mpdecimal/libmpdec/numbertheory.c | 132 - .../math/DFP/mpdecimal/libmpdec/numbertheory.h | 78 - .../math/DFP/mpdecimal/libmpdec/sixstep.c | 214 - .../math/DFP/mpdecimal/libmpdec/sixstep.h | 48 - .../math/DFP/mpdecimal/libmpdec/transpose.c | 276 - .../math/DFP/mpdecimal/libmpdec/transpose.h | 62 - .../math/DFP/mpdecimal/libmpdec/typearith.h | 669 - .../math/DFP/mpdecimal/libmpdec/umodarith.h | 650 - .../math/DFP/mpdecimal/libmpdec/vccompat.h | 62 - .../math/DFP/mpdecimal/libmpdec/vcdiv64.asm | 48 - .../math/DFP/mpdecimal/libmpdec/vcstdint.h | 232 - mingw-w64-crt/math/DFP/mpdecimal/tests/Makefile.in | 34 - mingw-w64-crt/math/DFP/mpdecimal/tests/Makefile.vc | 39 - mingw-w64-crt/math/DFP/mpdecimal/tests/README.txt | 27 - .../math/DFP/mpdecimal/tests/additional.decTest | 29 - mingw-w64-crt/math/DFP/mpdecimal/tests/gettests.sh | 26 - .../math/DFP/mpdecimal/tests/malloc_fail.c | 99 - .../math/DFP/mpdecimal/tests/malloc_fail.h | 24 - mingw-w64-crt/math/DFP/mpdecimal/tests/mptest.h | 90 - .../math/DFP/mpdecimal/tests/official.decTest | 163 - mingw-w64-crt/math/DFP/mpdecimal/tests/runshort.sh | 22 - mingw-w64-crt/math/DFP/mpdecimal/tests/runtest.c | 5202 -------- .../mpdecimal/tests/testdata_dist/baseconv.decTest | 406 - .../mpdecimal/tests/testdata_dist/binop_eq.decTest | 4403 ------- .../DFP/mpdecimal/tests/testdata_dist/cov.decTest | 360 - .../mpdecimal/tests/testdata_dist/divmod.decTest | 2012 --- .../tests/testdata_dist/divmod_eq.decTest | 2010 --- .../mpdecimal/tests/testdata_dist/extra.decTest | 2817 ----- .../mpdecimal/tests/testdata_dist/fma_eq.decTest | 810 -- .../mpdecimal/tests/testdata_dist/format.decTest | 12327 ------------------- .../mpdecimal/tests/testdata_dist/getint.decTest | 1288 -- .../mpdecimal/tests/testdata_dist/invroot.decTest | 58 - .../mpdecimal/tests/testdata_dist/largeint.decTest | 67 - .../mpdecimal/tests/testdata_dist/powmod.decTest | 77 - .../tests/testdata_dist/powmod_eq.decTest | 97 - .../mpdecimal/tests/testdata_dist/shiftlr.decTest | 7412 ----------- .../tests/testdata_dist/testruntest.decTest | 121 - mingw-w64-crt/math/DFP/mpdecimal/tools/release.sh | 11 - mingw-w64-crt/math/DFP/mpdecimal/tools/replace.sh | 13 - mingw-w64-crt/math/DFP/mpdecimal/tools/todos.sh | 23 - .../math/DFP/mpdecimal/vcbuild/README.txt | 58 - .../math/DFP/mpdecimal/vcbuild/gettests.bat | 20 - .../math/DFP/mpdecimal/vcbuild/runtest32.bat | 12 - .../math/DFP/mpdecimal/vcbuild/runtest64.bat | 12 - .../math/DFP/mpdecimal/vcbuild/vcbuild32.bat | 32 - .../math/DFP/mpdecimal/vcbuild/vcbuild64.bat | 32 - .../math/DFP/mpdecimal/vcbuild/vcclean.bat | 12 - .../math/DFP/mpdecimal/vcbuild/vcdistclean.bat | 17 - 144 files changed, 1 insertion(+), 82197 deletions(-) delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/.hg_archival.txt delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/CHANGELOG.txt delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/COMPILERS.txt delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/INSTALL.txt delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/LICENSE.txt delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/Makefile.in delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/README.txt delete mode 100755 mingw-w64-crt/math/DFP/mpdecimal/config.guess delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/config.h.in delete mode 100755 mingw-w64-crt/math/DFP/mpdecimal/config.sub delete mode 100755 mingw-w64-crt/math/DFP/mpdecimal/configure delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/configure.ac delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/LICENSE.txt delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/_static/ajax-loader.gif delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/_static/basic.css delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/_static/comment-bright.png delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/_static/comment-close.png delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/_static/comment.png delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/_static/default.css delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/_static/doctools.js delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/_static/down-pressed.png delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/_static/down.png delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/_static/file.png delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/_static/jquery.js delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/_static/minus.png delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/_static/mpdecimal-doc.css delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/_static/plus.png delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/_static/pygments.css delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/_static/searchtools.js delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/_static/sidebar.js delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/_static/underscore.js delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/_static/up-pressed.png delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/_static/up.png delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/_static/websupport.js delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/arithmetic.html delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/assign-convert.html delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/attributes.html delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/context.html delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/decimals.html delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/functions.html delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/index.html delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/memory.html delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/objects.inv delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/search.html delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/searchindex.js delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/doc/various.html delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/examples/README.txt delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/examples/compare.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/examples/div.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/examples/divmod.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/examples/multiply.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/examples/pow.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/examples/powmod.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/examples/shift.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/examples/sqrt.c delete mode 100755 mingw-w64-crt/math/DFP/mpdecimal/install-sh delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/Makefile.in delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/Makefile.vc delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/README.txt delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/basearith.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/basearith.h delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/bench.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/bits.h delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/constants.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/constants.h delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/context.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/convolute.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/convolute.h delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/crt.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/crt.h delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/difradix2.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/difradix2.h delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/fnt.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/fnt.h delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/fourstep.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/fourstep.h delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/io.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/io.h delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/literature/REFERENCES.txt delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/literature/bignum.txt delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/literature/fnt.py delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/literature/matrix-transform.txt delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/literature/mulmod-64.txt delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/literature/mulmod-ppro.txt delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/literature/six-step.txt delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/literature/umodarith.lisp delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/memory.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/memory.h delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/mpdecimal-i686.h delete mode 100755 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/mpdecimal-x86_64.h delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/mpdecimal.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/mpdecimal.h.in delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/mpdecimal32vc.h delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/mpdecimal64vc.h delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/mpsignal.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/numbertheory.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/numbertheory.h delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/sixstep.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/sixstep.h delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/transpose.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/transpose.h delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/typearith.h delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/umodarith.h delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/vccompat.h delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/vcdiv64.asm delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/libmpdec/vcstdint.h delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/tests/Makefile.in delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/tests/Makefile.vc delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/tests/README.txt delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/tests/additional.decTest delete mode 100755 mingw-w64-crt/math/DFP/mpdecimal/tests/gettests.sh delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/tests/malloc_fail.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/tests/malloc_fail.h delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/tests/mptest.h delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/tests/official.decTest delete mode 100755 mingw-w64-crt/math/DFP/mpdecimal/tests/runshort.sh delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/tests/runtest.c delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/baseconv.decTest delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/binop_eq.decTest delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/cov.decTest delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/divmod.decTest delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/divmod_eq.decTest delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/extra.decTest delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/fma_eq.decTest delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/format.decTest delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/getint.decTest delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/invroot.decTest delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/largeint.decTest delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/powmod.decTest delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/powmod_eq.decTest delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/shiftlr.decTest delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/testruntest.decTest delete mode 100755 mingw-w64-crt/math/DFP/mpdecimal/tools/release.sh delete mode 100755 mingw-w64-crt/math/DFP/mpdecimal/tools/replace.sh delete mode 100755 mingw-w64-crt/math/DFP/mpdecimal/tools/todos.sh delete mode 100644 mingw-w64-crt/math/DFP/mpdecimal/vcbuild/README.txt delete mode 100755 mingw-w64-crt/math/DFP/mpdecimal/vcbuild/gettests.bat delete mode 100755 mingw-w64-crt/math/DFP/mpdecimal/vcbuild/runtest32.bat delete mode 100755 mingw-w64-crt/math/DFP/mpdecimal/vcbuild/runtest64.bat delete mode 100755 mingw-w64-crt/math/DFP/mpdecimal/vcbuild/vcbuild32.bat delete mode 100755 mingw-w64-crt/math/DFP/mpdecimal/vcbuild/vcbuild64.bat delete mode 100755 mingw-w64-crt/math/DFP/mpdecimal/vcbuild/vcclean.bat delete mode 100755 mingw-w64-crt/math/DFP/mpdecimal/vcbuild/vcdistclean.bat diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am index 886fcf0..52dac0c 100644 --- a/mingw-w64-crt/Makefile.am +++ b/mingw-w64-crt/Makefile.am @@ -71,23 +71,7 @@ _libm_dummy.c: src_libm=_libm_dummy.c -lib32/DFP_src_%.dfp.obj: math/DFP/mpdecimal/libmpdec/%.c - $(COMPILE) $(CPPFLAGS32) -Wno-unknown-pragmas -std=gnu99 -DCONFIG_32 -DASM -DPPRO -DHAVE_GCC_ASM_FOR_X87=1 -DHAVE_INTTYPES_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DPACKAGE_BUGREPORT='"[email protected]"' -DPACKAGE_NAME='"mpdecimal"' -DPACKAGE_STRING='"mpdecimal 2.4.0"' -DPACKAGE_TARNAME='"mpdecimal"' -DPACKAGE_URL='"http://www.bytereef.org/mpdecimal/index.html"' -DPACKAGE_VERSION='"2.4.0"' -DSIZEOF_SIZE_T=4 -DSIZEOF___UINT128_T=0 -DSTDC_HEADERS=1 -O2 -Dmpdecimal_header=\"mpdecimal-i686.h\" -c $< -o $@ - -lib64/DFP_src_%.dfp.obj: math/DFP/mpdecimal/libmpdec/%.c - $(COMPILE) $(CPPFLAGS64) -Wno-unknown-pragmas -std=gnu99 -DCONFIG_64 -DASM -DHAVE_GCC_ASM_FOR_X64=1 -DHAVE_GCC_ASM_FOR_X87=1 -DHAVE_INTTYPES_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UINT128_T=1 -DHAVE_UNISTD_H=1 -DPACKAGE_BUGREPORT='"[email protected]"' -DPACKAGE_NAME='"mpdecimal"' -DPACKAGE_STRING='"mpdecimal 2.4.0"' -DPACKAGE_TARNAME='"mpdecimal"' -DPACKAGE_URL='"http://www.bytereef.org/mpdecimal/index.html"' -DPACKAGE_VERSION='"2.4.0"' -DSIZEOF_SIZE_T=8 -DSIZEOF___UINT128_T=16 -DSTDC_HEADERS=1 -O2 -Dmpdecimal_header=\"mpdecimal-x86_64.h\" -c $< -o $@ - if ENABLE_DFP -obj_dfpsrc32 = \ -lib32/DFP_src_basearith.dfp.obj lib32/DFP_src_context.dfp.obj lib32/DFP_src_constants.dfp.obj lib32/DFP_src_convolute.dfp.obj lib32/DFP_src_crt.dfp.obj \ -lib32/DFP_src_mpdecimal.dfp.obj lib32/DFP_src_mpsignal.dfp.obj lib32/DFP_src_difradix2.dfp.obj lib32/DFP_src_fnt.dfp.obj lib32/DFP_src_fourstep.dfp.obj \ -lib32/DFP_src_io.dfp.obj lib32/DFP_src_memory.dfp.obj lib32/DFP_src_numbertheory.dfp.obj lib32/DFP_src_sixstep.dfp.obj lib32/DFP_src_transpose.dfp.obj - -obj_dfpsrc64 = \ -lib64/DFP_src_basearith.dfp.obj lib64/DFP_src_context.dfp.obj lib64/DFP_src_constants.dfp.obj lib64/DFP_src_convolute.dfp.obj lib64/DFP_src_crt.dfp.obj \ -lib64/DFP_src_mpdecimal.dfp.obj lib64/DFP_src_mpsignal.dfp.obj lib64/DFP_src_difradix2.dfp.obj lib64/DFP_src_fnt.dfp.obj lib64/DFP_src_fourstep.dfp.obj \ -lib64/DFP_src_io.dfp.obj lib64/DFP_src_memory.dfp.obj lib64/DFP_src_numbertheory.dfp.obj lib64/DFP_src_sixstep.dfp.obj lib64/DFP_src_transpose.dfp.obj - src_dfp_math = \ math/DFP/__fpclassifyd32.c math/DFP/__fpclassifyd64.c math/DFP/__fpclassifyd128.c \ math/DFP/__isnand32.c math/DFP/__isnand64.c math/DFP/__isnand128.c \ @@ -95,9 +79,8 @@ math/DFP/__signbitd32.c math/DFP/__signbitd64.c math/DFP/__signbitd128.c \ math/DFP/isinfd32.c math/DFP/isinfd64.c math/DFP/isinfd128.c else -obj_dfpsrc32 = -obj_dfpsrc64 = src_dfp_math = + endif src_libshell32=libsrc/shell32.c @@ -596,7 +579,6 @@ lib32_libmingw32_a_SOURCES = $(src_libmingw32) lib32_LIBRARIES += lib32/libmingwex.a lib32_libmingwex_a_CPPFLAGS=$(CPPFLAGS32) $(extra_include) $(AM_CPPFLAGS) lib32_libmingwex_a_SOURCES = $(src_libmingwex) $(src_libmingwex32) $(src_dfp_math) -lib32_libmingwex_a_LIBADD = $(obj_dfpsrc32) lib32_LIBRARIES += lib32/libmoldname.a lib32_libmoldname_a_CPPFLAGS=$(CPPFLAGS32) $(extra_include) $(AM_CPPFLAGS) @@ -865,7 +847,6 @@ lib64_libmingw32_a_SOURCES = $(src_libmingw32) lib64_LIBRARIES += lib64/libmingwex.a lib64_libmingwex_a_CPPFLAGS=$(CPPFLAGS64) $(extra_include) $(AM_CPPFLAGS) lib64_libmingwex_a_SOURCES = $(src_libmingwex) $(src_libmingwex64) $(src_dfp_math) -lib64_libmingwex_a_LIBADD = $(obj_dfpsrc64) lib64_LIBRARIES += lib64/libmoldname.a lib64_libmoldname_a_CPPFLAGS=$(CPPFLAGS64) $(extra_include) $(AM_CPPFLAGS) @@ -1400,7 +1381,6 @@ libarm32_libmingw32_a_SOURCES = $(src_libmingw32) libarm32_LIBRARIES += libarm32/libmingwex.a libarm32_libmingwex_a_CPPFLAGS=$(CPPFLAGSARM32) $(extra_include) $(AM_CPPFLAGS) libarm32_libmingwex_a_SOURCES = $(src_libmingwex) $(src_libmingwexarm32) $(src_dfp_math) -libarm32_libmingwex_a_LIBADD = $(obj_dfpsrc32) libarm32_LIBRARIES += libarm32/libmoldname.a libarm32_libmoldname_a_CPPFLAGS=$(CPPFLAGSARM32) $(extra_include) $(AM_CPPFLAGS) @@ -1512,189 +1492,6 @@ EXTRA_DIST += revstamp.h \ profile/COPYING \ profile/CYGWIN_LICENSE -EXTRA_DIST += math/DFP/mpdecimal-2.3/.hg_archival.txt \ -math/DFP/mpdecimal-2.3/basearith.c \ -math/DFP/mpdecimal-2.3/basearith.h \ -math/DFP/mpdecimal-2.3/bench.c \ -math/DFP/mpdecimal-2.3/bits.h \ -math/DFP/mpdecimal-2.3/cdecimal2.c \ -math/DFP/mpdecimal-2.3/cdecimal3.c \ -math/DFP/mpdecimal-2.3/CHANGELOG.txt \ -math/DFP/mpdecimal-2.3/cmd/compare.c \ -math/DFP/mpdecimal-2.3/cmd/div.c \ -math/DFP/mpdecimal-2.3/cmd/divmod.c \ -math/DFP/mpdecimal-2.3/cmd/multiply.c \ -math/DFP/mpdecimal-2.3/cmd/pow.c \ -math/DFP/mpdecimal-2.3/cmd/powmod.c \ -math/DFP/mpdecimal-2.3/cmd/README.txt \ -math/DFP/mpdecimal-2.3/cmd/shift.c \ -math/DFP/mpdecimal-2.3/cmd/sqrt.c \ -math/DFP/mpdecimal-2.3/config.h.in \ -math/DFP/mpdecimal-2.3/configure \ -math/DFP/mpdecimal-2.3/configure.in \ -math/DFP/mpdecimal-2.3/constants.c \ -math/DFP/mpdecimal-2.3/constants.h \ -math/DFP/mpdecimal-2.3/context.c \ -math/DFP/mpdecimal-2.3/convolute.c \ -math/DFP/mpdecimal-2.3/convolute.h \ -math/DFP/mpdecimal-2.3/crt.c \ -math/DFP/mpdecimal-2.3/crt.h \ -math/DFP/mpdecimal-2.3/difradix2.c \ -math/DFP/mpdecimal-2.3/difradix2.h \ -math/DFP/mpdecimal-2.3/doc/cdecimal/index.html \ -math/DFP/mpdecimal-2.3/doc/index.html \ -math/DFP/mpdecimal-2.3/doc/libmpdec/arithmetic.html \ -math/DFP/mpdecimal-2.3/doc/libmpdec/assign-convert.html \ -math/DFP/mpdecimal-2.3/doc/libmpdec/attributes.html \ -math/DFP/mpdecimal-2.3/doc/libmpdec/context.html \ -math/DFP/mpdecimal-2.3/doc/libmpdec/decimals.html \ -math/DFP/mpdecimal-2.3/doc/libmpdec/functions.html \ -math/DFP/mpdecimal-2.3/doc/libmpdec/index.html \ -math/DFP/mpdecimal-2.3/doc/libmpdec/memory.html \ -math/DFP/mpdecimal-2.3/doc/libmpdec/various.html \ -math/DFP/mpdecimal-2.3/doc/LICENSE.txt \ -math/DFP/mpdecimal-2.3/doc/objects.inv \ -math/DFP/mpdecimal-2.3/doc/search.html \ -math/DFP/mpdecimal-2.3/doc/searchindex.js \ -math/DFP/mpdecimal-2.3/doc/_static/basic.css \ -math/DFP/mpdecimal-2.3/doc/_static/default.css \ -math/DFP/mpdecimal-2.3/doc/_static/doctools.js \ -math/DFP/mpdecimal-2.3/doc/_static/file.png \ -math/DFP/mpdecimal-2.3/doc/_static/jquery.js \ -math/DFP/mpdecimal-2.3/doc/_static/minus.png \ -math/DFP/mpdecimal-2.3/doc/_static/mpdecimal-doc.css \ -math/DFP/mpdecimal-2.3/doc/_static/plus.png \ -math/DFP/mpdecimal-2.3/doc/_static/pygments.css \ -math/DFP/mpdecimal-2.3/doc/_static/searchtools.js \ -math/DFP/mpdecimal-2.3/doc/_static/sidebar.js \ -math/DFP/mpdecimal-2.3/doc/_static/underscore.js \ -math/DFP/mpdecimal-2.3/docstrings.h \ -math/DFP/mpdecimal-2.3/fnt.c \ -math/DFP/mpdecimal-2.3/fnt.h \ -math/DFP/mpdecimal-2.3/fourstep.c \ -math/DFP/mpdecimal-2.3/fourstep.h \ -math/DFP/mpdecimal-2.3/io.c \ -math/DFP/mpdecimal-2.3/io.h \ -math/DFP/mpdecimal-2.3/LIBINSTALL.txt \ -math/DFP/mpdecimal-2.3/LICENSE.txt \ -math/DFP/mpdecimal-2.3/literature/mpdecimal.lisp \ -math/DFP/mpdecimal-2.3/literature/README.txt \ -math/DFP/mpdecimal-2.3/literature/umodarith.lisp \ -math/DFP/mpdecimal-2.3/Makefile.in \ -math/DFP/mpdecimal-2.3/Makefile.vc \ -math/DFP/mpdecimal-2.3/memory.c \ -math/DFP/mpdecimal-2.3/memory.h \ -math/DFP/mpdecimal-2.3/mpdecimal-i686.h \ -math/DFP/mpdecimal-2.3/mpdecimal-x86_64.h \ -math/DFP/mpdecimal-2.3/mpdecimal.c \ -math/DFP/mpdecimal-2.3/mpdecimal.h.in \ -math/DFP/mpdecimal-2.3/mpdecimal32vc.h \ -math/DFP/mpdecimal-2.3/mpdecimal64vc.h \ -math/DFP/mpdecimal-2.3/mpsignal.c \ -math/DFP/mpdecimal-2.3/mptest.h \ -math/DFP/mpdecimal-2.3/mptypes.h \ -math/DFP/mpdecimal-2.3/numbertheory.c \ -math/DFP/mpdecimal-2.3/numbertheory.h \ -math/DFP/mpdecimal-2.3/PKG-INFO \ -math/DFP/mpdecimal-2.3/PYINSTALL.txt \ -math/DFP/mpdecimal-2.3/python/Bench.class \ -math/DFP/mpdecimal-2.3/python/Bench.java \ -math/DFP/mpdecimal-2.3/python/bench.py \ -math/DFP/mpdecimal-2.3/python/BENCHMARK.txt \ -math/DFP/mpdecimal-2.3/python/build_all_branches.bat \ -math/DFP/mpdecimal-2.3/python/build_all_branches.sh \ -math/DFP/mpdecimal-2.3/python/build_all_releases.sh \ -math/DFP/mpdecimal-2.3/python/ctx-deccheck2.py \ -math/DFP/mpdecimal-2.3/python/deccheck2.py \ -math/DFP/mpdecimal-2.3/python/deccheck3.py \ -math/DFP/mpdecimal-2.3/python/failapi2.diff \ -math/DFP/mpdecimal-2.3/python/failapi3.diff \ -math/DFP/mpdecimal-2.3/python/formathelper.py \ -math/DFP/mpdecimal-2.3/python/genlocale.py \ -math/DFP/mpdecimal-2.3/python/genrandformat.py \ -math/DFP/mpdecimal-2.3/python/genrandlocale.py \ -math/DFP/mpdecimal-2.3/python/gettests.bat \ -math/DFP/mpdecimal-2.3/python/gettests.sh \ -math/DFP/mpdecimal-2.3/python/get_all_branches.bat \ -math/DFP/mpdecimal-2.3/python/get_all_branches.sh \ -math/DFP/mpdecimal-2.3/python/get_all_releases.sh \ -math/DFP/mpdecimal-2.3/python/randdec.py \ -math/DFP/mpdecimal-2.3/python/randfloat.py \ -math/DFP/mpdecimal-2.3/python/README.txt \ -math/DFP/mpdecimal-2.3/python/runall-amd64.bat \ -math/DFP/mpdecimal-2.3/python/runall-memorydebugger.sh \ -math/DFP/mpdecimal-2.3/python/runall-refleak.bat \ -math/DFP/mpdecimal-2.3/python/runall-releases.sh \ -math/DFP/mpdecimal-2.3/python/runall-x86.bat \ -math/DFP/mpdecimal-2.3/python/runall.sh \ -math/DFP/mpdecimal-2.3/python/test_cdecimal2.5.py \ -math/DFP/mpdecimal-2.3/python/test_cdecimal2.py \ -math/DFP/mpdecimal-2.3/python/test_cdecimal3.py \ -math/DFP/mpdecimal-2.3/python/valgrind.supp \ -math/DFP/mpdecimal-2.3/README.txt \ -math/DFP/mpdecimal-2.3/setup.py \ -math/DFP/mpdecimal-2.3/sixstep.c \ -math/DFP/mpdecimal-2.3/sixstep.h \ -math/DFP/mpdecimal-2.3/tests/additional.decTest \ -math/DFP/mpdecimal-2.3/tests/cov.c \ -math/DFP/mpdecimal-2.3/tests/covreport.py \ -math/DFP/mpdecimal-2.3/tests/deccheck.c \ -math/DFP/mpdecimal-2.3/tests/dnloop-windows.patch \ -math/DFP/mpdecimal-2.3/tests/dnloop.patch \ -math/DFP/mpdecimal-2.3/tests/fntcov.c \ -math/DFP/mpdecimal-2.3/tests/fullcov_header.patch \ -math/DFP/mpdecimal-2.3/tests/getdn.bat \ -math/DFP/mpdecimal-2.3/tests/getdn.sh \ -math/DFP/mpdecimal-2.3/tests/gettests.bat \ -math/DFP/mpdecimal-2.3/tests/gettests.sh \ -math/DFP/mpdecimal-2.3/tests/karatsuba_fnt.c \ -math/DFP/mpdecimal-2.3/tests/karatsuba_fnt2.c \ -math/DFP/mpdecimal-2.3/tests/Makefile.in \ -math/DFP/mpdecimal-2.3/tests/Makefile.vc \ -math/DFP/mpdecimal-2.3/tests/malloc_fail.c \ -math/DFP/mpdecimal-2.3/tests/malloc_fail.h \ -math/DFP/mpdecimal-2.3/tests/mpd_mpz_add.c \ -math/DFP/mpdecimal-2.3/tests/mpd_mpz_divmod.c \ -math/DFP/mpdecimal-2.3/tests/mpd_mpz_mul.c \ -math/DFP/mpdecimal-2.3/tests/mpd_mpz_sub.c \ -math/DFP/mpdecimal-2.3/tests/official.decTest \ -math/DFP/mpdecimal-2.3/tests/ppro_mulmod.c \ -math/DFP/mpdecimal-2.3/tests/README.txt \ -math/DFP/mpdecimal-2.3/tests/runallconfigs.bat \ -math/DFP/mpdecimal-2.3/tests/runallconfigs.sh \ -math/DFP/mpdecimal-2.3/tests/runalltests.bat \ -math/DFP/mpdecimal-2.3/tests/runalltests.sh \ -math/DFP/mpdecimal-2.3/tests/runshort.bat \ -math/DFP/mpdecimal-2.3/tests/runshort.sh \ -math/DFP/mpdecimal-2.3/tests/runtest.c \ -math/DFP/mpdecimal-2.3/tests/testdata_dist/baseconv.decTest \ -math/DFP/mpdecimal-2.3/tests/testdata_dist/binop_eq.decTest \ -math/DFP/mpdecimal-2.3/tests/testdata_dist/cov.decTest \ -math/DFP/mpdecimal-2.3/tests/testdata_dist/divmod.decTest \ -math/DFP/mpdecimal-2.3/tests/testdata_dist/divmod_eq.decTest \ -math/DFP/mpdecimal-2.3/tests/testdata_dist/extra.decTest \ -math/DFP/mpdecimal-2.3/tests/testdata_dist/fma_eq.decTest \ -math/DFP/mpdecimal-2.3/tests/testdata_dist/format.decTest \ -math/DFP/mpdecimal-2.3/tests/testdata_dist/getint.decTest \ -math/DFP/mpdecimal-2.3/tests/testdata_dist/invroot.decTest \ -math/DFP/mpdecimal-2.3/tests/testdata_dist/largeint.decTest \ -math/DFP/mpdecimal-2.3/tests/testdata_dist/powmod.decTest \ -math/DFP/mpdecimal-2.3/tests/testdata_dist/powmod_eq.decTest \ -math/DFP/mpdecimal-2.3/tests/testdata_dist/shiftlr.decTest \ -math/DFP/mpdecimal-2.3/tests/testdata_dist/testruntest.decTest \ -math/DFP/mpdecimal-2.3/tests/test_transpose.c \ -math/DFP/mpdecimal-2.3/tools/release.sh \ -math/DFP/mpdecimal-2.3/tools/replace.sh \ -math/DFP/mpdecimal-2.3/tools/todos.sh \ -math/DFP/mpdecimal-2.3/transpose.c \ -math/DFP/mpdecimal-2.3/transpose.h \ -math/DFP/mpdecimal-2.3/typearith.h \ -math/DFP/mpdecimal-2.3/umodarith.h \ -math/DFP/mpdecimal-2.3/vars.mk \ -math/DFP/mpdecimal-2.3/vccompat.h \ -math/DFP/mpdecimal-2.3/vcdiv64.asm \ -math/DFP/mpdecimal-2.3/vcstdint.h - DISTCHECK_CONFIGURE_FLAGS = --host=$(host_triplet) $(withsys) dist-hook: diff --git a/mingw-w64-crt/math/DFP/mpdecimal/.hg_archival.txt b/mingw-w64-crt/math/DFP/mpdecimal/.hg_archival.txt deleted file mode 100644 index 88719f5..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/CHANGELOG.txt b/mingw-w64-crt/math/DFP/mpdecimal/CHANGELOG.txt deleted file mode 100644 index 7e5ffed..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/COMPILERS.txt b/mingw-w64-crt/math/DFP/mpdecimal/COMPILERS.txt deleted file mode 100644 index 44bf610..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/INSTALL.txt b/mingw-w64-crt/math/DFP/mpdecimal/INSTALL.txt deleted file mode 100644 index 55cec44..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/LICENSE.txt b/mingw-w64-crt/math/DFP/mpdecimal/LICENSE.txt deleted file mode 100644 index d9ebc78..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/Makefile.in b/mingw-w64-crt/math/DFP/mpdecimal/Makefile.in deleted file mode 100644 index 2c91891..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/README.txt b/mingw-w64-crt/math/DFP/mpdecimal/README.txt deleted file mode 100644 index 39e88ad..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/config.guess b/mingw-w64-crt/math/DFP/mpdecimal/config.guess deleted file mode 100755 index 0967f2a..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/config.h.in b/mingw-w64-crt/math/DFP/mpdecimal/config.h.in deleted file mode 100644 index 8e86b86..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/config.sub b/mingw-w64-crt/math/DFP/mpdecimal/config.sub deleted file mode 100755 index 8d39c4b..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/configure b/mingw-w64-crt/math/DFP/mpdecimal/configure deleted file mode 100755 index fa6cedc..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/configure.ac b/mingw-w64-crt/math/DFP/mpdecimal/configure.ac deleted file mode 100644 index 7ee8f86..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/LICENSE.txt b/mingw-w64-crt/math/DFP/mpdecimal/doc/LICENSE.txt deleted file mode 100644 index c739933..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/ajax-loader.gif b/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/ajax-loader.gif deleted file mode 100644 index 61faf8cab23993bd3e1560bff0668bd628642330..0000000000000000000000000000000000000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/basic.css b/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/basic.css deleted file mode 100644 index d8e0346..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/comment-bright.png b/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/comment-bright.png deleted file mode 100644 index 551517b8c83b76f734ff791f847829a760ad1903..0000000000000000000000000000000000000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/comment-close.png b/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/comment-close.png deleted file mode 100644 index 09b54be46da3f0d4a5061da289dc91d8a2cdbc9c..0000000000000000000000000000000000000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/comment.png b/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/comment.png deleted file mode 100644 index 92feb52b8824c6b0f59b658b1196c61de9162a95..0000000000000000000000000000000000000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/default.css b/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/default.css deleted file mode 100644 index e534a07..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/doctools.js b/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/doctools.js deleted file mode 100644 index 8614442..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/down-pressed.png b/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/down-pressed.png deleted file mode 100644 index 6f7ad782782e4f8e39b0c6e15c7344700cdd2527..0000000000000000000000000000000000000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/down.png b/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/down.png deleted file mode 100644 index 3003a88770de3977d47a2ba69893436a2860f9e7..0000000000000000000000000000000000000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/file.png b/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/file.png deleted file mode 100644 index d18082e397e7e54f20721af768c4c2983258f1b4..0000000000000000000000000000000000000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/jquery.js b/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/jquery.js deleted file mode 100644 index 83589da..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/minus.png b/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/minus.png deleted file mode 100644 index da1c5620d10c047525a467a425abe9ff5269cfc2..0000000000000000000000000000000000000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/mpdecimal-doc.css b/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/mpdecimal-doc.css deleted file mode 100644 index 779f48c..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/plus.png b/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/plus.png deleted file mode 100644 index b3cb37425ea68b39ffa7b2e5fb69161275a87541..0000000000000000000000000000000000000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/pygments.css b/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/pygments.css deleted file mode 100644 index 2d84595..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/searchtools.js b/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/searchtools.js deleted file mode 100644 index cbafbed..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/sidebar.js b/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/sidebar.js deleted file mode 100644 index 874a890..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/underscore.js b/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/underscore.js deleted file mode 100644 index 5b55f32..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/up-pressed.png b/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/up-pressed.png deleted file mode 100644 index 8bd587afee2fe38989383ff82010147ea56b93dd..0000000000000000000000000000000000000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/up.png b/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/up.png deleted file mode 100644 index b94625680b4a4b9647c3a6f3f283776930696aa9..0000000000000000000000000000000000000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/websupport.js b/mingw-w64-crt/math/DFP/mpdecimal/doc/_static/websupport.js deleted file mode 100644 index 19fcda5..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/arithmetic.html b/mingw-w64-crt/math/DFP/mpdecimal/doc/arithmetic.html deleted file mode 100644 index e49b2df..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/assign-convert.html b/mingw-w64-crt/math/DFP/mpdecimal/doc/assign-convert.html deleted file mode 100644 index 1d273c5..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/attributes.html b/mingw-w64-crt/math/DFP/mpdecimal/doc/attributes.html deleted file mode 100644 index bb88ed0..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/context.html b/mingw-w64-crt/math/DFP/mpdecimal/doc/context.html deleted file mode 100644 index 7bc3354..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/decimals.html b/mingw-w64-crt/math/DFP/mpdecimal/doc/decimals.html deleted file mode 100644 index 9d1d09d..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/functions.html b/mingw-w64-crt/math/DFP/mpdecimal/doc/functions.html deleted file mode 100644 index 284876d..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/index.html b/mingw-w64-crt/math/DFP/mpdecimal/doc/index.html deleted file mode 100644 index d764e0b..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/memory.html b/mingw-w64-crt/math/DFP/mpdecimal/doc/memory.html deleted file mode 100644 index 1e6d769..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/objects.inv b/mingw-w64-crt/math/DFP/mpdecimal/doc/objects.inv deleted file mode 100644 index a6d55d865b4f6c33858f46228df1b44591898dc1..0000000000000000000000000000000000000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/search.html b/mingw-w64-crt/math/DFP/mpdecimal/doc/search.html deleted file mode 100644 index 4d4cc7f..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/searchindex.js b/mingw-w64-crt/math/DFP/mpdecimal/doc/searchindex.js deleted file mode 100644 index 3dd846b..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/doc/various.html b/mingw-w64-crt/math/DFP/mpdecimal/doc/various.html deleted file mode 100644 index 55fb022..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/examples/README.txt b/mingw-w64-crt/math/DFP/mpdecimal/examples/README.txt deleted file mode 100644 index 0a34bcd..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/examples/compare.c b/mingw-w64-crt/math/DFP/mpdecimal/examples/compare.c deleted file mode 100644 index 3ba7531..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/examples/div.c b/mingw-w64-crt/math/DFP/mpdecimal/examples/div.c deleted file mode 100644 index a40dbe8..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/examples/divmod.c b/mingw-w64-crt/math/DFP/mpdecimal/examples/divmod.c deleted file mode 100644 index 8779b48..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/examples/multiply.c b/mingw-w64-crt/math/DFP/mpdecimal/examples/multiply.c deleted file mode 100644 index ca0e853..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/examples/pow.c b/mingw-w64-crt/math/DFP/mpdecimal/examples/pow.c deleted file mode 100644 index 41347e4..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/examples/powmod.c b/mingw-w64-crt/math/DFP/mpdecimal/examples/powmod.c deleted file mode 100644 index 464071c..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/examples/shift.c b/mingw-w64-crt/math/DFP/mpdecimal/examples/shift.c deleted file mode 100644 index 614af4b..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/examples/sqrt.c b/mingw-w64-crt/math/DFP/mpdecimal/examples/sqrt.c deleted file mode 100644 index 2a45595..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/install-sh b/mingw-w64-crt/math/DFP/mpdecimal/install-sh deleted file mode 100755 index 377bb86..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/Makefile.in b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/Makefile.in deleted file mode 100644 index d9619a3..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/Makefile.vc b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/Makefile.vc deleted file mode 100644 index 05df630..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/README.txt b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/README.txt deleted file mode 100644 index 70863e2..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/basearith.c b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/basearith.c deleted file mode 100644 index 50a5833..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/basearith.h b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/basearith.h deleted file mode 100644 index 19e7d6f..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/bench.c b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/bench.c deleted file mode 100644 index ef700af..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/bits.h b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/bits.h deleted file mode 100644 index 369517c..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/constants.c b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/constants.c deleted file mode 100644 index b1ff676..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/constants.h b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/constants.h deleted file mode 100644 index 101cf5c..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/context.c b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/context.c deleted file mode 100644 index b579efe..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/convolute.c b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/convolute.c deleted file mode 100644 index c705b38..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/convolute.h b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/convolute.h deleted file mode 100644 index 29d8e03..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/crt.c b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/crt.c deleted file mode 100644 index 34358ff..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/crt.h b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/crt.h deleted file mode 100644 index 922ce50..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/difradix2.c b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/difradix2.c deleted file mode 100644 index 8267783..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/difradix2.h b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/difradix2.h deleted file mode 100644 index 596e10f..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/fnt.c b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/fnt.c deleted file mode 100644 index af5b7d7..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/fnt.h b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/fnt.h deleted file mode 100644 index 57a635c..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/fourstep.c b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/fourstep.c deleted file mode 100644 index a4841e8..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/fourstep.h b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/fourstep.h deleted file mode 100644 index fe30bb3..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/io.c b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/io.c deleted file mode 100644 index 9311aa9..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/io.h b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/io.h deleted file mode 100644 index 01ef22b..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/literature/REFERENCES.txt b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/literature/REFERENCES.txt deleted file mode 100644 index 9ed5782..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/literature/bignum.txt b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/literature/bignum.txt deleted file mode 100644 index f34ff67..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/literature/fnt.py b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/literature/fnt.py deleted file mode 100644 index 6363536..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/literature/matrix-transform.txt b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/literature/matrix-transform.txt deleted file mode 100644 index 701d85d..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/literature/mulmod-64.txt b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/literature/mulmod-64.txt deleted file mode 100644 index 029b8de..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/literature/mulmod-ppro.txt b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/literature/mulmod-ppro.txt deleted file mode 100644 index 4d17a92..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/literature/six-step.txt b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/literature/six-step.txt deleted file mode 100644 index 8e45f48..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/literature/umodarith.lisp b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/literature/umodarith.lisp deleted file mode 100644 index 99d71c3..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/memory.c b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/memory.c deleted file mode 100644 index a8f0fd4..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/memory.h b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/memory.h deleted file mode 100644 index bee7eb5..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/mpdecimal-i686.h b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/mpdecimal-i686.h deleted file mode 100644 index 70c3b19..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/mpdecimal-x86_64.h b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/mpdecimal-x86_64.h deleted file mode 100755 index 015475b..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/mpdecimal.c b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/mpdecimal.c deleted file mode 100644 index e3b9e6a..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/mpdecimal.h.in b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/mpdecimal.h.in deleted file mode 100644 index 0d14681..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/mpdecimal32vc.h b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/mpdecimal32vc.h deleted file mode 100644 index 3644bd3..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/mpdecimal64vc.h b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/mpdecimal64vc.h deleted file mode 100644 index 91359b3..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/mpsignal.c b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/mpsignal.c deleted file mode 100644 index ab7cfd5..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/numbertheory.c b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/numbertheory.c deleted file mode 100644 index 0bd35bb..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/numbertheory.h b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/numbertheory.h deleted file mode 100644 index 4a74128..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/sixstep.c b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/sixstep.c deleted file mode 100644 index a605c1f..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/sixstep.h b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/sixstep.h deleted file mode 100644 index 0d982e4..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/transpose.c b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/transpose.c deleted file mode 100644 index 4b6907a..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/transpose.h b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/transpose.h deleted file mode 100644 index 1d876e1..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/typearith.h b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/typearith.h deleted file mode 100644 index 002899a..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/umodarith.h b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/umodarith.h deleted file mode 100644 index 307fbd4..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/vccompat.h b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/vccompat.h deleted file mode 100644 index f58e023..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/vcdiv64.asm b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/vcdiv64.asm deleted file mode 100644 index 6b66456..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/vcstdint.h b/mingw-w64-crt/math/DFP/mpdecimal/libmpdec/vcstdint.h deleted file mode 100644 index 17dcad4..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/Makefile.in b/mingw-w64-crt/math/DFP/mpdecimal/tests/Makefile.in deleted file mode 100644 index 41cdd7d..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/Makefile.vc b/mingw-w64-crt/math/DFP/mpdecimal/tests/Makefile.vc deleted file mode 100644 index 2c80748..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/README.txt b/mingw-w64-crt/math/DFP/mpdecimal/tests/README.txt deleted file mode 100644 index 5dc0633..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/additional.decTest b/mingw-w64-crt/math/DFP/mpdecimal/tests/additional.decTest deleted file mode 100644 index cc6c8b1..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/gettests.sh b/mingw-w64-crt/math/DFP/mpdecimal/tests/gettests.sh deleted file mode 100755 index bcc0fe0..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/malloc_fail.c b/mingw-w64-crt/math/DFP/mpdecimal/tests/malloc_fail.c deleted file mode 100644 index 73cba7d..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/malloc_fail.h b/mingw-w64-crt/math/DFP/mpdecimal/tests/malloc_fail.h deleted file mode 100644 index a630f16..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/mptest.h b/mingw-w64-crt/math/DFP/mpdecimal/tests/mptest.h deleted file mode 100644 index 8b8d90c..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/official.decTest b/mingw-w64-crt/math/DFP/mpdecimal/tests/official.decTest deleted file mode 100644 index c5fce0a..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/runshort.sh b/mingw-w64-crt/math/DFP/mpdecimal/tests/runshort.sh deleted file mode 100755 index 44e68f6..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/runtest.c b/mingw-w64-crt/math/DFP/mpdecimal/tests/runtest.c deleted file mode 100644 index 628831e..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/baseconv.decTest b/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/baseconv.decTest deleted file mode 100644 index e324a18..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/binop_eq.decTest b/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/binop_eq.decTest deleted file mode 100644 index 754d956..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/cov.decTest b/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/cov.decTest deleted file mode 100644 index 8de7c17..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/divmod.decTest b/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/divmod.decTest deleted file mode 100644 index 9378563..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/divmod_eq.decTest b/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/divmod_eq.decTest deleted file mode 100644 index 391649d..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/extra.decTest b/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/extra.decTest deleted file mode 100644 index b6fa269..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/fma_eq.decTest b/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/fma_eq.decTest deleted file mode 100644 index 13967b8..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/format.decTest b/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/format.decTest deleted file mode 100644 index b5dce8a..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/getint.decTest b/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/getint.decTest deleted file mode 100644 index 802534a..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/invroot.decTest b/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/invroot.decTest deleted file mode 100644 index c50a82b..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/largeint.decTest b/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/largeint.decTest deleted file mode 100644 index 66dd2c8..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/powmod.decTest b/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/powmod.decTest deleted file mode 100644 index 8ab8085..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/powmod_eq.decTest b/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/powmod_eq.decTest deleted file mode 100644 index 0b3b01b..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/shiftlr.decTest b/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/shiftlr.decTest deleted file mode 100644 index bf3c456..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/testruntest.decTest b/mingw-w64-crt/math/DFP/mpdecimal/tests/testdata_dist/testruntest.decTest deleted file mode 100644 index 8ac32d0..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tools/release.sh b/mingw-w64-crt/math/DFP/mpdecimal/tools/release.sh deleted file mode 100755 index bac20c7..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tools/replace.sh b/mingw-w64-crt/math/DFP/mpdecimal/tools/replace.sh deleted file mode 100755 index c90eb25..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/tools/todos.sh b/mingw-w64-crt/math/DFP/mpdecimal/tools/todos.sh deleted file mode 100755 index 570f63d..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/vcbuild/README.txt b/mingw-w64-crt/math/DFP/mpdecimal/vcbuild/README.txt deleted file mode 100644 index c186619..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/vcbuild/gettests.bat b/mingw-w64-crt/math/DFP/mpdecimal/vcbuild/gettests.bat deleted file mode 100755 index 0dd52ca..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/vcbuild/runtest32.bat b/mingw-w64-crt/math/DFP/mpdecimal/vcbuild/runtest32.bat deleted file mode 100755 index b05bc4b..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/vcbuild/runtest64.bat b/mingw-w64-crt/math/DFP/mpdecimal/vcbuild/runtest64.bat deleted file mode 100755 index 29ef96e..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/vcbuild/vcbuild32.bat b/mingw-w64-crt/math/DFP/mpdecimal/vcbuild/vcbuild32.bat deleted file mode 100755 index 1c27b93..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/vcbuild/vcbuild64.bat b/mingw-w64-crt/math/DFP/mpdecimal/vcbuild/vcbuild64.bat deleted file mode 100755 index 99b4844..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/vcbuild/vcclean.bat b/mingw-w64-crt/math/DFP/mpdecimal/vcbuild/vcclean.bat deleted file mode 100755 index 981980e..0000000 diff --git a/mingw-w64-crt/math/DFP/mpdecimal/vcbuild/vcdistclean.bat b/mingw-w64-crt/math/DFP/mpdecimal/vcbuild/vcdistclean.bat deleted file mode 100755 index e0b85d9..0000000 -- 2.8.3
>From 73e42c715d71026f12bcb7b34f38b59b731a29f6 Mon Sep 17 00:00:00 2001 From: Jonathan Yong <[email protected]> Date: Thu, 22 Sep 2016 20:50:55 +0800 Subject: [PATCH 2/2] Regenerate automake --- mingw-w64-crt/Makefile.in | 239 +--------------------------------------------- 1 file changed, 4 insertions(+), 235 deletions(-) diff --git a/mingw-w64-crt/Makefile.in b/mingw-w64-crt/Makefile.in index 58c05c2..6878f89 100644 --- a/mingw-w64-crt/Makefile.in +++ b/mingw-w64-crt/Makefile.in @@ -540,23 +540,7 @@ am__objects_17 = crt/lib32_libmingw32_a-atonexit.$(OBJEXT) \ @LIB32_TRUE@@W32API_FALSE@ $(am__objects_17) lib32_libmingw32_a_OBJECTS = $(am_lib32_libmingw32_a_OBJECTS) lib32_libmingwex_a_AR = $(AR) $(ARFLAGS) -@ENABLE_DFP_TRUE@am__DEPENDENCIES_1 = lib32/DFP_src_basearith.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_context.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_constants.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_convolute.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_crt.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_mpdecimal.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_mpsignal.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_difradix2.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_fnt.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_fourstep.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_io.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_memory.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_numbertheory.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_sixstep.dfp.obj \ -@ENABLE_DFP_TRUE@ lib32/DFP_src_transpose.dfp.obj -@LIB32_TRUE@@W32API_FALSE@lib32_libmingwex_a_DEPENDENCIES = \ -@LIB32_TRUE@@W32API_FALSE@ $(am__DEPENDENCIES_1) +lib32_libmingwex_a_LIBADD = am__lib32_libmingwex_a_SOURCES_DIST = crt/dllentry.c crt/dllmain.c \ complex/_cabs.c complex/cabs.c complex/cabsf.c complex/cabsl.c \ complex/cacos.c complex/cacosf.c complex/cacosl.c \ @@ -1719,23 +1703,7 @@ am__objects_53 = crt/lib64_libmingw32_a-atonexit.$(OBJEXT) \ @LIB64_TRUE@@W32API_FALSE@ $(am__objects_53) lib64_libmingw32_a_OBJECTS = $(am_lib64_libmingw32_a_OBJECTS) lib64_libmingwex_a_AR = $(AR) $(ARFLAGS) -@ENABLE_DFP_TRUE@am__DEPENDENCIES_2 = lib64/DFP_src_basearith.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_context.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_constants.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_convolute.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_crt.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_mpdecimal.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_mpsignal.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_difradix2.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_fnt.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_fourstep.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_io.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_memory.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_numbertheory.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_sixstep.dfp.obj \ -@ENABLE_DFP_TRUE@ lib64/DFP_src_transpose.dfp.obj -@LIB64_TRUE@@W32API_FALSE@lib64_libmingwex_a_DEPENDENCIES = \ -@LIB64_TRUE@@W32API_FALSE@ $(am__DEPENDENCIES_2) +lib64_libmingwex_a_LIBADD = am__lib64_libmingwex_a_SOURCES_DIST = crt/dllentry.c crt/dllmain.c \ complex/_cabs.c complex/cabs.c complex/cabsf.c complex/cabsl.c \ complex/cacos.c complex/cacosf.c complex/cacosl.c \ @@ -2827,8 +2795,7 @@ am__objects_85 = crt/libarm32_libmingw32_a-atonexit.$(OBJEXT) \ @LIBARM32_TRUE@@W32API_FALSE@ $(am__objects_85) libarm32_libmingw32_a_OBJECTS = $(am_libarm32_libmingw32_a_OBJECTS) libarm32_libmingwex_a_AR = $(AR) $(ARFLAGS) -@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmingwex_a_DEPENDENCIES = \ -@LIBARM32_TRUE@@W32API_FALSE@ $(am__DEPENDENCIES_1) +libarm32_libmingwex_a_LIBADD = am__libarm32_libmingwex_a_SOURCES_DIST = crt/dllentry.c crt/dllmain.c \ complex/_cabs.c complex/cabs.c complex/cabsf.c complex/cabsl.c \ complex/cacos.c complex/cacosf.c complex/cacosl.c \ @@ -5134,18 +5101,6 @@ d3dcompiler = d3dcompiler_43 # can move this into libsrc/dummy_libm.c or similar BUILT_SOURCES = _libm_dummy.c src_libm = _libm_dummy.c -@ENABLE_DFP_FALSE@obj_dfpsrc32 = -@ENABLE_DFP_TRUE@obj_dfpsrc32 = \ -@ENABLE_DFP_TRUE@lib32/DFP_src_basearith.dfp.obj lib32/DFP_src_context.dfp.obj lib32/DFP_src_constants.dfp.obj lib32/DFP_src_convolute.dfp.obj lib32/DFP_src_crt.dfp.obj \ -@ENABLE_DFP_TRUE@lib32/DFP_src_mpdecimal.dfp.obj lib32/DFP_src_mpsignal.dfp.obj lib32/DFP_src_difradix2.dfp.obj lib32/DFP_src_fnt.dfp.obj lib32/DFP_src_fourstep.dfp.obj \ -@ENABLE_DFP_TRUE@lib32/DFP_src_io.dfp.obj lib32/DFP_src_memory.dfp.obj lib32/DFP_src_numbertheory.dfp.obj lib32/DFP_src_sixstep.dfp.obj lib32/DFP_src_transpose.dfp.obj - -@ENABLE_DFP_FALSE@obj_dfpsrc64 = -@ENABLE_DFP_TRUE@obj_dfpsrc64 = \ -@ENABLE_DFP_TRUE@lib64/DFP_src_basearith.dfp.obj lib64/DFP_src_context.dfp.obj lib64/DFP_src_constants.dfp.obj lib64/DFP_src_convolute.dfp.obj lib64/DFP_src_crt.dfp.obj \ -@ENABLE_DFP_TRUE@lib64/DFP_src_mpdecimal.dfp.obj lib64/DFP_src_mpsignal.dfp.obj lib64/DFP_src_difradix2.dfp.obj lib64/DFP_src_fnt.dfp.obj lib64/DFP_src_fourstep.dfp.obj \ -@ENABLE_DFP_TRUE@lib64/DFP_src_io.dfp.obj lib64/DFP_src_memory.dfp.obj lib64/DFP_src_numbertheory.dfp.obj lib64/DFP_src_sixstep.dfp.obj lib64/DFP_src_transpose.dfp.obj - @ENABLE_DFP_FALSE@src_dfp_math = @ENABLE_DFP_TRUE@src_dfp_math = \ @ENABLE_DFP_TRUE@math/DFP/__fpclassifyd32.c math/DFP/__fpclassifyd64.c math/DFP/__fpclassifyd128.c \ @@ -5591,7 +5546,6 @@ src_intrincsarm32 = @LIB32_TRUE@@W32API_FALSE@lib32_libmingw32_a_SOURCES = $(src_libmingw32) @LIB32_TRUE@@W32API_FALSE@lib32_libmingwex_a_CPPFLAGS = $(CPPFLAGS32) $(extra_include) $(AM_CPPFLAGS) @LIB32_TRUE@@W32API_FALSE@lib32_libmingwex_a_SOURCES = $(src_libmingwex) $(src_libmingwex32) $(src_dfp_math) -@LIB32_TRUE@@W32API_FALSE@lib32_libmingwex_a_LIBADD = $(obj_dfpsrc32) @LIB32_TRUE@@W32API_FALSE@lib32_libmoldname_a_CPPFLAGS = $(CPPFLAGS32) $(extra_include) $(AM_CPPFLAGS) @LIB32_TRUE@@W32API_FALSE@lib32_libmoldname_a_SOURCES = $(src_libm) @LIB32_TRUE@@W32API_FALSE@lib32_libmingwthrd_a_SOURCES = $(src_libmingwthrd) @@ -5882,7 +5836,6 @@ src_intrincsarm32 = @LIB64_TRUE@@W32API_FALSE@lib64_libmingw32_a_SOURCES = $(src_libmingw32) @LIB64_TRUE@@W32API_FALSE@lib64_libmingwex_a_CPPFLAGS = $(CPPFLAGS64) $(extra_include) $(AM_CPPFLAGS) @LIB64_TRUE@@W32API_FALSE@lib64_libmingwex_a_SOURCES = $(src_libmingwex) $(src_libmingwex64) $(src_dfp_math) -@LIB64_TRUE@@W32API_FALSE@lib64_libmingwex_a_LIBADD = $(obj_dfpsrc64) @LIB64_TRUE@@W32API_FALSE@lib64_libmoldname_a_CPPFLAGS = $(CPPFLAGS64) $(extra_include) $(AM_CPPFLAGS) @LIB64_TRUE@@W32API_FALSE@lib64_libmoldname_a_SOURCES = $(src_libm) @LIB64_TRUE@@W32API_FALSE@lib64_libmingwthrd_a_SOURCES = $(src_libmingwthrd) @@ -6591,7 +6544,6 @@ src_intrincsarm32 = @LIBARM32_TRUE@@W32API_FALSE@libarm32_libmingw32_a_SOURCES = $(src_libmingw32) @LIBARM32_TRUE@@W32API_FALSE@libarm32_libmingwex_a_CPPFLAGS = $(CPPFLAGSARM32) $(extra_include) $(AM_CPPFLAGS) @LIBARM32_TRUE@@W32API_FALSE@libarm32_libmingwex_a_SOURCES = $(src_libmingwex) $(src_libmingwexarm32) $(src_dfp_math) -@LIBARM32_TRUE@@W32API_FALSE@libarm32_libmingwex_a_LIBADD = $(obj_dfpsrc32) @LIBARM32_TRUE@@W32API_FALSE@libarm32_libmoldname_a_CPPFLAGS = $(CPPFLAGSARM32) $(extra_include) $(AM_CPPFLAGS) @LIBARM32_TRUE@@W32API_FALSE@libarm32_libmoldname_a_SOURCES = $(src_libm) @LIBARM32_TRUE@@W32API_FALSE@libarm32_libmingwthrd_a_SOURCES = $(src_libmingwthrd) @@ -7309,184 +7261,7 @@ EXTRA_DIST = $(srcdir)/ChangeLog.* revstamp.h \ crt/crtbegin.c crt/crtdll.c crt/crtend.c crt/crtexe.c \ crt/CRT_fp8.c crt/CRT_fp10.c crt/CRT_glob.c crt/CRT_noglob.c \ crt/txtmode.c crt/ucrtexe.c profile/gcrt0.c profile/COPYING \ - profile/CYGWIN_LICENSE math/DFP/mpdecimal-2.3/.hg_archival.txt \ - math/DFP/mpdecimal-2.3/basearith.c \ - math/DFP/mpdecimal-2.3/basearith.h \ - math/DFP/mpdecimal-2.3/bench.c math/DFP/mpdecimal-2.3/bits.h \ - math/DFP/mpdecimal-2.3/cdecimal2.c \ - math/DFP/mpdecimal-2.3/cdecimal3.c \ - math/DFP/mpdecimal-2.3/CHANGELOG.txt \ - math/DFP/mpdecimal-2.3/cmd/compare.c \ - math/DFP/mpdecimal-2.3/cmd/div.c \ - math/DFP/mpdecimal-2.3/cmd/divmod.c \ - math/DFP/mpdecimal-2.3/cmd/multiply.c \ - math/DFP/mpdecimal-2.3/cmd/pow.c \ - math/DFP/mpdecimal-2.3/cmd/powmod.c \ - math/DFP/mpdecimal-2.3/cmd/README.txt \ - math/DFP/mpdecimal-2.3/cmd/shift.c \ - math/DFP/mpdecimal-2.3/cmd/sqrt.c \ - math/DFP/mpdecimal-2.3/config.h.in \ - math/DFP/mpdecimal-2.3/configure \ - math/DFP/mpdecimal-2.3/configure.in \ - math/DFP/mpdecimal-2.3/constants.c \ - math/DFP/mpdecimal-2.3/constants.h \ - math/DFP/mpdecimal-2.3/context.c \ - math/DFP/mpdecimal-2.3/convolute.c \ - math/DFP/mpdecimal-2.3/convolute.h \ - math/DFP/mpdecimal-2.3/crt.c math/DFP/mpdecimal-2.3/crt.h \ - math/DFP/mpdecimal-2.3/difradix2.c \ - math/DFP/mpdecimal-2.3/difradix2.h \ - math/DFP/mpdecimal-2.3/doc/cdecimal/index.html \ - math/DFP/mpdecimal-2.3/doc/index.html \ - math/DFP/mpdecimal-2.3/doc/libmpdec/arithmetic.html \ - math/DFP/mpdecimal-2.3/doc/libmpdec/assign-convert.html \ - math/DFP/mpdecimal-2.3/doc/libmpdec/attributes.html \ - math/DFP/mpdecimal-2.3/doc/libmpdec/context.html \ - math/DFP/mpdecimal-2.3/doc/libmpdec/decimals.html \ - math/DFP/mpdecimal-2.3/doc/libmpdec/functions.html \ - math/DFP/mpdecimal-2.3/doc/libmpdec/index.html \ - math/DFP/mpdecimal-2.3/doc/libmpdec/memory.html \ - math/DFP/mpdecimal-2.3/doc/libmpdec/various.html \ - math/DFP/mpdecimal-2.3/doc/LICENSE.txt \ - math/DFP/mpdecimal-2.3/doc/objects.inv \ - math/DFP/mpdecimal-2.3/doc/search.html \ - math/DFP/mpdecimal-2.3/doc/searchindex.js \ - math/DFP/mpdecimal-2.3/doc/_static/basic.css \ - math/DFP/mpdecimal-2.3/doc/_static/default.css \ - math/DFP/mpdecimal-2.3/doc/_static/doctools.js \ - math/DFP/mpdecimal-2.3/doc/_static/file.png \ - math/DFP/mpdecimal-2.3/doc/_static/jquery.js \ - math/DFP/mpdecimal-2.3/doc/_static/minus.png \ - math/DFP/mpdecimal-2.3/doc/_static/mpdecimal-doc.css \ - math/DFP/mpdecimal-2.3/doc/_static/plus.png \ - math/DFP/mpdecimal-2.3/doc/_static/pygments.css \ - math/DFP/mpdecimal-2.3/doc/_static/searchtools.js \ - math/DFP/mpdecimal-2.3/doc/_static/sidebar.js \ - math/DFP/mpdecimal-2.3/doc/_static/underscore.js \ - math/DFP/mpdecimal-2.3/docstrings.h \ - math/DFP/mpdecimal-2.3/fnt.c math/DFP/mpdecimal-2.3/fnt.h \ - math/DFP/mpdecimal-2.3/fourstep.c \ - math/DFP/mpdecimal-2.3/fourstep.h math/DFP/mpdecimal-2.3/io.c \ - math/DFP/mpdecimal-2.3/io.h \ - math/DFP/mpdecimal-2.3/LIBINSTALL.txt \ - math/DFP/mpdecimal-2.3/LICENSE.txt \ - math/DFP/mpdecimal-2.3/literature/mpdecimal.lisp \ - math/DFP/mpdecimal-2.3/literature/README.txt \ - math/DFP/mpdecimal-2.3/literature/umodarith.lisp \ - math/DFP/mpdecimal-2.3/Makefile.in \ - math/DFP/mpdecimal-2.3/Makefile.vc \ - math/DFP/mpdecimal-2.3/memory.c \ - math/DFP/mpdecimal-2.3/memory.h \ - math/DFP/mpdecimal-2.3/mpdecimal-i686.h \ - math/DFP/mpdecimal-2.3/mpdecimal-x86_64.h \ - math/DFP/mpdecimal-2.3/mpdecimal.c \ - math/DFP/mpdecimal-2.3/mpdecimal.h.in \ - math/DFP/mpdecimal-2.3/mpdecimal32vc.h \ - math/DFP/mpdecimal-2.3/mpdecimal64vc.h \ - math/DFP/mpdecimal-2.3/mpsignal.c \ - math/DFP/mpdecimal-2.3/mptest.h \ - math/DFP/mpdecimal-2.3/mptypes.h \ - math/DFP/mpdecimal-2.3/numbertheory.c \ - math/DFP/mpdecimal-2.3/numbertheory.h \ - math/DFP/mpdecimal-2.3/PKG-INFO \ - math/DFP/mpdecimal-2.3/PYINSTALL.txt \ - math/DFP/mpdecimal-2.3/python/Bench.class \ - math/DFP/mpdecimal-2.3/python/Bench.java \ - math/DFP/mpdecimal-2.3/python/bench.py \ - math/DFP/mpdecimal-2.3/python/BENCHMARK.txt \ - math/DFP/mpdecimal-2.3/python/build_all_branches.bat \ - math/DFP/mpdecimal-2.3/python/build_all_branches.sh \ - math/DFP/mpdecimal-2.3/python/build_all_releases.sh \ - math/DFP/mpdecimal-2.3/python/ctx-deccheck2.py \ - math/DFP/mpdecimal-2.3/python/deccheck2.py \ - math/DFP/mpdecimal-2.3/python/deccheck3.py \ - math/DFP/mpdecimal-2.3/python/failapi2.diff \ - math/DFP/mpdecimal-2.3/python/failapi3.diff \ - math/DFP/mpdecimal-2.3/python/formathelper.py \ - math/DFP/mpdecimal-2.3/python/genlocale.py \ - math/DFP/mpdecimal-2.3/python/genrandformat.py \ - math/DFP/mpdecimal-2.3/python/genrandlocale.py \ - math/DFP/mpdecimal-2.3/python/gettests.bat \ - math/DFP/mpdecimal-2.3/python/gettests.sh \ - math/DFP/mpdecimal-2.3/python/get_all_branches.bat \ - math/DFP/mpdecimal-2.3/python/get_all_branches.sh \ - math/DFP/mpdecimal-2.3/python/get_all_releases.sh \ - math/DFP/mpdecimal-2.3/python/randdec.py \ - math/DFP/mpdecimal-2.3/python/randfloat.py \ - math/DFP/mpdecimal-2.3/python/README.txt \ - math/DFP/mpdecimal-2.3/python/runall-amd64.bat \ - math/DFP/mpdecimal-2.3/python/runall-memorydebugger.sh \ - math/DFP/mpdecimal-2.3/python/runall-refleak.bat \ - math/DFP/mpdecimal-2.3/python/runall-releases.sh \ - math/DFP/mpdecimal-2.3/python/runall-x86.bat \ - math/DFP/mpdecimal-2.3/python/runall.sh \ - math/DFP/mpdecimal-2.3/python/test_cdecimal2.5.py \ - math/DFP/mpdecimal-2.3/python/test_cdecimal2.py \ - math/DFP/mpdecimal-2.3/python/test_cdecimal3.py \ - math/DFP/mpdecimal-2.3/python/valgrind.supp \ - math/DFP/mpdecimal-2.3/README.txt \ - math/DFP/mpdecimal-2.3/setup.py \ - math/DFP/mpdecimal-2.3/sixstep.c \ - math/DFP/mpdecimal-2.3/sixstep.h \ - math/DFP/mpdecimal-2.3/tests/additional.decTest \ - math/DFP/mpdecimal-2.3/tests/cov.c \ - math/DFP/mpdecimal-2.3/tests/covreport.py \ - math/DFP/mpdecimal-2.3/tests/deccheck.c \ - math/DFP/mpdecimal-2.3/tests/dnloop-windows.patch \ - math/DFP/mpdecimal-2.3/tests/dnloop.patch \ - math/DFP/mpdecimal-2.3/tests/fntcov.c \ - math/DFP/mpdecimal-2.3/tests/fullcov_header.patch \ - math/DFP/mpdecimal-2.3/tests/getdn.bat \ - math/DFP/mpdecimal-2.3/tests/getdn.sh \ - math/DFP/mpdecimal-2.3/tests/gettests.bat \ - math/DFP/mpdecimal-2.3/tests/gettests.sh \ - math/DFP/mpdecimal-2.3/tests/karatsuba_fnt.c \ - math/DFP/mpdecimal-2.3/tests/karatsuba_fnt2.c \ - math/DFP/mpdecimal-2.3/tests/Makefile.in \ - math/DFP/mpdecimal-2.3/tests/Makefile.vc \ - math/DFP/mpdecimal-2.3/tests/malloc_fail.c \ - math/DFP/mpdecimal-2.3/tests/malloc_fail.h \ - math/DFP/mpdecimal-2.3/tests/mpd_mpz_add.c \ - math/DFP/mpdecimal-2.3/tests/mpd_mpz_divmod.c \ - math/DFP/mpdecimal-2.3/tests/mpd_mpz_mul.c \ - math/DFP/mpdecimal-2.3/tests/mpd_mpz_sub.c \ - math/DFP/mpdecimal-2.3/tests/official.decTest \ - math/DFP/mpdecimal-2.3/tests/ppro_mulmod.c \ - math/DFP/mpdecimal-2.3/tests/README.txt \ - math/DFP/mpdecimal-2.3/tests/runallconfigs.bat \ - math/DFP/mpdecimal-2.3/tests/runallconfigs.sh \ - math/DFP/mpdecimal-2.3/tests/runalltests.bat \ - math/DFP/mpdecimal-2.3/tests/runalltests.sh \ - math/DFP/mpdecimal-2.3/tests/runshort.bat \ - math/DFP/mpdecimal-2.3/tests/runshort.sh \ - math/DFP/mpdecimal-2.3/tests/runtest.c \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/baseconv.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/binop_eq.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/cov.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/divmod.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/divmod_eq.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/extra.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/fma_eq.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/format.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/getint.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/invroot.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/largeint.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/powmod.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/powmod_eq.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/shiftlr.decTest \ - math/DFP/mpdecimal-2.3/tests/testdata_dist/testruntest.decTest \ - math/DFP/mpdecimal-2.3/tests/test_transpose.c \ - math/DFP/mpdecimal-2.3/tools/release.sh \ - math/DFP/mpdecimal-2.3/tools/replace.sh \ - math/DFP/mpdecimal-2.3/tools/todos.sh \ - math/DFP/mpdecimal-2.3/transpose.c \ - math/DFP/mpdecimal-2.3/transpose.h \ - math/DFP/mpdecimal-2.3/typearith.h \ - math/DFP/mpdecimal-2.3/umodarith.h \ - math/DFP/mpdecimal-2.3/vars.mk \ - math/DFP/mpdecimal-2.3/vccompat.h \ - math/DFP/mpdecimal-2.3/vcdiv64.asm \ - math/DFP/mpdecimal-2.3/vcstdint.h + profile/CYGWIN_LICENSE DISTCHECK_CONFIGURE_FLAGS = --host=$(host_triplet) $(withsys) # Testsuite options @@ -49308,12 +49083,6 @@ uninstall-am: uninstall-crt32DATA uninstall-crt64DATA \ _libm_dummy.c: echo "static int __attribute__((unused)) __mingw_libm_dummy;" > _libm_dummy.c - -lib32/DFP_src_%.dfp.obj: math/DFP/mpdecimal/libmpdec/%.c - $(COMPILE) $(CPPFLAGS32) -Wno-unknown-pragmas -std=gnu99 -DCONFIG_32 -DASM -DPPRO -DHAVE_GCC_ASM_FOR_X87=1 -DHAVE_INTTYPES_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DPACKAGE_BUGREPORT='"[email protected]"' -DPACKAGE_NAME='"mpdecimal"' -DPACKAGE_STRING='"mpdecimal 2.4.0"' -DPACKAGE_TARNAME='"mpdecimal"' -DPACKAGE_URL='"http://www.bytereef.org/mpdecimal/index.html"' -DPACKAGE_VERSION='"2.4.0"' -DSIZEOF_SIZE_T=4 -DSIZEOF___UINT128_T=0 -DSTDC_HEADERS=1 -O2 -Dmpdecimal_header=\"mpdecimal-i686.h\" -c $< -o $@ - -lib64/DFP_src_%.dfp.obj: math/DFP/mpdecimal/libmpdec/%.c - $(COMPILE) $(CPPFLAGS64) -Wno-unknown-pragmas -std=gnu99 -DCONFIG_64 -DASM -DHAVE_GCC_ASM_FOR_X64=1 -DHAVE_GCC_ASM_FOR_X87=1 -DHAVE_INTTYPES_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UINT128_T=1 -DHAVE_UNISTD_H=1 -DPACKAGE_BUGREPORT='"[email protected]"' -DPACKAGE_NAME='"mpdecimal"' -DPACKAGE_STRING='"mpdecimal 2.4.0"' -DPACKAGE_TARNAME='"mpdecimal"' -DPACKAGE_URL='"http://www.bytereef.org/mpdecimal/index.html"' -DPACKAGE_VERSION='"2.4.0"' -DSIZEOF_SIZE_T=8 -DSIZEOF___UINT128_T=16 -DSTDC_HEADERS=1 -O2 -Dmpdecimal_header=\"mpdecimal-x86_64.h\" -c $< -o $@ @LIB32_TRUE@lib32/crt1.o: crt/crtexe.c @LIB32_TRUE@ $(COMPILE32) -c $< -o $@ -D__CRTDLL__ -U__MSVCRT__ @LIB32_TRUE@lib32/crt2.o: crt/crtexe.c -- 2.8.3
------------------------------------------------------------------------------
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
