[Gmp-commit] /var/hg/gmp: Use https to link to GNU license.

mercurial at gmplib.org mercurial at gmplib.org
Mon Dec 2 19:31:11 UTC 2013


details:   /var/hg/gmp/rev/3ca46fdebbda
changeset: 16093:3ca46fdebbda
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Mon Dec 02 20:31:04 2013 +0100
description:
Use https to link to GNU license.

diffstat:

 .gdbinit                                                    |  2 +-
 COPYING                                                     |  6 +++---
 INSTALL                                                     |  2 +-
 Makefile.am                                                 |  2 +-
 README                                                      |  2 +-
 acinclude.m4                                                |  2 +-
 assert.c                                                    |  2 +-
 bootstrap.c                                                 |  2 +-
 compat.c                                                    |  2 +-
 config.guess                                                |  2 +-
 config.sub                                                  |  2 +-
 configfsf.guess                                             |  2 +-
 configfsf.sub                                               |  2 +-
 configure.ac                                                |  2 +-
 cxx/Makefile.am                                             |  2 +-
 cxx/dummy.cc                                                |  2 +-
 cxx/isfuns.cc                                               |  2 +-
 cxx/ismpf.cc                                                |  2 +-
 cxx/ismpq.cc                                                |  2 +-
 cxx/ismpz.cc                                                |  2 +-
 cxx/ismpznw.cc                                              |  2 +-
 cxx/limits.cc                                               |  2 +-
 cxx/osdoprnti.cc                                            |  2 +-
 cxx/osfuns.cc                                               |  2 +-
 cxx/osmpf.cc                                                |  2 +-
 cxx/osmpq.cc                                                |  2 +-
 cxx/osmpz.cc                                                |  2 +-
 demos/Makefile.am                                           |  2 +-
 demos/calc/Makefile.am                                      |  2 +-
 demos/calc/README                                           |  2 +-
 demos/calc/calc-common.h                                    |  2 +-
 demos/calc/calc-config-h.in                                 |  2 +-
 demos/calc/calc.y                                           |  2 +-
 demos/calc/calclex.l                                        |  2 +-
 demos/calc/calcread.c                                       |  2 +-
 demos/expr/Makefile.am                                      |  2 +-
 demos/expr/README                                           |  2 +-
 demos/expr/expr-impl.h                                      |  2 +-
 demos/expr/expr.c                                           |  2 +-
 demos/expr/expr.h                                           |  2 +-
 demos/expr/exprf.c                                          |  2 +-
 demos/expr/exprfa.c                                         |  2 +-
 demos/expr/exprq.c                                          |  2 +-
 demos/expr/exprqa.c                                         |  2 +-
 demos/expr/exprv.c                                          |  2 +-
 demos/expr/exprz.c                                          |  2 +-
 demos/expr/exprza.c                                         |  2 +-
 demos/expr/run-expr.c                                       |  2 +-
 demos/expr/t-expr.c                                         |  2 +-
 demos/factorize.c                                           |  2 +-
 demos/isprime.c                                             |  2 +-
 demos/perl/GMP.pm                                           |  4 ++--
 demos/perl/GMP.xs                                           |  2 +-
 demos/perl/GMP/Mpf.pm                                       |  2 +-
 demos/perl/GMP/Mpq.pm                                       |  2 +-
 demos/perl/GMP/Mpz.pm                                       |  2 +-
 demos/perl/GMP/Rand.pm                                      |  2 +-
 demos/perl/INSTALL                                          |  2 +-
 demos/perl/Makefile.PL                                      |  2 +-
 demos/perl/sample.pl                                        |  2 +-
 demos/perl/test.pl                                          |  2 +-
 demos/perl/test2.pl                                         |  2 +-
 demos/perl/typemap                                          |  2 +-
 demos/pexpr-config-h.in                                     |  2 +-
 demos/pexpr.c                                               |  2 +-
 demos/primes.c                                              |  2 +-
 demos/qcn.c                                                 |  2 +-
 doc/Makefile.am                                             |  2 +-
 doc/configuration                                           |  2 +-
 doc/fdl-1.3.texi                                            |  2 +-
 doc/isa_abi_headache                                        |  2 +-
 doc/projects.html                                           |  2 +-
 doc/tasks.html                                              |  2 +-
 errno.c                                                     |  2 +-
 extract-dbl.c                                               |  2 +-
 gen-bases.c                                                 |  2 +-
 gen-fac.c                                                   |  2 +-
 gen-fib.c                                                   |  2 +-
 gen-jacobitab.c                                             |  2 +-
 gen-psqr.c                                                  |  2 +-
 gen-trialdivtab.c                                           |  2 +-
 gmp-h.in                                                    |  2 +-
 gmp-impl.h                                                  |  2 +-
 gmpxx.h                                                     |  2 +-
 invalid.c                                                   |  2 +-
 longlong.h                                                  |  2 +-
 memory.c                                                    |  2 +-
 mini-gmp/README                                             |  2 +-
 mini-gmp/mini-gmp.c                                         |  2 +-
 mini-gmp/mini-gmp.h                                         |  2 +-
 mini-gmp/tests/Makefile                                     |  2 +-
 mini-gmp/tests/hex-random.c                                 |  2 +-
 mini-gmp/tests/hex-random.h                                 |  2 +-
 mini-gmp/tests/mini-random.c                                |  2 +-
 mini-gmp/tests/mini-random.h                                |  2 +-
 mini-gmp/tests/t-add.c                                      |  2 +-
 mini-gmp/tests/t-bitops.c                                   |  2 +-
 mini-gmp/tests/t-cmp_d.c                                    |  2 +-
 mini-gmp/tests/t-comb.c                                     |  2 +-
 mini-gmp/tests/t-div.c                                      |  2 +-
 mini-gmp/tests/t-div_2exp.c                                 |  2 +-
 mini-gmp/tests/t-double.c                                   |  2 +-
 mini-gmp/tests/t-gcd.c                                      |  2 +-
 mini-gmp/tests/t-import.c                                   |  2 +-
 mini-gmp/tests/t-invert.c                                   |  2 +-
 mini-gmp/tests/t-lcm.c                                      |  2 +-
 mini-gmp/tests/t-logops.c                                   |  2 +-
 mini-gmp/tests/t-mul.c                                      |  2 +-
 mini-gmp/tests/t-powm.c                                     |  2 +-
 mini-gmp/tests/t-reuse.c                                    |  2 +-
 mini-gmp/tests/t-root.c                                     |  2 +-
 mini-gmp/tests/t-scan.c                                     |  2 +-
 mini-gmp/tests/t-signed.c                                   |  2 +-
 mini-gmp/tests/t-sqrt.c                                     |  2 +-
 mini-gmp/tests/t-str.c                                      |  2 +-
 mini-gmp/tests/t-sub.c                                      |  2 +-
 mini-gmp/tests/testutils.c                                  |  2 +-
 mini-gmp/tests/testutils.h                                  |  2 +-
 mp_bpl.c                                                    |  2 +-
 mp_clz_tab.c                                                |  2 +-
 mp_dv_tab.c                                                 |  2 +-
 mp_get_fns.c                                                |  2 +-
 mp_minv_tab.c                                               |  2 +-
 mp_set_fns.c                                                |  2 +-
 mpf/Makefile.am                                             |  2 +-
 mpf/abs.c                                                   |  2 +-
 mpf/add.c                                                   |  2 +-
 mpf/add_ui.c                                                |  2 +-
 mpf/ceilfloor.c                                             |  2 +-
 mpf/clear.c                                                 |  2 +-
 mpf/clears.c                                                |  2 +-
 mpf/cmp.c                                                   |  2 +-
 mpf/cmp_d.c                                                 |  2 +-
 mpf/cmp_si.c                                                |  2 +-
 mpf/cmp_ui.c                                                |  2 +-
 mpf/div.c                                                   |  2 +-
 mpf/div_2exp.c                                              |  2 +-
 mpf/div_ui.c                                                |  2 +-
 mpf/dump.c                                                  |  2 +-
 mpf/eq.c                                                    |  2 +-
 mpf/fits_s.h                                                |  2 +-
 mpf/fits_sint.c                                             |  2 +-
 mpf/fits_slong.c                                            |  2 +-
 mpf/fits_sshort.c                                           |  2 +-
 mpf/fits_u.h                                                |  2 +-
 mpf/fits_uint.c                                             |  2 +-
 mpf/fits_ulong.c                                            |  2 +-
 mpf/fits_ushort.c                                           |  2 +-
 mpf/get_d.c                                                 |  2 +-
 mpf/get_d_2exp.c                                            |  2 +-
 mpf/get_dfl_prec.c                                          |  2 +-
 mpf/get_prc.c                                               |  2 +-
 mpf/get_si.c                                                |  2 +-
 mpf/get_str.c                                               |  2 +-
 mpf/get_ui.c                                                |  2 +-
 mpf/init.c                                                  |  2 +-
 mpf/init2.c                                                 |  2 +-
 mpf/inits.c                                                 |  2 +-
 mpf/inp_str.c                                               |  2 +-
 mpf/int_p.c                                                 |  2 +-
 mpf/iset.c                                                  |  2 +-
 mpf/iset_d.c                                                |  2 +-
 mpf/iset_si.c                                               |  2 +-
 mpf/iset_str.c                                              |  2 +-
 mpf/iset_ui.c                                               |  2 +-
 mpf/mul.c                                                   |  2 +-
 mpf/mul_2exp.c                                              |  2 +-
 mpf/mul_ui.c                                                |  2 +-
 mpf/neg.c                                                   |  2 +-
 mpf/out_str.c                                               |  2 +-
 mpf/pow_ui.c                                                |  2 +-
 mpf/random2.c                                               |  2 +-
 mpf/reldiff.c                                               |  2 +-
 mpf/set.c                                                   |  2 +-
 mpf/set_d.c                                                 |  2 +-
 mpf/set_dfl_prec.c                                          |  2 +-
 mpf/set_prc.c                                               |  2 +-
 mpf/set_prc_raw.c                                           |  2 +-
 mpf/set_q.c                                                 |  2 +-
 mpf/set_si.c                                                |  2 +-
 mpf/set_str.c                                               |  2 +-
 mpf/set_ui.c                                                |  2 +-
 mpf/set_z.c                                                 |  2 +-
 mpf/size.c                                                  |  2 +-
 mpf/sqrt.c                                                  |  2 +-
 mpf/sqrt_ui.c                                               |  2 +-
 mpf/sub.c                                                   |  2 +-
 mpf/sub_ui.c                                                |  2 +-
 mpf/swap.c                                                  |  2 +-
 mpf/trunc.c                                                 |  2 +-
 mpf/ui_div.c                                                |  2 +-
 mpf/ui_sub.c                                                |  2 +-
 mpf/urandomb.c                                              |  2 +-
 mpn/Makeasm.am                                              |  2 +-
 mpn/Makefile.am                                             |  2 +-
 mpn/README                                                  |  2 +-
 mpn/a29k/add_n.s                                            |  2 +-
 mpn/a29k/addmul_1.s                                         |  2 +-
 mpn/a29k/lshift.s                                           |  2 +-
 mpn/a29k/mul_1.s                                            |  2 +-
 mpn/a29k/rshift.s                                           |  2 +-
 mpn/a29k/sub_n.s                                            |  2 +-
 mpn/a29k/submul_1.s                                         |  2 +-
 mpn/a29k/udiv.s                                             |  2 +-
 mpn/a29k/umul.s                                             |  2 +-
 mpn/alpha/README                                            |  2 +-
 mpn/alpha/add_n.asm                                         |  2 +-
 mpn/alpha/addmul_1.asm                                      |  2 +-
 mpn/alpha/alpha-defs.m4                                     |  2 +-
 mpn/alpha/aorslsh1_n.asm                                    |  2 +-
 mpn/alpha/aorslsh2_n.asm                                    |  2 +-
 mpn/alpha/bdiv_dbm1c.asm                                    |  2 +-
 mpn/alpha/cntlz.asm                                         |  2 +-
 mpn/alpha/com.asm                                           |  2 +-
 mpn/alpha/copyd.asm                                         |  2 +-
 mpn/alpha/copyi.asm                                         |  2 +-
 mpn/alpha/default.m4                                        |  2 +-
 mpn/alpha/dive_1.c                                          |  2 +-
 mpn/alpha/divrem_2.asm                                      |  2 +-
 mpn/alpha/ev5/diveby3.asm                                   |  2 +-
 mpn/alpha/ev5/gmp-mparam.h                                  |  2 +-
 mpn/alpha/ev6/add_n.asm                                     |  2 +-
 mpn/alpha/ev6/aorslsh1_n.asm                                |  2 +-
 mpn/alpha/ev6/aorsmul_1.asm                                 |  2 +-
 mpn/alpha/ev6/gmp-mparam.h                                  |  2 +-
 mpn/alpha/ev6/mod_1_4.asm                                   |  2 +-
 mpn/alpha/ev6/mul_1.asm                                     |  2 +-
 mpn/alpha/ev6/nails/README                                  |  2 +-
 mpn/alpha/ev6/nails/addmul_1.asm                            |  2 +-
 mpn/alpha/ev6/nails/addmul_2.asm                            |  2 +-
 mpn/alpha/ev6/nails/addmul_3.asm                            |  2 +-
 mpn/alpha/ev6/nails/addmul_4.asm                            |  2 +-
 mpn/alpha/ev6/nails/aors_n.asm                              |  2 +-
 mpn/alpha/ev6/nails/gmp-mparam.h                            |  2 +-
 mpn/alpha/ev6/nails/mul_1.asm                               |  2 +-
 mpn/alpha/ev6/nails/submul_1.asm                            |  2 +-
 mpn/alpha/ev6/slot.pl                                       |  2 +-
 mpn/alpha/ev6/sub_n.asm                                     |  2 +-
 mpn/alpha/ev67/gcd_1.asm                                    |  2 +-
 mpn/alpha/ev67/hamdist.asm                                  |  2 +-
 mpn/alpha/ev67/popcount.asm                                 |  2 +-
 mpn/alpha/gmp-mparam.h                                      |  2 +-
 mpn/alpha/invert_limb.asm                                   |  2 +-
 mpn/alpha/lshift.asm                                        |  2 +-
 mpn/alpha/mod_34lsub1.asm                                   |  2 +-
 mpn/alpha/mode1o.asm                                        |  2 +-
 mpn/alpha/mul_1.asm                                         |  2 +-
 mpn/alpha/rshift.asm                                        |  2 +-
 mpn/alpha/sqr_diag_addlsh1.asm                              |  2 +-
 mpn/alpha/sub_n.asm                                         |  2 +-
 mpn/alpha/submul_1.asm                                      |  2 +-
 mpn/alpha/tabselect.asm                                     |  2 +-
 mpn/alpha/umul.asm                                          |  2 +-
 mpn/alpha/unicos.m4                                         |  2 +-
 mpn/arm/README                                              |  2 +-
 mpn/arm/aors_n.asm                                          |  2 +-
 mpn/arm/aorslsh1_n.asm                                      |  2 +-
 mpn/arm/aorsmul_1.asm                                       |  2 +-
 mpn/arm/arm-defs.m4                                         |  2 +-
 mpn/arm/bdiv_dbm1c.asm                                      |  2 +-
 mpn/arm/cnd_aors_n.asm                                      |  2 +-
 mpn/arm/com.asm                                             |  2 +-
 mpn/arm/copyd.asm                                           |  2 +-
 mpn/arm/copyi.asm                                           |  2 +-
 mpn/arm/dive_1.asm                                          |  2 +-
 mpn/arm/gmp-mparam.h                                        |  2 +-
 mpn/arm/invert_limb.asm                                     |  2 +-
 mpn/arm/logops_n.asm                                        |  2 +-
 mpn/arm/lshift.asm                                          |  2 +-
 mpn/arm/lshiftc.asm                                         |  2 +-
 mpn/arm/mod_34lsub1.asm                                     |  2 +-
 mpn/arm/mode1o.asm                                          |  2 +-
 mpn/arm/mul_1.asm                                           |  2 +-
 mpn/arm/neon/hamdist.asm                                    |  2 +-
 mpn/arm/neon/lorrshift.asm                                  |  2 +-
 mpn/arm/neon/lshiftc.asm                                    |  2 +-
 mpn/arm/neon/popcount.asm                                   |  2 +-
 mpn/arm/neon/tabselect.asm                                  |  2 +-
 mpn/arm/rsh1aors_n.asm                                      |  2 +-
 mpn/arm/rshift.asm                                          |  2 +-
 mpn/arm/tabselect.asm                                       |  2 +-
 mpn/arm/udiv.asm                                            |  2 +-
 mpn/arm/v5/gcd_1.asm                                        |  2 +-
 mpn/arm/v5/mod_1_1.asm                                      |  2 +-
 mpn/arm/v5/mod_1_2.asm                                      |  2 +-
 mpn/arm/v6/addmul_1.asm                                     |  2 +-
 mpn/arm/v6/addmul_2.asm                                     |  2 +-
 mpn/arm/v6/addmul_3.asm                                     |  2 +-
 mpn/arm/v6/dive_1.asm                                       |  2 +-
 mpn/arm/v6/gmp-mparam.h                                     |  2 +-
 mpn/arm/v6/mode1o.asm                                       |  2 +-
 mpn/arm/v6/mul_1.asm                                        |  2 +-
 mpn/arm/v6/mul_2.asm                                        |  2 +-
 mpn/arm/v6/popham.asm                                       |  2 +-
 mpn/arm/v6/sqr_basecase.asm                                 |  2 +-
 mpn/arm/v6/submul_1.asm                                     |  2 +-
 mpn/arm/v6t2/divrem_1.asm                                   |  2 +-
 mpn/arm/v6t2/gcd_1.asm                                      |  2 +-
 mpn/arm/v7a/cora15/addmul_1.asm                             |  2 +-
 mpn/arm/v7a/cora15/aors_n.asm                               |  2 +-
 mpn/arm/v7a/cora15/cnd_aors_n.asm                           |  2 +-
 mpn/arm/v7a/cora15/com.asm                                  |  2 +-
 mpn/arm/v7a/cora15/gmp-mparam.h                             |  2 +-
 mpn/arm/v7a/cora15/logops_n.asm                             |  2 +-
 mpn/arm/v7a/cora15/mul_1.asm                                |  2 +-
 mpn/arm/v7a/cora15/neon/aorsorrlsh1_n.asm                   |  2 +-
 mpn/arm/v7a/cora15/neon/aorsorrlsh2_n.asm                   |  2 +-
 mpn/arm/v7a/cora15/neon/aorsorrlshC_n.asm                   |  2 +-
 mpn/arm/v7a/cora15/neon/com.asm                             |  2 +-
 mpn/arm/v7a/cora15/neon/copyd.asm                           |  2 +-
 mpn/arm/v7a/cora15/neon/copyi.asm                           |  2 +-
 mpn/arm/v7a/cora15/neon/rsh1aors_n.asm                      |  2 +-
 mpn/arm/v7a/cora15/submul_1.asm                             |  2 +-
 mpn/arm/v7a/cora9/gmp-mparam.h                              |  2 +-
 mpn/arm64/aors_n.asm                                        |  2 +-
 mpn/arm64/aorsmul_1.asm                                     |  2 +-
 mpn/arm64/cnd_aors_n.asm                                    |  2 +-
 mpn/arm64/copyd.asm                                         |  2 +-
 mpn/arm64/copyi.asm                                         |  2 +-
 mpn/arm64/gcd_1.asm                                         |  2 +-
 mpn/arm64/invert_limb.asm                                   |  2 +-
 mpn/arm64/logops_n.asm                                      |  2 +-
 mpn/arm64/mul_1.asm                                         |  2 +-
 mpn/asm-defs.m4                                             |  2 +-
 mpn/clipper/add_n.s                                         |  2 +-
 mpn/clipper/mul_1.s                                         |  2 +-
 mpn/clipper/sub_n.s                                         |  2 +-
 mpn/cpp-ccas                                                |  2 +-
 mpn/cray/README                                             |  2 +-
 mpn/cray/add_n.c                                            |  2 +-
 mpn/cray/cfp/addmul_1.c                                     |  2 +-
 mpn/cray/cfp/mul_1.c                                        |  2 +-
 mpn/cray/cfp/mulwwc90.s                                     |  2 +-
 mpn/cray/cfp/mulwwj90.s                                     |  2 +-
 mpn/cray/cfp/submul_1.c                                     |  2 +-
 mpn/cray/gmp-mparam.h                                       |  2 +-
 mpn/cray/hamdist.c                                          |  2 +-
 mpn/cray/ieee/addmul_1.c                                    |  2 +-
 mpn/cray/ieee/gmp-mparam.h                                  |  2 +-
 mpn/cray/ieee/invert_limb.c                                 |  2 +-
 mpn/cray/ieee/mul_1.c                                       |  2 +-
 mpn/cray/ieee/mul_basecase.c                                |  2 +-
 mpn/cray/ieee/sqr_basecase.c                                |  2 +-
 mpn/cray/ieee/submul_1.c                                    |  2 +-
 mpn/cray/lshift.c                                           |  2 +-
 mpn/cray/mulww.f                                            |  2 +-
 mpn/cray/popcount.c                                         |  2 +-
 mpn/cray/rshift.c                                           |  2 +-
 mpn/cray/sub_n.c                                            |  2 +-
 mpn/generic/add.c                                           |  2 +-
 mpn/generic/add_1.c                                         |  2 +-
 mpn/generic/add_err1_n.c                                    |  2 +-
 mpn/generic/add_err2_n.c                                    |  2 +-
 mpn/generic/add_err3_n.c                                    |  2 +-
 mpn/generic/add_n.c                                         |  2 +-
 mpn/generic/add_n_sub_n.c                                   |  2 +-
 mpn/generic/addmul_1.c                                      |  2 +-
 mpn/generic/bdiv_dbm1c.c                                    |  2 +-
 mpn/generic/bdiv_q.c                                        |  2 +-
 mpn/generic/bdiv_q_1.c                                      |  2 +-
 mpn/generic/bdiv_qr.c                                       |  2 +-
 mpn/generic/binvert.c                                       |  2 +-
 mpn/generic/broot.c                                         |  2 +-
 mpn/generic/brootinv.c                                      |  2 +-
 mpn/generic/bsqrt.c                                         |  2 +-
 mpn/generic/bsqrtinv.c                                      |  2 +-
 mpn/generic/cmp.c                                           |  2 +-
 mpn/generic/cnd_add_n.c                                     |  2 +-
 mpn/generic/cnd_sub_n.c                                     |  2 +-
 mpn/generic/com.c                                           |  2 +-
 mpn/generic/comb_tables.c                                   |  2 +-
 mpn/generic/copyd.c                                         |  2 +-
 mpn/generic/copyi.c                                         |  2 +-
 mpn/generic/dcpi1_bdiv_q.c                                  |  2 +-
 mpn/generic/dcpi1_bdiv_qr.c                                 |  2 +-
 mpn/generic/dcpi1_div_q.c                                   |  2 +-
 mpn/generic/dcpi1_div_qr.c                                  |  2 +-
 mpn/generic/dcpi1_divappr_q.c                               |  2 +-
 mpn/generic/div_q.c                                         |  2 +-
 mpn/generic/div_qr_1.c                                      |  2 +-
 mpn/generic/div_qr_1n_pi1.c                                 |  2 +-
 mpn/generic/div_qr_1n_pi2.c                                 |  2 +-
 mpn/generic/div_qr_1u_pi2.c                                 |  2 +-
 mpn/generic/div_qr_2.c                                      |  2 +-
 mpn/generic/div_qr_2n_pi1.c                                 |  2 +-
 mpn/generic/div_qr_2u_pi1.c                                 |  2 +-
 mpn/generic/dive_1.c                                        |  2 +-
 mpn/generic/diveby3.c                                       |  2 +-
 mpn/generic/divexact.c                                      |  2 +-
 mpn/generic/divis.c                                         |  2 +-
 mpn/generic/divrem.c                                        |  2 +-
 mpn/generic/divrem_1.c                                      |  2 +-
 mpn/generic/divrem_2.c                                      |  2 +-
 mpn/generic/dump.c                                          |  2 +-
 mpn/generic/fib2_ui.c                                       |  2 +-
 mpn/generic/gcd.c                                           |  2 +-
 mpn/generic/gcd_1.c                                         |  2 +-
 mpn/generic/gcd_subdiv_step.c                               |  2 +-
 mpn/generic/gcdext.c                                        |  2 +-
 mpn/generic/gcdext_1.c                                      |  2 +-
 mpn/generic/gcdext_lehmer.c                                 |  2 +-
 mpn/generic/get_d.c                                         |  2 +-
 mpn/generic/get_str.c                                       |  2 +-
 mpn/generic/gmp-mparam.h                                    |  2 +-
 mpn/generic/hgcd.c                                          |  2 +-
 mpn/generic/hgcd2.c                                         |  2 +-
 mpn/generic/hgcd2_jacobi.c                                  |  2 +-
 mpn/generic/hgcd_appr.c                                     |  2 +-
 mpn/generic/hgcd_jacobi.c                                   |  2 +-
 mpn/generic/hgcd_matrix.c                                   |  2 +-
 mpn/generic/hgcd_reduce.c                                   |  2 +-
 mpn/generic/hgcd_step.c                                     |  2 +-
 mpn/generic/invert.c                                        |  2 +-
 mpn/generic/invertappr.c                                    |  2 +-
 mpn/generic/jacbase.c                                       |  2 +-
 mpn/generic/jacobi.c                                        |  2 +-
 mpn/generic/jacobi_2.c                                      |  2 +-
 mpn/generic/logops_n.c                                      |  2 +-
 mpn/generic/lshift.c                                        |  2 +-
 mpn/generic/lshiftc.c                                       |  2 +-
 mpn/generic/matrix22_mul.c                                  |  2 +-
 mpn/generic/matrix22_mul1_inverse_vector.c                  |  2 +-
 mpn/generic/mod_1.c                                         |  2 +-
 mpn/generic/mod_1_1.c                                       |  2 +-
 mpn/generic/mod_1_2.c                                       |  2 +-
 mpn/generic/mod_1_3.c                                       |  2 +-
 mpn/generic/mod_1_4.c                                       |  2 +-
 mpn/generic/mod_34lsub1.c                                   |  2 +-
 mpn/generic/mode1o.c                                        |  2 +-
 mpn/generic/mu_bdiv_q.c                                     |  2 +-
 mpn/generic/mu_bdiv_qr.c                                    |  2 +-
 mpn/generic/mu_div_q.c                                      |  2 +-
 mpn/generic/mu_div_qr.c                                     |  2 +-
 mpn/generic/mu_divappr_q.c                                  |  2 +-
 mpn/generic/mul.c                                           |  2 +-
 mpn/generic/mul_1.c                                         |  2 +-
 mpn/generic/mul_basecase.c                                  |  2 +-
 mpn/generic/mul_fft.c                                       |  2 +-
 mpn/generic/mul_n.c                                         |  2 +-
 mpn/generic/mullo_basecase.c                                |  2 +-
 mpn/generic/mullo_n.c                                       |  2 +-
 mpn/generic/mulmid.c                                        |  2 +-
 mpn/generic/mulmid_basecase.c                               |  2 +-
 mpn/generic/mulmid_n.c                                      |  2 +-
 mpn/generic/mulmod_bnm1.c                                   |  2 +-
 mpn/generic/neg.c                                           |  2 +-
 mpn/generic/nussbaumer_mul.c                                |  2 +-
 mpn/generic/perfpow.c                                       |  2 +-
 mpn/generic/perfsqr.c                                       |  2 +-
 mpn/generic/popham.c                                        |  2 +-
 mpn/generic/pow_1.c                                         |  2 +-
 mpn/generic/powlo.c                                         |  2 +-
 mpn/generic/powm.c                                          |  2 +-
 mpn/generic/powm_sec.c                                      |  2 +-
 mpn/generic/pre_divrem_1.c                                  |  2 +-
 mpn/generic/pre_mod_1.c                                     |  2 +-
 mpn/generic/random.c                                        |  2 +-
 mpn/generic/random2.c                                       |  2 +-
 mpn/generic/redc_1.c                                        |  2 +-
 mpn/generic/redc_2.c                                        |  2 +-
 mpn/generic/redc_n.c                                        |  2 +-
 mpn/generic/remove.c                                        |  2 +-
 mpn/generic/rootrem.c                                       |  2 +-
 mpn/generic/rshift.c                                        |  2 +-
 mpn/generic/sb_div_sec.c                                    |  2 +-
 mpn/generic/sbpi1_bdiv_q.c                                  |  2 +-
 mpn/generic/sbpi1_bdiv_qr.c                                 |  2 +-
 mpn/generic/sbpi1_div_q.c                                   |  2 +-
 mpn/generic/sbpi1_div_qr.c                                  |  2 +-
 mpn/generic/sbpi1_div_sec.c                                 |  2 +-
 mpn/generic/sbpi1_divappr_q.c                               |  2 +-
 mpn/generic/scan0.c                                         |  2 +-
 mpn/generic/scan1.c                                         |  2 +-
 mpn/generic/set_str.c                                       |  2 +-
 mpn/generic/sizeinbase.c                                    |  2 +-
 mpn/generic/sqr.c                                           |  2 +-
 mpn/generic/sqr_basecase.c                                  |  2 +-
 mpn/generic/sqrmod_bnm1.c                                   |  2 +-
 mpn/generic/sqrtrem.c                                       |  2 +-
 mpn/generic/sub.c                                           |  2 +-
 mpn/generic/sub_1.c                                         |  2 +-
 mpn/generic/sub_err1_n.c                                    |  2 +-
 mpn/generic/sub_err2_n.c                                    |  2 +-
 mpn/generic/sub_err3_n.c                                    |  2 +-
 mpn/generic/sub_n.c                                         |  2 +-
 mpn/generic/submul_1.c                                      |  2 +-
 mpn/generic/tabselect.c                                     |  2 +-
 mpn/generic/tdiv_qr.c                                       |  2 +-
 mpn/generic/toom22_mul.c                                    |  2 +-
 mpn/generic/toom2_sqr.c                                     |  2 +-
 mpn/generic/toom32_mul.c                                    |  2 +-
 mpn/generic/toom33_mul.c                                    |  2 +-
 mpn/generic/toom3_sqr.c                                     |  2 +-
 mpn/generic/toom42_mul.c                                    |  2 +-
 mpn/generic/toom42_mulmid.c                                 |  2 +-
 mpn/generic/toom43_mul.c                                    |  2 +-
 mpn/generic/toom44_mul.c                                    |  2 +-
 mpn/generic/toom4_sqr.c                                     |  2 +-
 mpn/generic/toom52_mul.c                                    |  2 +-
 mpn/generic/toom53_mul.c                                    |  2 +-
 mpn/generic/toom54_mul.c                                    |  2 +-
 mpn/generic/toom62_mul.c                                    |  2 +-
 mpn/generic/toom63_mul.c                                    |  2 +-
 mpn/generic/toom6_sqr.c                                     |  2 +-
 mpn/generic/toom6h_mul.c                                    |  2 +-
 mpn/generic/toom8_sqr.c                                     |  2 +-
 mpn/generic/toom8h_mul.c                                    |  2 +-
 mpn/generic/toom_couple_handling.c                          |  2 +-
 mpn/generic/toom_eval_dgr3_pm1.c                            |  2 +-
 mpn/generic/toom_eval_dgr3_pm2.c                            |  2 +-
 mpn/generic/toom_eval_pm1.c                                 |  2 +-
 mpn/generic/toom_eval_pm2.c                                 |  2 +-
 mpn/generic/toom_eval_pm2exp.c                              |  2 +-
 mpn/generic/toom_eval_pm2rexp.c                             |  2 +-
 mpn/generic/toom_interpolate_12pts.c                        |  2 +-
 mpn/generic/toom_interpolate_16pts.c                        |  2 +-
 mpn/generic/toom_interpolate_5pts.c                         |  2 +-
 mpn/generic/toom_interpolate_6pts.c                         |  2 +-
 mpn/generic/toom_interpolate_7pts.c                         |  2 +-
 mpn/generic/toom_interpolate_8pts.c                         |  2 +-
 mpn/generic/trialdiv.c                                      |  2 +-
 mpn/generic/udiv_w_sdiv.c                                   |  2 +-
 mpn/generic/zero.c                                          |  2 +-
 mpn/i960/add_n.s                                            |  2 +-
 mpn/i960/addmul_1.s                                         |  2 +-
 mpn/i960/mul_1.s                                            |  2 +-
 mpn/i960/sub_n.s                                            |  2 +-
 mpn/ia64/README                                             |  2 +-
 mpn/ia64/add_n_sub_n.asm                                    |  2 +-
 mpn/ia64/addmul_1.asm                                       |  2 +-
 mpn/ia64/addmul_2.asm                                       |  2 +-
 mpn/ia64/aors_n.asm                                         |  2 +-
 mpn/ia64/aorsorrlsh1_n.asm                                  |  2 +-
 mpn/ia64/aorsorrlsh2_n.asm                                  |  2 +-
 mpn/ia64/aorsorrlshC_n.asm                                  |  2 +-
 mpn/ia64/bdiv_dbm1c.asm                                     |  2 +-
 mpn/ia64/cnd_aors_n.asm                                     |  2 +-
 mpn/ia64/copyd.asm                                          |  2 +-
 mpn/ia64/copyi.asm                                          |  2 +-
 mpn/ia64/dive_1.asm                                         |  2 +-
 mpn/ia64/divrem_1.asm                                       |  2 +-
 mpn/ia64/gcd_1.asm                                          |  2 +-
 mpn/ia64/gmp-mparam.h                                       |  2 +-
 mpn/ia64/hamdist.asm                                        |  2 +-
 mpn/ia64/ia64-defs.m4                                       |  2 +-
 mpn/ia64/invert_limb.asm                                    |  2 +-
 mpn/ia64/logops_n.asm                                       |  2 +-
 mpn/ia64/lorrshift.asm                                      |  2 +-
 mpn/ia64/lshiftc.asm                                        |  2 +-
 mpn/ia64/mod_34lsub1.asm                                    |  2 +-
 mpn/ia64/mode1o.asm                                         |  2 +-
 mpn/ia64/mul_1.asm                                          |  2 +-
 mpn/ia64/mul_2.asm                                          |  2 +-
 mpn/ia64/popcount.asm                                       |  2 +-
 mpn/ia64/rsh1aors_n.asm                                     |  2 +-
 mpn/ia64/sqr_diag_addlsh1.asm                               |  2 +-
 mpn/ia64/submul_1.asm                                       |  2 +-
 mpn/ia64/tabselect.asm                                      |  2 +-
 mpn/lisp/gmpasm-mode.el                                     |  2 +-
 mpn/m4-ccas                                                 |  2 +-
 mpn/m68k/README                                             |  2 +-
 mpn/m68k/aors_n.asm                                         |  2 +-
 mpn/m68k/gmp-mparam.h                                       |  2 +-
 mpn/m68k/lshift.asm                                         |  2 +-
 mpn/m68k/m68k-defs.m4                                       |  2 +-
 mpn/m68k/mc68020/aorsmul_1.asm                              |  2 +-
 mpn/m68k/mc68020/mul_1.asm                                  |  2 +-
 mpn/m68k/mc68020/udiv.asm                                   |  2 +-
 mpn/m68k/mc68020/umul.asm                                   |  2 +-
 mpn/m68k/rshift.asm                                         |  2 +-
 mpn/m68k/t-m68k-defs.pl                                     |  2 +-
 mpn/m88k/README                                             |  2 +-
 mpn/m88k/add_n.s                                            |  2 +-
 mpn/m88k/mc88110/add_n.S                                    |  2 +-
 mpn/m88k/mc88110/addmul_1.s                                 |  2 +-
 mpn/m88k/mc88110/mul_1.s                                    |  2 +-
 mpn/m88k/mc88110/sub_n.S                                    |  2 +-
 mpn/m88k/mul_1.s                                            |  2 +-
 mpn/m88k/sub_n.s                                            |  2 +-
 mpn/minithres/gmp-mparam.h                                  |  2 +-
 mpn/mips32/add_n.asm                                        |  2 +-
 mpn/mips32/addmul_1.asm                                     |  2 +-
 mpn/mips32/gmp-mparam.h                                     |  2 +-
 mpn/mips32/lshift.asm                                       |  2 +-
 mpn/mips32/mips-defs.m4                                     |  2 +-
 mpn/mips32/mips.m4                                          |  2 +-
 mpn/mips32/mul_1.asm                                        |  2 +-
 mpn/mips32/rshift.asm                                       |  2 +-
 mpn/mips32/sub_n.asm                                        |  2 +-
 mpn/mips32/submul_1.asm                                     |  2 +-
 mpn/mips32/umul.asm                                         |  2 +-
 mpn/mips64/README                                           |  2 +-
 mpn/mips64/add_n.asm                                        |  2 +-
 mpn/mips64/addmul_1.asm                                     |  2 +-
 mpn/mips64/gmp-mparam.h                                     |  2 +-
 mpn/mips64/lshift.asm                                       |  2 +-
 mpn/mips64/mul_1.asm                                        |  2 +-
 mpn/mips64/rshift.asm                                       |  2 +-
 mpn/mips64/sqr_diagonal.asm                                 |  2 +-
 mpn/mips64/sub_n.asm                                        |  2 +-
 mpn/mips64/submul_1.asm                                     |  2 +-
 mpn/mips64/umul.asm                                         |  2 +-
 mpn/ns32k/add_n.s                                           |  2 +-
 mpn/ns32k/addmul_1.s                                        |  2 +-
 mpn/ns32k/mul_1.s                                           |  2 +-
 mpn/ns32k/sub_n.s                                           |  2 +-
 mpn/ns32k/submul_1.s                                        |  2 +-
 mpn/pa32/README                                             |  2 +-
 mpn/pa32/add_n.asm                                          |  2 +-
 mpn/pa32/gmp-mparam.h                                       |  2 +-
 mpn/pa32/hppa1_1/addmul_1.asm                               |  2 +-
 mpn/pa32/hppa1_1/gmp-mparam.h                               |  2 +-
 mpn/pa32/hppa1_1/mul_1.asm                                  |  2 +-
 mpn/pa32/hppa1_1/pa7100/add_n.asm                           |  2 +-
 mpn/pa32/hppa1_1/pa7100/addmul_1.asm                        |  2 +-
 mpn/pa32/hppa1_1/pa7100/lshift.asm                          |  2 +-
 mpn/pa32/hppa1_1/pa7100/rshift.asm                          |  2 +-
 mpn/pa32/hppa1_1/pa7100/sub_n.asm                           |  2 +-
 mpn/pa32/hppa1_1/pa7100/submul_1.asm                        |  2 +-
 mpn/pa32/hppa1_1/sqr_diagonal.asm                           |  2 +-
 mpn/pa32/hppa1_1/submul_1.asm                               |  2 +-
 mpn/pa32/hppa1_1/udiv.asm                                   |  2 +-
 mpn/pa32/hppa1_1/umul.asm                                   |  2 +-
 mpn/pa32/hppa2_0/add_n.asm                                  |  2 +-
 mpn/pa32/hppa2_0/gmp-mparam.h                               |  2 +-
 mpn/pa32/hppa2_0/sqr_diagonal.asm                           |  2 +-
 mpn/pa32/hppa2_0/sub_n.asm                                  |  2 +-
 mpn/pa32/lshift.asm                                         |  2 +-
 mpn/pa32/pa-defs.m4                                         |  2 +-
 mpn/pa32/rshift.asm                                         |  2 +-
 mpn/pa32/sub_n.asm                                          |  2 +-
 mpn/pa32/udiv.asm                                           |  2 +-
 mpn/pa64/README                                             |  2 +-
 mpn/pa64/addmul_1.asm                                       |  2 +-
 mpn/pa64/aors_n.asm                                         |  2 +-
 mpn/pa64/aorslsh1_n.asm                                     |  2 +-
 mpn/pa64/gmp-mparam.h                                       |  2 +-
 mpn/pa64/lshift.asm                                         |  2 +-
 mpn/pa64/mul_1.asm                                          |  2 +-
 mpn/pa64/rshift.asm                                         |  2 +-
 mpn/pa64/sqr_diagonal.asm                                   |  2 +-
 mpn/pa64/submul_1.asm                                       |  2 +-
 mpn/pa64/udiv.asm                                           |  2 +-
 mpn/pa64/umul.asm                                           |  2 +-
 mpn/power/add_n.asm                                         |  2 +-
 mpn/power/addmul_1.asm                                      |  2 +-
 mpn/power/gmp-mparam.h                                      |  2 +-
 mpn/power/lshift.asm                                        |  2 +-
 mpn/power/mul_1.asm                                         |  2 +-
 mpn/power/rshift.asm                                        |  2 +-
 mpn/power/sdiv.asm                                          |  2 +-
 mpn/power/sub_n.asm                                         |  2 +-
 mpn/power/submul_1.asm                                      |  2 +-
 mpn/power/umul.asm                                          |  2 +-
 mpn/powerpc32/750/com.asm                                   |  2 +-
 mpn/powerpc32/750/gmp-mparam.h                              |  2 +-
 mpn/powerpc32/750/lshift.asm                                |  2 +-
 mpn/powerpc32/750/rshift.asm                                |  2 +-
 mpn/powerpc32/README                                        |  2 +-
 mpn/powerpc32/addlsh1_n.asm                                 |  2 +-
 mpn/powerpc32/addmul_1.asm                                  |  2 +-
 mpn/powerpc32/aix.m4                                        |  2 +-
 mpn/powerpc32/aors_n.asm                                    |  2 +-
 mpn/powerpc32/bdiv_dbm1c.asm                                |  2 +-
 mpn/powerpc32/darwin.m4                                     |  2 +-
 mpn/powerpc32/diveby3.asm                                   |  2 +-
 mpn/powerpc32/divrem_2.asm                                  |  2 +-
 mpn/powerpc32/eabi.m4                                       |  2 +-
 mpn/powerpc32/elf.m4                                        |  2 +-
 mpn/powerpc32/gmp-mparam.h                                  |  2 +-
 mpn/powerpc32/invert_limb.asm                               |  2 +-
 mpn/powerpc32/lshift.asm                                    |  2 +-
 mpn/powerpc32/lshiftc.asm                                   |  2 +-
 mpn/powerpc32/mod_34lsub1.asm                               |  2 +-
 mpn/powerpc32/mode1o.asm                                    |  2 +-
 mpn/powerpc32/mul_1.asm                                     |  2 +-
 mpn/powerpc32/p3-p7/aors_n.asm                              |  2 +-
 mpn/powerpc32/p3/gmp-mparam.h                               |  2 +-
 mpn/powerpc32/p4/gmp-mparam.h                               |  2 +-
 mpn/powerpc32/p5/gmp-mparam.h                               |  2 +-
 mpn/powerpc32/p6/gmp-mparam.h                               |  2 +-
 mpn/powerpc32/p7/gmp-mparam.h                               |  2 +-
 mpn/powerpc32/powerpc-defs.m4                               |  2 +-
 mpn/powerpc32/rshift.asm                                    |  2 +-
 mpn/powerpc32/sqr_diag_addlsh1.asm                          |  2 +-
 mpn/powerpc32/sublsh1_n.asm                                 |  2 +-
 mpn/powerpc32/submul_1.asm                                  |  2 +-
 mpn/powerpc32/tabselect.asm                                 |  2 +-
 mpn/powerpc32/umul.asm                                      |  2 +-
 mpn/powerpc32/vmx/copyd.asm                                 |  2 +-
 mpn/powerpc32/vmx/copyi.asm                                 |  2 +-
 mpn/powerpc32/vmx/logops_n.asm                              |  2 +-
 mpn/powerpc32/vmx/mod_34lsub1.asm                           |  2 +-
 mpn/powerpc32/vmx/popcount.asm                              |  2 +-
 mpn/powerpc64/README                                        |  2 +-
 mpn/powerpc64/aix.m4                                        |  2 +-
 mpn/powerpc64/com.asm                                       |  2 +-
 mpn/powerpc64/copyd.asm                                     |  2 +-
 mpn/powerpc64/copyi.asm                                     |  2 +-
 mpn/powerpc64/darwin.m4                                     |  2 +-
 mpn/powerpc64/elf.m4                                        |  2 +-
 mpn/powerpc64/logops_n.asm                                  |  2 +-
 mpn/powerpc64/lshift.asm                                    |  2 +-
 mpn/powerpc64/lshiftc.asm                                   |  2 +-
 mpn/powerpc64/mode32/add_n.asm                              |  2 +-
 mpn/powerpc64/mode32/addmul_1.asm                           |  2 +-
 mpn/powerpc64/mode32/mul_1.asm                              |  2 +-
 mpn/powerpc64/mode32/p4/gmp-mparam.h                        |  2 +-
 mpn/powerpc64/mode32/sqr_diagonal.asm                       |  2 +-
 mpn/powerpc64/mode32/sub_n.asm                              |  2 +-
 mpn/powerpc64/mode32/submul_1.asm                           |  2 +-
 mpn/powerpc64/mode64/aors_n.asm                             |  2 +-
 mpn/powerpc64/mode64/aorsmul_1.asm                          |  2 +-
 mpn/powerpc64/mode64/aorsorrlsh1_n.asm                      |  2 +-
 mpn/powerpc64/mode64/aorsorrlsh2_n.asm                      |  2 +-
 mpn/powerpc64/mode64/aorsorrlshC_n.asm                      |  2 +-
 mpn/powerpc64/mode64/bdiv_dbm1c.asm                         |  2 +-
 mpn/powerpc64/mode64/cnd_aors_n.asm                         |  2 +-
 mpn/powerpc64/mode64/dive_1.asm                             |  2 +-
 mpn/powerpc64/mode64/divrem_1.asm                           |  2 +-
 mpn/powerpc64/mode64/divrem_2.asm                           |  2 +-
 mpn/powerpc64/mode64/gcd_1.asm                              |  2 +-
 mpn/powerpc64/mode64/gmp-mparam.h                           |  2 +-
 mpn/powerpc64/mode64/invert_limb.asm                        |  2 +-
 mpn/powerpc64/mode64/mod_1_1.asm                            |  2 +-
 mpn/powerpc64/mode64/mod_1_4.asm                            |  2 +-
 mpn/powerpc64/mode64/mod_34lsub1.asm                        |  2 +-
 mpn/powerpc64/mode64/mode1o.asm                             |  2 +-
 mpn/powerpc64/mode64/mul_1.asm                              |  2 +-
 mpn/powerpc64/mode64/mul_basecase.asm                       |  2 +-
 mpn/powerpc64/mode64/p3/gmp-mparam.h                        |  2 +-
 mpn/powerpc64/mode64/p4/gmp-mparam.h                        |  2 +-
 mpn/powerpc64/mode64/p5/gmp-mparam.h                        |  2 +-
 mpn/powerpc64/mode64/p6/aorsmul_1.asm                       |  2 +-
 mpn/powerpc64/mode64/p6/gmp-mparam.h                        |  2 +-
 mpn/powerpc64/mode64/p6/mul_basecase.asm                    |  2 +-
 mpn/powerpc64/mode64/p7/aormul_2.asm                        |  2 +-
 mpn/powerpc64/mode64/p7/aors_n.asm                          |  2 +-
 mpn/powerpc64/mode64/p7/aorsorrlsh1_n.asm                   |  2 +-
 mpn/powerpc64/mode64/p7/aorsorrlsh2_n.asm                   |  2 +-
 mpn/powerpc64/mode64/p7/aorsorrlshC_n.asm                   |  2 +-
 mpn/powerpc64/mode64/p7/gcd_1.asm                           |  2 +-
 mpn/powerpc64/mode64/p7/gmp-mparam.h                        |  2 +-
 mpn/powerpc64/mode64/rsh1aors_n.asm                         |  2 +-
 mpn/powerpc64/mode64/sqr_basecase.asm                       |  2 +-
 mpn/powerpc64/p6/lshift.asm                                 |  2 +-
 mpn/powerpc64/p6/lshiftc.asm                                |  2 +-
 mpn/powerpc64/p6/rshift.asm                                 |  2 +-
 mpn/powerpc64/p7/copyd.asm                                  |  2 +-
 mpn/powerpc64/p7/copyi.asm                                  |  2 +-
 mpn/powerpc64/p7/hamdist.asm                                |  2 +-
 mpn/powerpc64/p7/popcount.asm                               |  2 +-
 mpn/powerpc64/rshift.asm                                    |  2 +-
 mpn/powerpc64/tabselect.asm                                 |  2 +-
 mpn/powerpc64/umul.asm                                      |  2 +-
 mpn/powerpc64/vmx/popcount.asm                              |  2 +-
 mpn/pyr/add_n.s                                             |  2 +-
 mpn/pyr/addmul_1.s                                          |  2 +-
 mpn/pyr/mul_1.s                                             |  2 +-
 mpn/pyr/sub_n.s                                             |  2 +-
 mpn/s390_32/addmul_1.asm                                    |  2 +-
 mpn/s390_32/copyd.asm                                       |  2 +-
 mpn/s390_32/copyi.asm                                       |  2 +-
 mpn/s390_32/esame/addmul_1.asm                              |  2 +-
 mpn/s390_32/esame/aors_n.asm                                |  2 +-
 mpn/s390_32/esame/aorslsh1_n.asm                            |  2 +-
 mpn/s390_32/esame/bdiv_dbm1c.asm                            |  2 +-
 mpn/s390_32/esame/gmp-mparam.h                              |  2 +-
 mpn/s390_32/esame/mul_1.asm                                 |  2 +-
 mpn/s390_32/esame/mul_basecase.asm                          |  2 +-
 mpn/s390_32/esame/sqr_basecase.asm                          |  2 +-
 mpn/s390_32/esame/submul_1.asm                              |  2 +-
 mpn/s390_32/gmp-mparam.h                                    |  2 +-
 mpn/s390_32/logops_n.asm                                    |  2 +-
 mpn/s390_32/lshift.asm                                      |  2 +-
 mpn/s390_32/lshiftc.asm                                     |  2 +-
 mpn/s390_32/mul_1.asm                                       |  2 +-
 mpn/s390_32/rshift.asm                                      |  2 +-
 mpn/s390_32/submul_1.asm                                    |  2 +-
 mpn/s390_64/README                                          |  2 +-
 mpn/s390_64/addmul_1.asm                                    |  2 +-
 mpn/s390_64/aorrlsh1_n.asm                                  |  2 +-
 mpn/s390_64/aors_n.asm                                      |  2 +-
 mpn/s390_64/bdiv_dbm1c.asm                                  |  2 +-
 mpn/s390_64/copyd.asm                                       |  2 +-
 mpn/s390_64/copyi.asm                                       |  2 +-
 mpn/s390_64/gmp-mparam.h                                    |  2 +-
 mpn/s390_64/invert_limb.asm                                 |  2 +-
 mpn/s390_64/logops_n.asm                                    |  2 +-
 mpn/s390_64/lshift.asm                                      |  2 +-
 mpn/s390_64/lshiftc.asm                                     |  2 +-
 mpn/s390_64/mod_34lsub1.asm                                 |  2 +-
 mpn/s390_64/mul_1.asm                                       |  2 +-
 mpn/s390_64/mul_basecase.asm                                |  2 +-
 mpn/s390_64/rshift.asm                                      |  2 +-
 mpn/s390_64/sqr_basecase.asm                                |  2 +-
 mpn/s390_64/sublsh1_n.asm                                   |  2 +-
 mpn/s390_64/submul_1.asm                                    |  2 +-
 mpn/sh/add_n.asm                                            |  2 +-
 mpn/sh/sh2/addmul_1.asm                                     |  2 +-
 mpn/sh/sh2/mul_1.asm                                        |  2 +-
 mpn/sh/sh2/submul_1.asm                                     |  2 +-
 mpn/sh/sub_n.asm                                            |  2 +-
 mpn/sparc32/README                                          |  2 +-
 mpn/sparc32/add_n.asm                                       |  2 +-
 mpn/sparc32/addmul_1.asm                                    |  2 +-
 mpn/sparc32/gmp-mparam.h                                    |  2 +-
 mpn/sparc32/lshift.asm                                      |  2 +-
 mpn/sparc32/mul_1.asm                                       |  2 +-
 mpn/sparc32/rshift.asm                                      |  2 +-
 mpn/sparc32/sparc-defs.m4                                   |  2 +-
 mpn/sparc32/sub_n.asm                                       |  2 +-
 mpn/sparc32/submul_1.asm                                    |  2 +-
 mpn/sparc32/udiv.asm                                        |  2 +-
 mpn/sparc32/udiv_nfp.asm                                    |  2 +-
 mpn/sparc32/ultrasparct1/add_n.asm                          |  2 +-
 mpn/sparc32/ultrasparct1/addmul_1.asm                       |  2 +-
 mpn/sparc32/ultrasparct1/gmp-mparam.h                       |  2 +-
 mpn/sparc32/ultrasparct1/mul_1.asm                          |  2 +-
 mpn/sparc32/ultrasparct1/sqr_diagonal.asm                   |  2 +-
 mpn/sparc32/ultrasparct1/sub_n.asm                          |  2 +-
 mpn/sparc32/ultrasparct1/submul_1.asm                       |  2 +-
 mpn/sparc32/umul.asm                                        |  2 +-
 mpn/sparc32/v8/addmul_1.asm                                 |  2 +-
 mpn/sparc32/v8/gmp-mparam.h                                 |  2 +-
 mpn/sparc32/v8/mul_1.asm                                    |  2 +-
 mpn/sparc32/v8/submul_1.asm                                 |  2 +-
 mpn/sparc32/v8/supersparc/gmp-mparam.h                      |  2 +-
 mpn/sparc32/v8/supersparc/udiv.asm                          |  2 +-
 mpn/sparc32/v8/udiv.asm                                     |  2 +-
 mpn/sparc32/v8/umul.asm                                     |  2 +-
 mpn/sparc32/v9/add_n.asm                                    |  2 +-
 mpn/sparc32/v9/addmul_1.asm                                 |  2 +-
 mpn/sparc32/v9/gmp-mparam.h                                 |  2 +-
 mpn/sparc32/v9/mul_1.asm                                    |  2 +-
 mpn/sparc32/v9/sqr_diagonal.asm                             |  2 +-
 mpn/sparc32/v9/sub_n.asm                                    |  2 +-
 mpn/sparc32/v9/submul_1.asm                                 |  2 +-
 mpn/sparc32/v9/udiv.asm                                     |  2 +-
 mpn/sparc64/README                                          |  2 +-
 mpn/sparc64/copyd.asm                                       |  2 +-
 mpn/sparc64/copyi.asm                                       |  2 +-
 mpn/sparc64/dive_1.c                                        |  2 +-
 mpn/sparc64/divrem_1.c                                      |  2 +-
 mpn/sparc64/gcd_1.asm                                       |  2 +-
 mpn/sparc64/gmp-mparam.h                                    |  2 +-
 mpn/sparc64/lshift.asm                                      |  2 +-
 mpn/sparc64/lshiftc.asm                                     |  2 +-
 mpn/sparc64/mod_1.c                                         |  2 +-
 mpn/sparc64/mod_1_4.c                                       |  2 +-
 mpn/sparc64/mode1o.c                                        |  2 +-
 mpn/sparc64/rshift.asm                                      |  2 +-
 mpn/sparc64/sparc64.h                                       |  2 +-
 mpn/sparc64/tabselect.asm                                   |  2 +-
 mpn/sparc64/ultrasparc1234/add_n.asm                        |  2 +-
 mpn/sparc64/ultrasparc1234/addmul_1.asm                     |  2 +-
 mpn/sparc64/ultrasparc1234/addmul_2.asm                     |  2 +-
 mpn/sparc64/ultrasparc1234/lshiftc.asm                      |  2 +-
 mpn/sparc64/ultrasparc1234/mul_1.asm                        |  2 +-
 mpn/sparc64/ultrasparc1234/sqr_diagonal.asm                 |  2 +-
 mpn/sparc64/ultrasparc1234/sub_n.asm                        |  2 +-
 mpn/sparc64/ultrasparc1234/submul_1.asm                     |  2 +-
 mpn/sparc64/ultrasparc34/gmp-mparam.h                       |  2 +-
 mpn/sparc64/ultrasparct1/add_n.asm                          |  2 +-
 mpn/sparc64/ultrasparct1/addlsh1_n.asm                      |  2 +-
 mpn/sparc64/ultrasparct1/addlsh2_n.asm                      |  2 +-
 mpn/sparc64/ultrasparct1/addlshC_n.asm                      |  2 +-
 mpn/sparc64/ultrasparct1/addmul_1.asm                       |  2 +-
 mpn/sparc64/ultrasparct1/gmp-mparam.h                       |  2 +-
 mpn/sparc64/ultrasparct1/mul_1.asm                          |  2 +-
 mpn/sparc64/ultrasparct1/rsblsh1_n.asm                      |  2 +-
 mpn/sparc64/ultrasparct1/rsblsh2_n.asm                      |  2 +-
 mpn/sparc64/ultrasparct1/rsblshC_n.asm                      |  2 +-
 mpn/sparc64/ultrasparct1/sub_n.asm                          |  2 +-
 mpn/sparc64/ultrasparct1/sublsh1_n.asm                      |  2 +-
 mpn/sparc64/ultrasparct1/sublsh2_n.asm                      |  2 +-
 mpn/sparc64/ultrasparct1/sublshC_n.asm                      |  2 +-
 mpn/sparc64/ultrasparct1/submul_1.asm                       |  2 +-
 mpn/sparc64/ultrasparct3/add_n.asm                          |  2 +-
 mpn/sparc64/ultrasparct3/addmul_1.asm                       |  2 +-
 mpn/sparc64/ultrasparct3/aormul_2.asm                       |  2 +-
 mpn/sparc64/ultrasparct3/aormul_4.asm                       |  2 +-
 mpn/sparc64/ultrasparct3/aorslsh_n.asm                      |  2 +-
 mpn/sparc64/ultrasparct3/bdiv_dbm1c.asm                     |  2 +-
 mpn/sparc64/ultrasparct3/cnd_aors_n.asm                     |  2 +-
 mpn/sparc64/ultrasparct3/dive_1.asm                         |  2 +-
 mpn/sparc64/ultrasparct3/hamdist.asm                        |  2 +-
 mpn/sparc64/ultrasparct3/invert_limb.asm                    |  2 +-
 mpn/sparc64/ultrasparct3/missing.asm                        |  2 +-
 mpn/sparc64/ultrasparct3/missing.m4                         |  2 +-
 mpn/sparc64/ultrasparct3/mod_1_4.asm                        |  2 +-
 mpn/sparc64/ultrasparct3/mod_34lsub1.asm                    |  2 +-
 mpn/sparc64/ultrasparct3/mode1o.asm                         |  2 +-
 mpn/sparc64/ultrasparct3/mul_1.asm                          |  2 +-
 mpn/sparc64/ultrasparct3/popcount.asm                       |  2 +-
 mpn/sparc64/ultrasparct3/sqr_diag_addlsh1.asm               |  2 +-
 mpn/sparc64/ultrasparct3/sub_n.asm                          |  2 +-
 mpn/sparc64/ultrasparct3/submul_1.asm                       |  2 +-
 mpn/thumb/add_n.asm                                         |  2 +-
 mpn/thumb/sub_n.asm                                         |  2 +-
 mpn/vax/add_n.asm                                           |  2 +-
 mpn/vax/addmul_1.asm                                        |  2 +-
 mpn/vax/elf.m4                                              |  2 +-
 mpn/vax/gmp-mparam.h                                        |  2 +-
 mpn/vax/lshift.asm                                          |  2 +-
 mpn/vax/mul_1.asm                                           |  2 +-
 mpn/vax/rshift.asm                                          |  2 +-
 mpn/vax/sub_n.asm                                           |  2 +-
 mpn/vax/submul_1.asm                                        |  2 +-
 mpn/x86/README                                              |  2 +-
 mpn/x86/aors_n.asm                                          |  2 +-
 mpn/x86/aorsmul_1.asm                                       |  2 +-
 mpn/x86/atom/aorrlsh1_n.asm                                 |  2 +-
 mpn/x86/atom/aorrlsh2_n.asm                                 |  2 +-
 mpn/x86/atom/aorrlshC_n.asm                                 |  2 +-
 mpn/x86/atom/aors_n.asm                                     |  2 +-
 mpn/x86/atom/aorslshC_n.asm                                 |  2 +-
 mpn/x86/atom/bdiv_q_1.asm                                   |  2 +-
 mpn/x86/atom/cnd_add_n.asm                                  |  2 +-
 mpn/x86/atom/cnd_sub_n.asm                                  |  2 +-
 mpn/x86/atom/dive_1.asm                                     |  2 +-
 mpn/x86/atom/gmp-mparam.h                                   |  2 +-
 mpn/x86/atom/logops_n.asm                                   |  2 +-
 mpn/x86/atom/lshift.asm                                     |  2 +-
 mpn/x86/atom/lshiftc.asm                                    |  2 +-
 mpn/x86/atom/mmx/copyd.asm                                  |  2 +-
 mpn/x86/atom/mmx/copyi.asm                                  |  2 +-
 mpn/x86/atom/mmx/hamdist.asm                                |  2 +-
 mpn/x86/atom/mod_34lsub1.asm                                |  2 +-
 mpn/x86/atom/mode1o.asm                                     |  2 +-
 mpn/x86/atom/rshift.asm                                     |  2 +-
 mpn/x86/atom/sse2/aorsmul_1.asm                             |  2 +-
 mpn/x86/atom/sse2/bdiv_dbm1c.asm                            |  2 +-
 mpn/x86/atom/sse2/divrem_1.asm                              |  2 +-
 mpn/x86/atom/sse2/mod_1_1.asm                               |  2 +-
 mpn/x86/atom/sse2/mod_1_4.asm                               |  2 +-
 mpn/x86/atom/sse2/mul_1.asm                                 |  2 +-
 mpn/x86/atom/sse2/mul_basecase.asm                          |  2 +-
 mpn/x86/atom/sse2/popcount.asm                              |  2 +-
 mpn/x86/atom/sse2/sqr_basecase.asm                          |  2 +-
 mpn/x86/atom/sublsh1_n.asm                                  |  2 +-
 mpn/x86/atom/sublsh2_n.asm                                  |  2 +-
 mpn/x86/bdiv_dbm1c.asm                                      |  2 +-
 mpn/x86/bdiv_q_1.asm                                        |  2 +-
 mpn/x86/bobcat/gmp-mparam.h                                 |  2 +-
 mpn/x86/cnd_aors_n.asm                                      |  2 +-
 mpn/x86/copyd.asm                                           |  2 +-
 mpn/x86/copyi.asm                                           |  2 +-
 mpn/x86/core2/gmp-mparam.h                                  |  2 +-
 mpn/x86/coreinhm/gmp-mparam.h                               |  2 +-
 mpn/x86/coreisbr/gmp-mparam.h                               |  2 +-
 mpn/x86/darwin.m4                                           |  2 +-
 mpn/x86/dive_1.asm                                          |  2 +-
 mpn/x86/divrem_1.asm                                        |  2 +-
 mpn/x86/divrem_2.asm                                        |  2 +-
 mpn/x86/fat/com.c                                           |  2 +-
 mpn/x86/fat/fat.c                                           |  2 +-
 mpn/x86/fat/fat_entry.asm                                   |  2 +-
 mpn/x86/fat/gcd_1.c                                         |  2 +-
 mpn/x86/fat/gmp-mparam.h                                    |  2 +-
 mpn/x86/fat/lshiftc.c                                       |  2 +-
 mpn/x86/fat/mod_1.c                                         |  2 +-
 mpn/x86/fat/mod_1_1.c                                       |  2 +-
 mpn/x86/fat/mod_1_2.c                                       |  2 +-
 mpn/x86/fat/mod_1_4.c                                       |  2 +-
 mpn/x86/fat/mode1o.c                                        |  2 +-
 mpn/x86/fat/mullo_basecase.c                                |  2 +-
 mpn/x86/fat/redc_1.c                                        |  2 +-
 mpn/x86/fat/redc_2.c                                        |  2 +-
 mpn/x86/geode/gmp-mparam.h                                  |  2 +-
 mpn/x86/gmp-mparam.h                                        |  2 +-
 mpn/x86/i486/gmp-mparam.h                                   |  2 +-
 mpn/x86/k10/gmp-mparam.h                                    |  2 +-
 mpn/x86/k6/README                                           |  2 +-
 mpn/x86/k6/aors_n.asm                                       |  2 +-
 mpn/x86/k6/aorsmul_1.asm                                    |  2 +-
 mpn/x86/k6/cross.pl                                         |  2 +-
 mpn/x86/k6/divrem_1.asm                                     |  2 +-
 mpn/x86/k6/gcd_1.asm                                        |  2 +-
 mpn/x86/k6/gmp-mparam.h                                     |  2 +-
 mpn/x86/k6/k62mmx/copyd.asm                                 |  2 +-
 mpn/x86/k6/k62mmx/lshift.asm                                |  2 +-
 mpn/x86/k6/k62mmx/rshift.asm                                |  2 +-
 mpn/x86/k6/mmx/com.asm                                      |  2 +-
 mpn/x86/k6/mmx/dive_1.asm                                   |  2 +-
 mpn/x86/k6/mmx/logops_n.asm                                 |  2 +-
 mpn/x86/k6/mmx/lshift.asm                                   |  2 +-
 mpn/x86/k6/mmx/popham.asm                                   |  2 +-
 mpn/x86/k6/mmx/rshift.asm                                   |  2 +-
 mpn/x86/k6/mod_34lsub1.asm                                  |  2 +-
 mpn/x86/k6/mode1o.asm                                       |  2 +-
 mpn/x86/k6/mul_1.asm                                        |  2 +-
 mpn/x86/k6/mul_basecase.asm                                 |  2 +-
 mpn/x86/k6/pre_mod_1.asm                                    |  2 +-
 mpn/x86/k6/sqr_basecase.asm                                 |  2 +-
 mpn/x86/k7/README                                           |  2 +-
 mpn/x86/k7/addlsh1_n.asm                                    |  2 +-
 mpn/x86/k7/aors_n.asm                                       |  2 +-
 mpn/x86/k7/aorsmul_1.asm                                    |  2 +-
 mpn/x86/k7/bdiv_q_1.asm                                     |  2 +-
 mpn/x86/k7/dive_1.asm                                       |  2 +-
 mpn/x86/k7/gcd_1.asm                                        |  2 +-
 mpn/x86/k7/gmp-mparam.h                                     |  2 +-
 mpn/x86/k7/invert_limb.asm                                  |  2 +-
 mpn/x86/k7/mmx/com.asm                                      |  2 +-
 mpn/x86/k7/mmx/copyd.asm                                    |  2 +-
 mpn/x86/k7/mmx/copyi.asm                                    |  2 +-
 mpn/x86/k7/mmx/divrem_1.asm                                 |  2 +-
 mpn/x86/k7/mmx/lshift.asm                                   |  2 +-
 mpn/x86/k7/mmx/popham.asm                                   |  2 +-
 mpn/x86/k7/mmx/rshift.asm                                   |  2 +-
 mpn/x86/k7/mod_1_1.asm                                      |  2 +-
 mpn/x86/k7/mod_1_4.asm                                      |  2 +-
 mpn/x86/k7/mod_34lsub1.asm                                  |  2 +-
 mpn/x86/k7/mode1o.asm                                       |  2 +-
 mpn/x86/k7/mul_1.asm                                        |  2 +-
 mpn/x86/k7/mul_basecase.asm                                 |  2 +-
 mpn/x86/k7/sqr_basecase.asm                                 |  2 +-
 mpn/x86/k7/sublsh1_n.asm                                    |  2 +-
 mpn/x86/k8/gmp-mparam.h                                     |  2 +-
 mpn/x86/lshift.asm                                          |  2 +-
 mpn/x86/mmx/tabselect.asm                                   |  2 +-
 mpn/x86/mod_34lsub1.asm                                     |  2 +-
 mpn/x86/mul_1.asm                                           |  2 +-
 mpn/x86/mul_basecase.asm                                    |  2 +-
 mpn/x86/nano/gmp-mparam.h                                   |  2 +-
 mpn/x86/p6/README                                           |  2 +-
 mpn/x86/p6/aors_n.asm                                       |  2 +-
 mpn/x86/p6/aorsmul_1.asm                                    |  2 +-
 mpn/x86/p6/bdiv_q_1.asm                                     |  2 +-
 mpn/x86/p6/copyd.asm                                        |  2 +-
 mpn/x86/p6/dive_1.asm                                       |  2 +-
 mpn/x86/p6/gcd_1.asm                                        |  2 +-
 mpn/x86/p6/gmp-mparam.h                                     |  2 +-
 mpn/x86/p6/lshsub_n.asm                                     |  2 +-
 mpn/x86/p6/mmx/divrem_1.asm                                 |  2 +-
 mpn/x86/p6/mmx/gmp-mparam.h                                 |  2 +-
 mpn/x86/p6/mmx/lshift.asm                                   |  2 +-
 mpn/x86/p6/mmx/popham.asm                                   |  2 +-
 mpn/x86/p6/mmx/rshift.asm                                   |  2 +-
 mpn/x86/p6/mod_34lsub1.asm                                  |  2 +-
 mpn/x86/p6/mode1o.asm                                       |  2 +-
 mpn/x86/p6/mul_basecase.asm                                 |  2 +-
 mpn/x86/p6/p3mmx/popham.asm                                 |  2 +-
 mpn/x86/p6/sqr_basecase.asm                                 |  2 +-
 mpn/x86/p6/sse2/addmul_1.asm                                |  2 +-
 mpn/x86/p6/sse2/gmp-mparam.h                                |  2 +-
 mpn/x86/p6/sse2/mod_1_1.asm                                 |  2 +-
 mpn/x86/p6/sse2/mod_1_4.asm                                 |  2 +-
 mpn/x86/p6/sse2/mul_1.asm                                   |  2 +-
 mpn/x86/p6/sse2/mul_basecase.asm                            |  2 +-
 mpn/x86/p6/sse2/popcount.asm                                |  2 +-
 mpn/x86/p6/sse2/sqr_basecase.asm                            |  2 +-
 mpn/x86/p6/sse2/submul_1.asm                                |  2 +-
 mpn/x86/pentium/README                                      |  2 +-
 mpn/x86/pentium/aors_n.asm                                  |  2 +-
 mpn/x86/pentium/aorsmul_1.asm                               |  2 +-
 mpn/x86/pentium/bdiv_q_1.asm                                |  2 +-
 mpn/x86/pentium/com.asm                                     |  2 +-
 mpn/x86/pentium/copyd.asm                                   |  2 +-
 mpn/x86/pentium/copyi.asm                                   |  2 +-
 mpn/x86/pentium/dive_1.asm                                  |  2 +-
 mpn/x86/pentium/gmp-mparam.h                                |  2 +-
 mpn/x86/pentium/hamdist.asm                                 |  2 +-
 mpn/x86/pentium/logops_n.asm                                |  2 +-
 mpn/x86/pentium/lshift.asm                                  |  2 +-
 mpn/x86/pentium/mmx/gmp-mparam.h                            |  2 +-
 mpn/x86/pentium/mmx/hamdist.asm                             |  2 +-
 mpn/x86/pentium/mmx/lshift.asm                              |  2 +-
 mpn/x86/pentium/mmx/mul_1.asm                               |  2 +-
 mpn/x86/pentium/mmx/rshift.asm                              |  2 +-
 mpn/x86/pentium/mod_34lsub1.asm                             |  2 +-
 mpn/x86/pentium/mode1o.asm                                  |  2 +-
 mpn/x86/pentium/mul_1.asm                                   |  2 +-
 mpn/x86/pentium/mul_2.asm                                   |  2 +-
 mpn/x86/pentium/mul_basecase.asm                            |  2 +-
 mpn/x86/pentium/popcount.asm                                |  2 +-
 mpn/x86/pentium/rshift.asm                                  |  2 +-
 mpn/x86/pentium/sqr_basecase.asm                            |  2 +-
 mpn/x86/pentium4/README                                     |  2 +-
 mpn/x86/pentium4/copyd.asm                                  |  2 +-
 mpn/x86/pentium4/copyi.asm                                  |  2 +-
 mpn/x86/pentium4/mmx/lshift.asm                             |  2 +-
 mpn/x86/pentium4/mmx/popham.asm                             |  2 +-
 mpn/x86/pentium4/mmx/rshift.asm                             |  2 +-
 mpn/x86/pentium4/sse2/add_n.asm                             |  2 +-
 mpn/x86/pentium4/sse2/addlsh1_n.asm                         |  2 +-
 mpn/x86/pentium4/sse2/addmul_1.asm                          |  2 +-
 mpn/x86/pentium4/sse2/bdiv_dbm1c.asm                        |  2 +-
 mpn/x86/pentium4/sse2/bdiv_q_1.asm                          |  2 +-
 mpn/x86/pentium4/sse2/cnd_add_n.asm                         |  2 +-
 mpn/x86/pentium4/sse2/cnd_sub_n.asm                         |  2 +-
 mpn/x86/pentium4/sse2/dive_1.asm                            |  2 +-
 mpn/x86/pentium4/sse2/divrem_1.asm                          |  2 +-
 mpn/x86/pentium4/sse2/gmp-mparam.h                          |  2 +-
 mpn/x86/pentium4/sse2/mod_1_1.asm                           |  2 +-
 mpn/x86/pentium4/sse2/mod_1_4.asm                           |  2 +-
 mpn/x86/pentium4/sse2/mod_34lsub1.asm                       |  2 +-
 mpn/x86/pentium4/sse2/mode1o.asm                            |  2 +-
 mpn/x86/pentium4/sse2/mul_1.asm                             |  2 +-
 mpn/x86/pentium4/sse2/mul_basecase.asm                      |  2 +-
 mpn/x86/pentium4/sse2/popcount.asm                          |  2 +-
 mpn/x86/pentium4/sse2/rsh1add_n.asm                         |  2 +-
 mpn/x86/pentium4/sse2/sqr_basecase.asm                      |  2 +-
 mpn/x86/pentium4/sse2/sub_n.asm                             |  2 +-
 mpn/x86/pentium4/sse2/submul_1.asm                          |  2 +-
 mpn/x86/rshift.asm                                          |  2 +-
 mpn/x86/sqr_basecase.asm                                    |  2 +-
 mpn/x86/t-zdisp.sh                                          |  2 +-
 mpn/x86/t-zdisp2.pl                                         |  2 +-
 mpn/x86/tabselect.asm                                       |  2 +-
 mpn/x86/udiv.asm                                            |  2 +-
 mpn/x86/umul.asm                                            |  2 +-
 mpn/x86/x86-defs.m4                                         |  2 +-
 mpn/x86_64/README                                           |  2 +-
 mpn/x86_64/addaddmul_1msb0.asm                              |  2 +-
 mpn/x86_64/addmul_2.asm                                     |  2 +-
 mpn/x86_64/aorrlsh1_n.asm                                   |  2 +-
 mpn/x86_64/aorrlsh2_n.asm                                   |  2 +-
 mpn/x86_64/aorrlshC_n.asm                                   |  2 +-
 mpn/x86_64/aorrlsh_n.asm                                    |  2 +-
 mpn/x86_64/aors_err1_n.asm                                  |  2 +-
 mpn/x86_64/aors_err2_n.asm                                  |  2 +-
 mpn/x86_64/aors_err3_n.asm                                  |  2 +-
 mpn/x86_64/aors_n.asm                                       |  2 +-
 mpn/x86_64/aorsmul_1.asm                                    |  2 +-
 mpn/x86_64/atom/addmul_2.asm                                |  2 +-
 mpn/x86_64/atom/aorrlsh1_n.asm                              |  2 +-
 mpn/x86_64/atom/aorrlsh2_n.asm                              |  2 +-
 mpn/x86_64/atom/aors_n.asm                                  |  2 +-
 mpn/x86_64/atom/aorsmul_1.asm                               |  2 +-
 mpn/x86_64/atom/com.asm                                     |  2 +-
 mpn/x86_64/atom/copyd.asm                                   |  2 +-
 mpn/x86_64/atom/copyi.asm                                   |  2 +-
 mpn/x86_64/atom/dive_1.asm                                  |  2 +-
 mpn/x86_64/atom/gmp-mparam.h                                |  2 +-
 mpn/x86_64/atom/lshift.asm                                  |  2 +-
 mpn/x86_64/atom/lshiftc.asm                                 |  2 +-
 mpn/x86_64/atom/mul_1.asm                                   |  2 +-
 mpn/x86_64/atom/mul_2.asm                                   |  2 +-
 mpn/x86_64/atom/popcount.asm                                |  2 +-
 mpn/x86_64/atom/redc_1.asm                                  |  2 +-
 mpn/x86_64/atom/rsh1aors_n.asm                              |  2 +-
 mpn/x86_64/atom/rshift.asm                                  |  2 +-
 mpn/x86_64/atom/sublsh1_n.asm                               |  2 +-
 mpn/x86_64/bd1/aorrlsh1_n.asm                               |  2 +-
 mpn/x86_64/bd1/aorsmul_1.asm                                |  2 +-
 mpn/x86_64/bd1/com.asm                                      |  2 +-
 mpn/x86_64/bd1/copyd.asm                                    |  2 +-
 mpn/x86_64/bd1/copyi.asm                                    |  2 +-
 mpn/x86_64/bd1/gcd_1.asm                                    |  2 +-
 mpn/x86_64/bd1/gmp-mparam.h                                 |  2 +-
 mpn/x86_64/bd1/hamdist.asm                                  |  2 +-
 mpn/x86_64/bd1/mul_1.asm                                    |  2 +-
 mpn/x86_64/bd1/mul_2.asm                                    |  2 +-
 mpn/x86_64/bd1/mul_basecase.asm                             |  2 +-
 mpn/x86_64/bd1/popcount.asm                                 |  2 +-
 mpn/x86_64/bd1/sublsh1_n.asm                                |  2 +-
 mpn/x86_64/bd1/tabselect.asm                                |  2 +-
 mpn/x86_64/bdiv_dbm1c.asm                                   |  2 +-
 mpn/x86_64/bdiv_q_1.asm                                     |  2 +-
 mpn/x86_64/bobcat/aors_n.asm                                |  2 +-
 mpn/x86_64/bobcat/aorsmul_1.asm                             |  2 +-
 mpn/x86_64/bobcat/copyd.asm                                 |  2 +-
 mpn/x86_64/bobcat/copyi.asm                                 |  2 +-
 mpn/x86_64/bobcat/gmp-mparam.h                              |  2 +-
 mpn/x86_64/bobcat/mul_1.asm                                 |  2 +-
 mpn/x86_64/bobcat/mul_basecase.asm                          |  2 +-
 mpn/x86_64/bobcat/redc_1.asm                                |  2 +-
 mpn/x86_64/bobcat/sqr_basecase.asm                          |  2 +-
 mpn/x86_64/cnd_aors_n.asm                                   |  2 +-
 mpn/x86_64/com.asm                                          |  2 +-
 mpn/x86_64/copyd.asm                                        |  2 +-
 mpn/x86_64/copyi.asm                                        |  2 +-
 mpn/x86_64/core2/aorrlsh1_n.asm                             |  2 +-
 mpn/x86_64/core2/aorrlsh2_n.asm                             |  2 +-
 mpn/x86_64/core2/aorrlsh_n.asm                              |  2 +-
 mpn/x86_64/core2/aors_err1_n.asm                            |  2 +-
 mpn/x86_64/core2/aors_n.asm                                 |  2 +-
 mpn/x86_64/core2/aorsmul_1.asm                              |  2 +-
 mpn/x86_64/core2/copyd.asm                                  |  2 +-
 mpn/x86_64/core2/copyi.asm                                  |  2 +-
 mpn/x86_64/core2/divrem_1.asm                               |  2 +-
 mpn/x86_64/core2/gcd_1.asm                                  |  2 +-
 mpn/x86_64/core2/gmp-mparam.h                               |  2 +-
 mpn/x86_64/core2/lshift.asm                                 |  2 +-
 mpn/x86_64/core2/lshiftc.asm                                |  2 +-
 mpn/x86_64/core2/mul_basecase.asm                           |  2 +-
 mpn/x86_64/core2/mullo_basecase.asm                         |  2 +-
 mpn/x86_64/core2/popcount.asm                               |  2 +-
 mpn/x86_64/core2/redc_1.asm                                 |  2 +-
 mpn/x86_64/core2/rsh1aors_n.asm                             |  2 +-
 mpn/x86_64/core2/rshift.asm                                 |  2 +-
 mpn/x86_64/core2/sqr_basecase.asm                           |  2 +-
 mpn/x86_64/core2/sublsh1_n.asm                              |  2 +-
 mpn/x86_64/core2/sublsh2_n.asm                              |  2 +-
 mpn/x86_64/core2/sublshC_n.asm                              |  2 +-
 mpn/x86_64/core2/tabselect.asm                              |  2 +-
 mpn/x86_64/coreihwl/addmul_2.asm                            |  2 +-
 mpn/x86_64/coreihwl/aorsmul_1.asm                           |  2 +-
 mpn/x86_64/coreihwl/gmp-mparam.h                            |  2 +-
 mpn/x86_64/coreihwl/mul_1.asm                               |  2 +-
 mpn/x86_64/coreihwl/mul_2.asm                               |  2 +-
 mpn/x86_64/coreihwl/mul_basecase.asm                        |  2 +-
 mpn/x86_64/coreihwl/mullo_basecase.asm                      |  2 +-
 mpn/x86_64/coreihwl/redc_1.asm                              |  2 +-
 mpn/x86_64/coreihwl/sqr_basecase.asm                        |  2 +-
 mpn/x86_64/coreinhm/aorrlsh_n.asm                           |  2 +-
 mpn/x86_64/coreinhm/aorsmul_1.asm                           |  2 +-
 mpn/x86_64/coreinhm/gmp-mparam.h                            |  2 +-
 mpn/x86_64/coreinhm/hamdist.asm                             |  2 +-
 mpn/x86_64/coreinhm/popcount.asm                            |  2 +-
 mpn/x86_64/coreinhm/redc_1.asm                              |  2 +-
 mpn/x86_64/coreinhm/tabselect.asm                           |  2 +-
 mpn/x86_64/coreisbr/addmul_2.asm                            |  2 +-
 mpn/x86_64/coreisbr/aorrlsh1_n.asm                          |  2 +-
 mpn/x86_64/coreisbr/aorrlsh2_n.asm                          |  2 +-
 mpn/x86_64/coreisbr/aorrlshC_n.asm                          |  2 +-
 mpn/x86_64/coreisbr/aorrlsh_n.asm                           |  2 +-
 mpn/x86_64/coreisbr/aors_n.asm                              |  2 +-
 mpn/x86_64/coreisbr/aorsmul_1.asm                           |  2 +-
 mpn/x86_64/coreisbr/divrem_1.asm                            |  2 +-
 mpn/x86_64/coreisbr/gmp-mparam.h                            |  2 +-
 mpn/x86_64/coreisbr/lshift.asm                              |  2 +-
 mpn/x86_64/coreisbr/lshiftc.asm                             |  2 +-
 mpn/x86_64/coreisbr/mul_1.asm                               |  2 +-
 mpn/x86_64/coreisbr/mul_2.asm                               |  2 +-
 mpn/x86_64/coreisbr/mul_basecase.asm                        |  2 +-
 mpn/x86_64/coreisbr/mullo_basecase.asm                      |  2 +-
 mpn/x86_64/coreisbr/popcount.asm                            |  2 +-
 mpn/x86_64/coreisbr/redc_1.asm                              |  2 +-
 mpn/x86_64/coreisbr/rsh1aors_n.asm                          |  2 +-
 mpn/x86_64/coreisbr/rshift.asm                              |  2 +-
 mpn/x86_64/coreisbr/sqr_basecase.asm                        |  2 +-
 mpn/x86_64/coreisbr/tabselect.asm                           |  2 +-
 mpn/x86_64/darwin.m4                                        |  2 +-
 mpn/x86_64/div_qr_1n_pi1.asm                                |  2 +-
 mpn/x86_64/div_qr_2n_pi1.asm                                |  2 +-
 mpn/x86_64/div_qr_2u_pi1.asm                                |  2 +-
 mpn/x86_64/dive_1.asm                                       |  2 +-
 mpn/x86_64/divrem_1.asm                                     |  2 +-
 mpn/x86_64/divrem_2.asm                                     |  2 +-
 mpn/x86_64/dos64.m4                                         |  2 +-
 mpn/x86_64/fastavx/copyd.asm                                |  2 +-
 mpn/x86_64/fastavx/copyi.asm                                |  2 +-
 mpn/x86_64/fastsse/com-palignr.asm                          |  2 +-
 mpn/x86_64/fastsse/com.asm                                  |  2 +-
 mpn/x86_64/fastsse/copyd-palignr.asm                        |  2 +-
 mpn/x86_64/fastsse/copyd.asm                                |  2 +-
 mpn/x86_64/fastsse/copyi-palignr.asm                        |  2 +-
 mpn/x86_64/fastsse/copyi.asm                                |  2 +-
 mpn/x86_64/fastsse/lshift-movdqu2.asm                       |  2 +-
 mpn/x86_64/fastsse/lshift.asm                               |  2 +-
 mpn/x86_64/fastsse/lshiftc-movdqu2.asm                      |  2 +-
 mpn/x86_64/fastsse/lshiftc.asm                              |  2 +-
 mpn/x86_64/fastsse/rshift-movdqu2.asm                       |  2 +-
 mpn/x86_64/fastsse/tabselect.asm                            |  2 +-
 mpn/x86_64/fat/fat.c                                        |  2 +-
 mpn/x86_64/fat/fat_entry.asm                                |  2 +-
 mpn/x86_64/fat/gmp-mparam.h                                 |  2 +-
 mpn/x86_64/fat/mod_1.c                                      |  2 +-
 mpn/x86_64/fat/mul_basecase.c                               |  2 +-
 mpn/x86_64/fat/mullo_basecase.c                             |  2 +-
 mpn/x86_64/fat/redc_1.c                                     |  2 +-
 mpn/x86_64/fat/redc_2.c                                     |  2 +-
 mpn/x86_64/fat/sqr_basecase.c                               |  2 +-
 mpn/x86_64/gcd_1.asm                                        |  2 +-
 mpn/x86_64/gmp-mparam.h                                     |  2 +-
 mpn/x86_64/invert_limb.asm                                  |  2 +-
 mpn/x86_64/invert_limb_table.asm                            |  2 +-
 mpn/x86_64/k10/gcd_1.asm                                    |  2 +-
 mpn/x86_64/k10/gmp-mparam.h                                 |  2 +-
 mpn/x86_64/k10/hamdist.asm                                  |  2 +-
 mpn/x86_64/k10/lshift.asm                                   |  2 +-
 mpn/x86_64/k10/lshiftc.asm                                  |  2 +-
 mpn/x86_64/k10/popcount.asm                                 |  2 +-
 mpn/x86_64/k10/rshift.asm                                   |  2 +-
 mpn/x86_64/k10/tabselect.asm                                |  2 +-
 mpn/x86_64/k8/aorrlsh_n.asm                                 |  2 +-
 mpn/x86_64/k8/div_qr_1n_pi1.asm                             |  2 +-
 mpn/x86_64/k8/gmp-mparam.h                                  |  2 +-
 mpn/x86_64/k8/mul_basecase.asm                              |  2 +-
 mpn/x86_64/k8/mullo_basecase.asm                            |  2 +-
 mpn/x86_64/k8/mulmid_basecase.asm                           |  2 +-
 mpn/x86_64/k8/redc_1.asm                                    |  2 +-
 mpn/x86_64/k8/sqr_basecase.asm                              |  2 +-
 mpn/x86_64/logops_n.asm                                     |  2 +-
 mpn/x86_64/lshift.asm                                       |  2 +-
 mpn/x86_64/lshiftc.asm                                      |  2 +-
 mpn/x86_64/lshsub_n.asm                                     |  2 +-
 mpn/x86_64/missing-call.m4                                  |  2 +-
 mpn/x86_64/missing-inline.m4                                |  2 +-
 mpn/x86_64/missing.asm                                      |  2 +-
 mpn/x86_64/mod_1_1.asm                                      |  2 +-
 mpn/x86_64/mod_1_2.asm                                      |  2 +-
 mpn/x86_64/mod_1_4.asm                                      |  2 +-
 mpn/x86_64/mod_34lsub1.asm                                  |  2 +-
 mpn/x86_64/mode1o.asm                                       |  2 +-
 mpn/x86_64/mul_1.asm                                        |  2 +-
 mpn/x86_64/mul_2.asm                                        |  2 +-
 mpn/x86_64/mulx/adx/addmul_1.asm                            |  2 +-
 mpn/x86_64/mulx/aorsmul_1.asm                               |  2 +-
 mpn/x86_64/mulx/mul_1.asm                                   |  2 +-
 mpn/x86_64/nano/copyd.asm                                   |  2 +-
 mpn/x86_64/nano/copyi.asm                                   |  2 +-
 mpn/x86_64/nano/dive_1.asm                                  |  2 +-
 mpn/x86_64/nano/gcd_1.asm                                   |  2 +-
 mpn/x86_64/nano/gmp-mparam.h                                |  2 +-
 mpn/x86_64/nano/popcount.asm                                |  2 +-
 mpn/x86_64/pentium4/aors_n.asm                              |  2 +-
 mpn/x86_64/pentium4/aorslsh1_n.asm                          |  2 +-
 mpn/x86_64/pentium4/aorslsh2_n.asm                          |  2 +-
 mpn/x86_64/pentium4/aorslshC_n.asm                          |  2 +-
 mpn/x86_64/pentium4/gmp-mparam.h                            |  2 +-
 mpn/x86_64/pentium4/lshift.asm                              |  2 +-
 mpn/x86_64/pentium4/lshiftc.asm                             |  2 +-
 mpn/x86_64/pentium4/mod_34lsub1.asm                         |  2 +-
 mpn/x86_64/pentium4/popcount.asm                            |  2 +-
 mpn/x86_64/pentium4/rsh1aors_n.asm                          |  2 +-
 mpn/x86_64/pentium4/rshift.asm                              |  2 +-
 mpn/x86_64/pentium4/tabselect.asm                           |  2 +-
 mpn/x86_64/popham.asm                                       |  2 +-
 mpn/x86_64/rsh1aors_n.asm                                   |  2 +-
 mpn/x86_64/rshift.asm                                       |  2 +-
 mpn/x86_64/sqr_diag_addlsh1.asm                             |  2 +-
 mpn/x86_64/sublsh1_n.asm                                    |  2 +-
 mpn/x86_64/tabselect.asm                                    |  2 +-
 mpn/x86_64/x86_64-defs.m4                                   |  2 +-
 mpn/z8000/README                                            |  2 +-
 mpn/z8000/add_n.s                                           |  2 +-
 mpn/z8000/gmp-mparam.h                                      |  2 +-
 mpn/z8000/mul_1.s                                           |  2 +-
 mpn/z8000/sub_n.s                                           |  2 +-
 mpq/Makefile.am                                             |  2 +-
 mpq/abs.c                                                   |  2 +-
 mpq/aors.c                                                  |  2 +-
 mpq/canonicalize.c                                          |  2 +-
 mpq/clear.c                                                 |  2 +-
 mpq/clears.c                                                |  2 +-
 mpq/cmp.c                                                   |  2 +-
 mpq/cmp_si.c                                                |  2 +-
 mpq/cmp_ui.c                                                |  2 +-
 mpq/div.c                                                   |  2 +-
 mpq/equal.c                                                 |  2 +-
 mpq/get_d.c                                                 |  2 +-
 mpq/get_den.c                                               |  2 +-
 mpq/get_num.c                                               |  2 +-
 mpq/get_str.c                                               |  2 +-
 mpq/init.c                                                  |  2 +-
 mpq/inits.c                                                 |  2 +-
 mpq/inp_str.c                                               |  2 +-
 mpq/inv.c                                                   |  2 +-
 mpq/md_2exp.c                                               |  2 +-
 mpq/mul.c                                                   |  2 +-
 mpq/neg.c                                                   |  2 +-
 mpq/out_str.c                                               |  2 +-
 mpq/set.c                                                   |  2 +-
 mpq/set_d.c                                                 |  2 +-
 mpq/set_den.c                                               |  2 +-
 mpq/set_f.c                                                 |  2 +-
 mpq/set_num.c                                               |  2 +-
 mpq/set_si.c                                                |  2 +-
 mpq/set_str.c                                               |  2 +-
 mpq/set_ui.c                                                |  2 +-
 mpq/set_z.c                                                 |  2 +-
 mpq/swap.c                                                  |  2 +-
 mpz/2fac_ui.c                                               |  2 +-
 mpz/Makefile.am                                             |  2 +-
 mpz/abs.c                                                   |  2 +-
 mpz/add.c                                                   |  2 +-
 mpz/add_ui.c                                                |  2 +-
 mpz/and.c                                                   |  2 +-
 mpz/aors.h                                                  |  2 +-
 mpz/aors_ui.h                                               |  2 +-
 mpz/aorsmul.c                                               |  2 +-
 mpz/aorsmul_i.c                                             |  2 +-
 mpz/array_init.c                                            |  2 +-
 mpz/bin_ui.c                                                |  2 +-
 mpz/bin_uiui.c                                              |  2 +-
 mpz/cdiv_q.c                                                |  2 +-
 mpz/cdiv_q_ui.c                                             |  2 +-
 mpz/cdiv_qr.c                                               |  2 +-
 mpz/cdiv_qr_ui.c                                            |  2 +-
 mpz/cdiv_r.c                                                |  2 +-
 mpz/cdiv_r_ui.c                                             |  2 +-
 mpz/cdiv_ui.c                                               |  2 +-
 mpz/cfdiv_q_2exp.c                                          |  2 +-
 mpz/cfdiv_r_2exp.c                                          |  2 +-
 mpz/clear.c                                                 |  2 +-
 mpz/clears.c                                                |  2 +-
 mpz/clrbit.c                                                |  2 +-
 mpz/cmp.c                                                   |  2 +-
 mpz/cmp_d.c                                                 |  2 +-
 mpz/cmp_si.c                                                |  2 +-
 mpz/cmp_ui.c                                                |  2 +-
 mpz/cmpabs.c                                                |  2 +-
 mpz/cmpabs_d.c                                              |  2 +-
 mpz/cmpabs_ui.c                                             |  2 +-
 mpz/com.c                                                   |  2 +-
 mpz/combit.c                                                |  2 +-
 mpz/cong.c                                                  |  2 +-
 mpz/cong_2exp.c                                             |  2 +-
 mpz/cong_ui.c                                               |  2 +-
 mpz/dive_ui.c                                               |  2 +-
 mpz/divegcd.c                                               |  2 +-
 mpz/divexact.c                                              |  2 +-
 mpz/divis.c                                                 |  2 +-
 mpz/divis_2exp.c                                            |  2 +-
 mpz/divis_ui.c                                              |  2 +-
 mpz/dump.c                                                  |  2 +-
 mpz/export.c                                                |  2 +-
 mpz/fac_ui.c                                                |  2 +-
 mpz/fdiv_q.c                                                |  2 +-
 mpz/fdiv_q_ui.c                                             |  2 +-
 mpz/fdiv_qr.c                                               |  2 +-
 mpz/fdiv_qr_ui.c                                            |  2 +-
 mpz/fdiv_r.c                                                |  2 +-
 mpz/fdiv_r_ui.c                                             |  2 +-
 mpz/fdiv_ui.c                                               |  2 +-
 mpz/fib2_ui.c                                               |  2 +-
 mpz/fib_ui.c                                                |  2 +-
 mpz/fits_s.h                                                |  2 +-
 mpz/fits_sint.c                                             |  2 +-
 mpz/fits_slong.c                                            |  2 +-
 mpz/fits_sshort.c                                           |  2 +-
 mpz/fits_uint.c                                             |  2 +-
 mpz/fits_ulong.c                                            |  2 +-
 mpz/fits_ushort.c                                           |  2 +-
 mpz/gcd.c                                                   |  2 +-
 mpz/gcd_ui.c                                                |  2 +-
 mpz/gcdext.c                                                |  2 +-
 mpz/get_d.c                                                 |  2 +-
 mpz/get_d_2exp.c                                            |  2 +-
 mpz/get_si.c                                                |  2 +-
 mpz/get_str.c                                               |  2 +-
 mpz/get_ui.c                                                |  2 +-
 mpz/getlimbn.c                                              |  2 +-
 mpz/hamdist.c                                               |  2 +-
 mpz/import.c                                                |  2 +-
 mpz/init.c                                                  |  2 +-
 mpz/init2.c                                                 |  2 +-
 mpz/inits.c                                                 |  2 +-
 mpz/inp_raw.c                                               |  2 +-
 mpz/inp_str.c                                               |  2 +-
 mpz/invert.c                                                |  2 +-
 mpz/ior.c                                                   |  2 +-
 mpz/iset.c                                                  |  2 +-
 mpz/iset_d.c                                                |  2 +-
 mpz/iset_si.c                                               |  2 +-
 mpz/iset_str.c                                              |  2 +-
 mpz/iset_ui.c                                               |  2 +-
 mpz/jacobi.c                                                |  2 +-
 mpz/kronsz.c                                                |  2 +-
 mpz/kronuz.c                                                |  2 +-
 mpz/kronzs.c                                                |  2 +-
 mpz/kronzu.c                                                |  2 +-
 mpz/lcm.c                                                   |  2 +-
 mpz/lcm_ui.c                                                |  2 +-
 mpz/limbs_finish.c                                          |  2 +-
 mpz/limbs_modify.c                                          |  2 +-
 mpz/limbs_read.c                                            |  2 +-
 mpz/limbs_write.c                                           |  2 +-
 mpz/lucnum2_ui.c                                            |  2 +-
 mpz/lucnum_ui.c                                             |  2 +-
 mpz/mfac_uiui.c                                             |  2 +-
 mpz/millerrabin.c                                           |  2 +-
 mpz/mod.c                                                   |  2 +-
 mpz/mul.c                                                   |  2 +-
 mpz/mul_2exp.c                                              |  2 +-
 mpz/mul_i.h                                                 |  2 +-
 mpz/mul_si.c                                                |  2 +-
 mpz/mul_ui.c                                                |  2 +-
 mpz/n_pow_ui.c                                              |  2 +-
 mpz/neg.c                                                   |  2 +-
 mpz/nextprime.c                                             |  2 +-
 mpz/oddfac_1.c                                              |  2 +-
 mpz/out_raw.c                                               |  2 +-
 mpz/out_str.c                                               |  2 +-
 mpz/perfpow.c                                               |  2 +-
 mpz/perfsqr.c                                               |  2 +-
 mpz/popcount.c                                              |  2 +-
 mpz/pow_ui.c                                                |  2 +-
 mpz/powm.c                                                  |  2 +-
 mpz/powm_sec.c                                              |  2 +-
 mpz/powm_ui.c                                               |  2 +-
 mpz/pprime_p.c                                              |  2 +-
 mpz/primorial_ui.c                                          |  2 +-
 mpz/prodlimbs.c                                             |  2 +-
 mpz/random.c                                                |  2 +-
 mpz/random2.c                                               |  2 +-
 mpz/realloc.c                                               |  2 +-
 mpz/realloc2.c                                              |  2 +-
 mpz/remove.c                                                |  2 +-
 mpz/roinit_n.c                                              |  2 +-
 mpz/root.c                                                  |  2 +-
 mpz/rootrem.c                                               |  2 +-
 mpz/rrandomb.c                                              |  2 +-
 mpz/scan0.c                                                 |  2 +-
 mpz/scan1.c                                                 |  2 +-
 mpz/set.c                                                   |  2 +-
 mpz/set_d.c                                                 |  2 +-
 mpz/set_f.c                                                 |  2 +-
 mpz/set_q.c                                                 |  2 +-
 mpz/set_si.c                                                |  2 +-
 mpz/set_str.c                                               |  2 +-
 mpz/set_ui.c                                                |  2 +-
 mpz/setbit.c                                                |  2 +-
 mpz/size.c                                                  |  2 +-
 mpz/sizeinbase.c                                            |  2 +-
 mpz/sqrt.c                                                  |  2 +-
 mpz/sqrtrem.c                                               |  2 +-
 mpz/sub.c                                                   |  2 +-
 mpz/sub_ui.c                                                |  2 +-
 mpz/swap.c                                                  |  2 +-
 mpz/tdiv_q.c                                                |  2 +-
 mpz/tdiv_q_2exp.c                                           |  2 +-
 mpz/tdiv_q_ui.c                                             |  2 +-
 mpz/tdiv_qr.c                                               |  2 +-
 mpz/tdiv_qr_ui.c                                            |  2 +-
 mpz/tdiv_r.c                                                |  2 +-
 mpz/tdiv_r_2exp.c                                           |  2 +-
 mpz/tdiv_r_ui.c                                             |  2 +-
 mpz/tdiv_ui.c                                               |  2 +-
 mpz/tstbit.c                                                |  2 +-
 mpz/ui_pow_ui.c                                             |  2 +-
 mpz/ui_sub.c                                                |  2 +-
 mpz/urandomb.c                                              |  2 +-
 mpz/urandomm.c                                              |  2 +-
 mpz/xor.c                                                   |  2 +-
 nextprime.c                                                 |  2 +-
 primesieve.c                                                |  2 +-
 printf/Makefile.am                                          |  2 +-
 printf/asprintf.c                                           |  2 +-
 printf/asprntffuns.c                                        |  2 +-
 printf/doprnt.c                                             |  2 +-
 printf/doprntf.c                                            |  2 +-
 printf/doprnti.c                                            |  2 +-
 printf/fprintf.c                                            |  2 +-
 printf/obprintf.c                                           |  2 +-
 printf/obprntffuns.c                                        |  2 +-
 printf/obvprintf.c                                          |  2 +-
 printf/printf.c                                             |  2 +-
 printf/printffuns.c                                         |  2 +-
 printf/repl-vsnprintf.c                                     |  2 +-
 printf/snprintf.c                                           |  2 +-
 printf/snprntffuns.c                                        |  2 +-
 printf/sprintf.c                                            |  2 +-
 printf/sprintffuns.c                                        |  2 +-
 printf/vasprintf.c                                          |  2 +-
 printf/vfprintf.c                                           |  2 +-
 printf/vprintf.c                                            |  2 +-
 printf/vsnprintf.c                                          |  2 +-
 printf/vsprintf.c                                           |  2 +-
 rand/Makefile.am                                            |  2 +-
 rand/rand.c                                                 |  2 +-
 rand/randbui.c                                              |  2 +-
 rand/randclr.c                                              |  2 +-
 rand/randdef.c                                              |  2 +-
 rand/randiset.c                                             |  2 +-
 rand/randlc2s.c                                             |  2 +-
 rand/randlc2x.c                                             |  2 +-
 rand/randmt.c                                               |  2 +-
 rand/randmt.h                                               |  2 +-
 rand/randmts.c                                              |  2 +-
 rand/randmui.c                                              |  2 +-
 rand/rands.c                                                |  2 +-
 rand/randsd.c                                               |  2 +-
 rand/randsdui.c                                             |  2 +-
 scanf/Makefile.am                                           |  2 +-
 scanf/doscan.c                                              |  2 +-
 scanf/fscanf.c                                              |  2 +-
 scanf/fscanffuns.c                                          |  2 +-
 scanf/scanf.c                                               |  2 +-
 scanf/sscanf.c                                              |  2 +-
 scanf/sscanffuns.c                                          |  2 +-
 scanf/vfscanf.c                                             |  2 +-
 scanf/vscanf.c                                              |  2 +-
 scanf/vsscanf.c                                             |  2 +-
 tal-debug.c                                                 |  2 +-
 tal-notreent.c                                              |  2 +-
 tal-reent.c                                                 |  2 +-
 tests/Makefile.am                                           |  2 +-
 tests/amd64call.asm                                         |  2 +-
 tests/amd64check.c                                          |  2 +-
 tests/arm32call.asm                                         |  2 +-
 tests/arm32check.c                                          |  2 +-
 tests/cxx/Makefile.am                                       |  2 +-
 tests/cxx/clocale.c                                         |  2 +-
 tests/cxx/t-assign.cc                                       |  2 +-
 tests/cxx/t-binary.cc                                       |  2 +-
 tests/cxx/t-cast.cc                                         |  2 +-
 tests/cxx/t-constr.cc                                       |  2 +-
 tests/cxx/t-cxx11.cc                                        |  2 +-
 tests/cxx/t-do-exceptions-work-at-all-with-this-compiler.cc |  2 +-
 tests/cxx/t-headers.cc                                      |  2 +-
 tests/cxx/t-iostream.cc                                     |  2 +-
 tests/cxx/t-istream.cc                                      |  2 +-
 tests/cxx/t-locale.cc                                       |  2 +-
 tests/cxx/t-misc.cc                                         |  2 +-
 tests/cxx/t-mix.cc                                          |  2 +-
 tests/cxx/t-ops.cc                                          |  2 +-
 tests/cxx/t-ops2.cc                                         |  2 +-
 tests/cxx/t-ops3.cc                                         |  2 +-
 tests/cxx/t-ostream.cc                                      |  2 +-
 tests/cxx/t-prec.cc                                         |  2 +-
 tests/cxx/t-rand.cc                                         |  2 +-
 tests/cxx/t-ternary.cc                                      |  2 +-
 tests/cxx/t-unary.cc                                        |  2 +-
 tests/devel/Makefile.am                                     |  2 +-
 tests/devel/README                                          |  2 +-
 tests/devel/addmul_N.c                                      |  2 +-
 tests/devel/addsub_n.c                                      |  2 +-
 tests/devel/addsub_n_2.c                                    |  2 +-
 tests/devel/anymul_1.c                                      |  2 +-
 tests/devel/aors_n.c                                        |  2 +-
 tests/devel/copy.c                                          |  2 +-
 tests/devel/divmod_1.c                                      |  2 +-
 tests/devel/divrem.c                                        |  2 +-
 tests/devel/logops_n.c                                      |  2 +-
 tests/devel/mul_N.c                                         |  2 +-
 tests/devel/shift.c                                         |  2 +-
 tests/devel/try.c                                           |  2 +-
 tests/devel/tst-addsub.c                                    |  2 +-
 tests/memory.c                                              |  2 +-
 tests/misc.c                                                |  2 +-
 tests/misc/Makefile.am                                      |  2 +-
 tests/misc/t-locale.c                                       |  2 +-
 tests/misc/t-printf.c                                       |  2 +-
 tests/misc/t-scanf.c                                        |  2 +-
 tests/mpf/Makefile.am                                       |  2 +-
 tests/mpf/reuse.c                                           |  2 +-
 tests/mpf/t-add.c                                           |  2 +-
 tests/mpf/t-cmp_d.c                                         |  2 +-
 tests/mpf/t-cmp_si.c                                        |  2 +-
 tests/mpf/t-conv.c                                          |  2 +-
 tests/mpf/t-div.c                                           |  2 +-
 tests/mpf/t-dm2exp.c                                        |  2 +-
 tests/mpf/t-eq.c                                            |  2 +-
 tests/mpf/t-fits.c                                          |  2 +-
 tests/mpf/t-get_d.c                                         |  2 +-
 tests/mpf/t-get_d_2exp.c                                    |  2 +-
 tests/mpf/t-get_si.c                                        |  2 +-
 tests/mpf/t-get_ui.c                                        |  2 +-
 tests/mpf/t-gsprec.c                                        |  2 +-
 tests/mpf/t-inp_str.c                                       |  2 +-
 tests/mpf/t-int_p.c                                         |  2 +-
 tests/mpf/t-mul_ui.c                                        |  2 +-
 tests/mpf/t-muldiv.c                                        |  2 +-
 tests/mpf/t-set.c                                           |  2 +-
 tests/mpf/t-set_q.c                                         |  2 +-
 tests/mpf/t-set_si.c                                        |  2 +-
 tests/mpf/t-set_ui.c                                        |  2 +-
 tests/mpf/t-sqrt.c                                          |  2 +-
 tests/mpf/t-sqrt_ui.c                                       |  2 +-
 tests/mpf/t-sub.c                                           |  2 +-
 tests/mpf/t-trunc.c                                         |  2 +-
 tests/mpf/t-ui_div.c                                        |  2 +-
 tests/mpn/Makefile.am                                       |  2 +-
 tests/mpn/logic.c                                           |  2 +-
 tests/mpn/t-aors_1.c                                        |  2 +-
 tests/mpn/t-asmtype.c                                       |  2 +-
 tests/mpn/t-bdiv.c                                          |  2 +-
 tests/mpn/t-broot.c                                         |  2 +-
 tests/mpn/t-brootinv.c                                      |  2 +-
 tests/mpn/t-div.c                                           |  2 +-
 tests/mpn/t-divrem_1.c                                      |  2 +-
 tests/mpn/t-fat.c                                           |  2 +-
 tests/mpn/t-get_d.c                                         |  2 +-
 tests/mpn/t-hgcd.c                                          |  2 +-
 tests/mpn/t-hgcd_appr.c                                     |  2 +-
 tests/mpn/t-instrument.c                                    |  2 +-
 tests/mpn/t-invert.c                                        |  2 +-
 tests/mpn/t-iord_u.c                                        |  2 +-
 tests/mpn/t-matrix22.c                                      |  2 +-
 tests/mpn/t-mod_1.c                                         |  2 +-
 tests/mpn/t-mp_bases.c                                      |  2 +-
 tests/mpn/t-mul.c                                           |  2 +-
 tests/mpn/t-mullo.c                                         |  2 +-
 tests/mpn/t-mulmid.c                                        |  2 +-
 tests/mpn/t-mulmod_bnm1.c                                   |  2 +-
 tests/mpn/t-perfsqr.c                                       |  2 +-
 tests/mpn/t-scan.c                                          |  2 +-
 tests/mpn/t-sqrmod_bnm1.c                                   |  2 +-
 tests/mpn/toom-shared.h                                     |  2 +-
 tests/mpn/toom-sqr-shared.h                                 |  2 +-
 tests/mpq/Makefile.am                                       |  2 +-
 tests/mpq/io.c                                              |  2 +-
 tests/mpq/reuse.c                                           |  2 +-
 tests/mpq/t-aors.c                                          |  2 +-
 tests/mpq/t-cmp.c                                           |  2 +-
 tests/mpq/t-cmp_si.c                                        |  2 +-
 tests/mpq/t-cmp_ui.c                                        |  2 +-
 tests/mpq/t-equal.c                                         |  2 +-
 tests/mpq/t-get_d.c                                         |  2 +-
 tests/mpq/t-get_str.c                                       |  2 +-
 tests/mpq/t-inp_str.c                                       |  2 +-
 tests/mpq/t-inv.c                                           |  2 +-
 tests/mpq/t-md_2exp.c                                       |  2 +-
 tests/mpq/t-set_f.c                                         |  2 +-
 tests/mpq/t-set_str.c                                       |  2 +-
 tests/mpz/Makefile.am                                       |  2 +-
 tests/mpz/bit.c                                             |  2 +-
 tests/mpz/convert.c                                         |  2 +-
 tests/mpz/dive.c                                            |  2 +-
 tests/mpz/dive_ui.c                                         |  2 +-
 tests/mpz/io.c                                              |  2 +-
 tests/mpz/logic.c                                           |  2 +-
 tests/mpz/reuse.c                                           |  2 +-
 tests/mpz/t-addsub.c                                        |  2 +-
 tests/mpz/t-aorsmul.c                                       |  2 +-
 tests/mpz/t-bin.c                                           |  2 +-
 tests/mpz/t-cdiv_ui.c                                       |  2 +-
 tests/mpz/t-cmp.c                                           |  2 +-
 tests/mpz/t-cmp_d.c                                         |  2 +-
 tests/mpz/t-cmp_si.c                                        |  2 +-
 tests/mpz/t-cong.c                                          |  2 +-
 tests/mpz/t-cong_2exp.c                                     |  2 +-
 tests/mpz/t-div_2exp.c                                      |  2 +-
 tests/mpz/t-divis.c                                         |  2 +-
 tests/mpz/t-divis_2exp.c                                    |  2 +-
 tests/mpz/t-export.c                                        |  2 +-
 tests/mpz/t-fac_ui.c                                        |  2 +-
 tests/mpz/t-fdiv.c                                          |  2 +-
 tests/mpz/t-fdiv_ui.c                                       |  2 +-
 tests/mpz/t-fib_ui.c                                        |  2 +-
 tests/mpz/t-fits.c                                          |  2 +-
 tests/mpz/t-gcd.c                                           |  2 +-
 tests/mpz/t-gcd_ui.c                                        |  2 +-
 tests/mpz/t-get_d.c                                         |  2 +-
 tests/mpz/t-get_d_2exp.c                                    |  2 +-
 tests/mpz/t-get_si.c                                        |  2 +-
 tests/mpz/t-hamdist.c                                       |  2 +-
 tests/mpz/t-import.c                                        |  2 +-
 tests/mpz/t-inp_str.c                                       |  2 +-
 tests/mpz/t-invert.c                                        |  2 +-
 tests/mpz/t-io_raw.c                                        |  2 +-
 tests/mpz/t-jac.c                                           |  2 +-
 tests/mpz/t-lcm.c                                           |  2 +-
 tests/mpz/t-limbs.c                                         |  2 +-
 tests/mpz/t-lucnum_ui.c                                     |  2 +-
 tests/mpz/t-mfac_uiui.c                                     |  2 +-
 tests/mpz/t-mul.c                                           |  2 +-
 tests/mpz/t-mul_i.c                                         |  2 +-
 tests/mpz/t-nextprime.c                                     |  2 +-
 tests/mpz/t-oddeven.c                                       |  2 +-
 tests/mpz/t-perfpow.c                                       |  2 +-
 tests/mpz/t-perfsqr.c                                       |  2 +-
 tests/mpz/t-popcount.c                                      |  2 +-
 tests/mpz/t-pow.c                                           |  2 +-
 tests/mpz/t-powm.c                                          |  2 +-
 tests/mpz/t-powm_ui.c                                       |  2 +-
 tests/mpz/t-pprime_p.c                                      |  2 +-
 tests/mpz/t-primorial_ui.c                                  |  2 +-
 tests/mpz/t-remove.c                                        |  2 +-
 tests/mpz/t-root.c                                          |  2 +-
 tests/mpz/t-scan.c                                          |  2 +-
 tests/mpz/t-set_d.c                                         |  2 +-
 tests/mpz/t-set_f.c                                         |  2 +-
 tests/mpz/t-set_si.c                                        |  2 +-
 tests/mpz/t-set_str.c                                       |  2 +-
 tests/mpz/t-sizeinbase.c                                    |  2 +-
 tests/mpz/t-sqrtrem.c                                       |  2 +-
 tests/mpz/t-tdiv.c                                          |  2 +-
 tests/mpz/t-tdiv_ui.c                                       |  2 +-
 tests/rand/Makefile.am                                      |  2 +-
 tests/rand/findlc.c                                         |  2 +-
 tests/rand/gen.c                                            |  2 +-
 tests/rand/gmpstat.h                                        |  2 +-
 tests/rand/spect.c                                          |  2 +-
 tests/rand/stat.c                                           |  2 +-
 tests/rand/statlib.c                                        |  2 +-
 tests/rand/t-iset.c                                         |  2 +-
 tests/rand/t-lc2exp.c                                       |  2 +-
 tests/rand/t-mt.c                                           |  2 +-
 tests/rand/t-rand.c                                         |  2 +-
 tests/rand/t-urbui.c                                        |  2 +-
 tests/rand/t-urmui.c                                        |  2 +-
 tests/rand/t-urndmm.c                                       |  2 +-
 tests/rand/zdiv_round.c                                     |  2 +-
 tests/refmpf.c                                              |  2 +-
 tests/refmpn.c                                              |  2 +-
 tests/refmpq.c                                              |  2 +-
 tests/refmpz.c                                              |  2 +-
 tests/spinner.c                                             |  2 +-
 tests/t-bswap.c                                             |  2 +-
 tests/t-constants.c                                         |  2 +-
 tests/t-count_zeros.c                                       |  2 +-
 tests/t-gmpmax.c                                            |  2 +-
 tests/t-hightomask.c                                        |  2 +-
 tests/t-modlinv.c                                           |  2 +-
 tests/t-parity.c                                            |  2 +-
 tests/t-popc.c                                              |  2 +-
 tests/t-sub.c                                               |  2 +-
 tests/tests.h                                               |  2 +-
 tests/trace.c                                               |  2 +-
 tests/x86call.asm                                           |  2 +-
 tests/x86check.c                                            |  2 +-
 tune/Makefile.am                                            |  2 +-
 tune/README                                                 |  2 +-
 tune/alpha.asm                                              |  2 +-
 tune/common.c                                               |  2 +-
 tune/div_qr_1_tune.c                                        |  2 +-
 tune/div_qr_1n_pi1_1.c                                      |  2 +-
 tune/div_qr_1n_pi1_2.c                                      |  2 +-
 tune/divrem1div.c                                           |  2 +-
 tune/divrem1inv.c                                           |  2 +-
 tune/divrem2div.c                                           |  2 +-
 tune/divrem2inv.c                                           |  2 +-
 tune/freq.c                                                 |  2 +-
 tune/gcd_bin.c                                              |  2 +-
 tune/gcdext_double.c                                        |  2 +-
 tune/gcdext_single.c                                        |  2 +-
 tune/gcdextod.c                                             |  2 +-
 tune/gcdextos.c                                             |  2 +-
 tune/hgcd_appr_lehmer.c                                     |  2 +-
 tune/hgcd_lehmer.c                                          |  2 +-
 tune/hgcd_reduce_1.c                                        |  2 +-
 tune/hgcd_reduce_2.c                                        |  2 +-
 tune/hppa.asm                                               |  2 +-
 tune/hppa2.asm                                              |  2 +-
 tune/hppa2w.asm                                             |  2 +-
 tune/ia64.asm                                               |  2 +-
 tune/jacbase1.c                                             |  2 +-
 tune/jacbase2.c                                             |  2 +-
 tune/jacbase3.c                                             |  2 +-
 tune/jacbase4.c                                             |  2 +-
 tune/many.pl                                                |  2 +-
 tune/mod_1_1-1.c                                            |  2 +-
 tune/mod_1_1-2.c                                            |  2 +-
 tune/mod_1_div.c                                            |  2 +-
 tune/mod_1_inv.c                                            |  2 +-
 tune/modlinv.c                                              |  2 +-
 tune/noop.c                                                 |  2 +-
 tune/pentium.asm                                            |  2 +-
 tune/powerpc.asm                                            |  2 +-
 tune/powerpc64.asm                                          |  2 +-
 tune/powm_mod.c                                             |  2 +-
 tune/powm_redc.c                                            |  2 +-
 tune/pre_divrem_1.c                                         |  2 +-
 tune/sb_div.c                                               |  2 +-
 tune/sb_inv.c                                               |  2 +-
 tune/set_strb.c                                             |  2 +-
 tune/set_strp.c                                             |  2 +-
 tune/set_strs.c                                             |  2 +-
 tune/sparcv9.asm                                            |  2 +-
 tune/speed-ext.c                                            |  2 +-
 tune/speed.c                                                |  2 +-
 tune/speed.h                                                |  2 +-
 tune/time.c                                                 |  2 +-
 tune/tune-gcd-p.c                                           |  2 +-
 tune/tuneup.c                                               |  2 +-
 tune/x86_64.asm                                             |  2 +-
 version.c                                                   |  2 +-
 1853 files changed, 1856 insertions(+), 1856 deletions(-)

diffs (truncated from 22259 to 300 lines):

diff -r a47cb5fc9aab -r 3ca46fdebbda .gdbinit
--- a/.gdbinit	Thu Nov 28 16:50:42 2013 +0100
+++ b/.gdbinit	Mon Dec 02 20:31:04 2013 +0100
@@ -13,7 +13,7 @@
 # License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
+# along with the GNU MP Library.  If not, see https://www.gnu.org/licenses/.
 
 
 define pz
diff -r a47cb5fc9aab -r 3ca46fdebbda COPYING
--- a/COPYING	Thu Nov 28 16:50:42 2013 +0100
+++ b/COPYING	Mon Dec 02 20:31:04 2013 +0100
@@ -645,7 +645,7 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+    along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -664,11 +664,11 @@
   You should also get your employer (if you work as a programmer) or school,
 if any, to sign a "copyright disclaimer" for the program, if necessary.
 For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
+<https://www.gnu.org/licenses/>.
 
   The GNU General Public License does not permit incorporating your program
 into proprietary programs.  If your program is a subroutine library, you
 may consider it more useful to permit linking proprietary applications with
 the library.  If this is what you want to do, use the GNU Lesser General
 Public License instead of this License.  But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+<https://www.gnu.org/philosophy/why-not-lgpl.html>.
diff -r a47cb5fc9aab -r 3ca46fdebbda INSTALL
--- a/INSTALL	Thu Nov 28 16:50:42 2013 +0100
+++ b/INSTALL	Mon Dec 02 20:31:04 2013 +0100
@@ -13,7 +13,7 @@
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
+along with the GNU MP Library.  If not, see https://www.gnu.org/licenses/.
 
 
 
diff -r a47cb5fc9aab -r 3ca46fdebbda Makefile.am
--- a/Makefile.am	Thu Nov 28 16:50:42 2013 +0100
+++ b/Makefile.am	Mon Dec 02 20:31:04 2013 +0100
@@ -17,7 +17,7 @@
 # License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
+# along with the GNU MP Library.  If not, see https://www.gnu.org/licenses/.
 
 
 # The following options are the same as AM_INIT_AUTOMAKE in configure.in,
diff -r a47cb5fc9aab -r 3ca46fdebbda README
--- a/README	Thu Nov 28 16:50:42 2013 +0100
+++ b/README	Mon Dec 02 20:31:04 2013 +0100
@@ -13,7 +13,7 @@
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
+along with the GNU MP Library.  If not, see https://www.gnu.org/licenses/.
 
 
 
diff -r a47cb5fc9aab -r 3ca46fdebbda acinclude.m4
--- a/acinclude.m4	Thu Nov 28 16:50:42 2013 +0100
+++ b/acinclude.m4	Mon Dec 02 20:31:04 2013 +0100
@@ -16,7 +16,7 @@
 dnl  License for more details.
 dnl
 dnl  You should have received a copy of the GNU Lesser General Public License
-dnl  along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
+dnl  along with the GNU MP Library.  If not, see https://www.gnu.org/licenses/.
 
 
 dnl  Some tests use, or must delete, the default compiler output.  The
diff -r a47cb5fc9aab -r 3ca46fdebbda assert.c
--- a/assert.c	Thu Nov 28 16:50:42 2013 +0100
+++ b/assert.c	Mon Dec 02 20:31:04 2013 +0100
@@ -19,7 +19,7 @@
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.  */
+along with the GNU MP Library.  If not, see https://www.gnu.org/licenses/.  */
 
 #include <stdio.h>
 #include <stdlib.h>
diff -r a47cb5fc9aab -r 3ca46fdebbda bootstrap.c
--- a/bootstrap.c	Thu Nov 28 16:50:42 2013 +0100
+++ b/bootstrap.c	Mon Dec 02 20:31:04 2013 +0100
@@ -15,7 +15,7 @@
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.  */
+along with the GNU MP Library.  If not, see https://www.gnu.org/licenses/.  */
 
 
 #include "mini-gmp/mini-gmp.c"
diff -r a47cb5fc9aab -r 3ca46fdebbda compat.c
--- a/compat.c	Thu Nov 28 16:50:42 2013 +0100
+++ b/compat.c	Mon Dec 02 20:31:04 2013 +0100
@@ -15,7 +15,7 @@
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.  */
+along with the GNU MP Library.  If not, see https://www.gnu.org/licenses/.  */
 
 #include <stdio.h>
 #include "gmp.h"
diff -r a47cb5fc9aab -r 3ca46fdebbda config.guess
--- a/config.guess	Thu Nov 28 16:50:42 2013 +0100
+++ b/config.guess	Mon Dec 02 20:31:04 2013 +0100
@@ -18,7 +18,7 @@
 # License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
+# along with the GNU MP Library.  If not, see https://www.gnu.org/licenses/.
 
 
 # Usage: config.guess
diff -r a47cb5fc9aab -r 3ca46fdebbda config.sub
--- a/config.sub	Thu Nov 28 16:50:42 2013 +0100
+++ b/config.sub	Mon Dec 02 20:31:04 2013 +0100
@@ -18,7 +18,7 @@
 # License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
+# along with the GNU MP Library.  If not, see https://www.gnu.org/licenses/.
 
 
 # Usage: config.sub CPU-VENDOR-OS
diff -r a47cb5fc9aab -r 3ca46fdebbda configfsf.guess
--- a/configfsf.guess	Thu Nov 28 16:50:42 2013 +0100
+++ b/configfsf.guess	Mon Dec 02 20:31:04 2013 +0100
@@ -17,7 +17,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, see <https://www.gnu.org/licenses/>.
 #
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
diff -r a47cb5fc9aab -r 3ca46fdebbda configfsf.sub
--- a/configfsf.sub	Thu Nov 28 16:50:42 2013 +0100
+++ b/configfsf.sub	Mon Dec 02 20:31:04 2013 +0100
@@ -21,7 +21,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, see <https://www.gnu.org/licenses/>.
 #
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
diff -r a47cb5fc9aab -r 3ca46fdebbda configure.ac
--- a/configure.ac	Thu Nov 28 16:50:42 2013 +0100
+++ b/configure.ac	Mon Dec 02 20:31:04 2013 +0100
@@ -18,7 +18,7 @@
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
+along with the GNU MP Library.  If not, see https://www.gnu.org/licenses/.
 ]])
 
 AC_COPYRIGHT(GMP_COPYRIGHT)
diff -r a47cb5fc9aab -r 3ca46fdebbda cxx/Makefile.am
--- a/cxx/Makefile.am	Thu Nov 28 16:50:42 2013 +0100
+++ b/cxx/Makefile.am	Mon Dec 02 20:31:04 2013 +0100
@@ -15,7 +15,7 @@
 # License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public License
-# along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
+# along with the GNU MP Library.  If not, see https://www.gnu.org/licenses/.
 
 
 INCLUDES = -D__GMP_WITHIN_GMPXX -I$(top_srcdir)
diff -r a47cb5fc9aab -r 3ca46fdebbda cxx/dummy.cc
--- a/cxx/dummy.cc	Thu Nov 28 16:50:42 2013 +0100
+++ b/cxx/dummy.cc	Mon Dec 02 20:31:04 2013 +0100
@@ -15,7 +15,7 @@
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.  */
+along with the GNU MP Library.  If not, see https://www.gnu.org/licenses/.  */
 
 
 /* some compilers reputedly dislike completely empty files */
diff -r a47cb5fc9aab -r 3ca46fdebbda cxx/isfuns.cc
--- a/cxx/isfuns.cc	Thu Nov 28 16:50:42 2013 +0100
+++ b/cxx/isfuns.cc	Mon Dec 02 20:31:04 2013 +0100
@@ -15,7 +15,7 @@
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.  */
+along with the GNU MP Library.  If not, see https://www.gnu.org/licenses/.  */
 
 #include <cctype>
 #include <iostream>
diff -r a47cb5fc9aab -r 3ca46fdebbda cxx/ismpf.cc
--- a/cxx/ismpf.cc	Thu Nov 28 16:50:42 2013 +0100
+++ b/cxx/ismpf.cc	Mon Dec 02 20:31:04 2013 +0100
@@ -15,7 +15,7 @@
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.  */
+along with the GNU MP Library.  If not, see https://www.gnu.org/licenses/.  */
 
 #include <cctype>
 #include <iostream>
diff -r a47cb5fc9aab -r 3ca46fdebbda cxx/ismpq.cc
--- a/cxx/ismpq.cc	Thu Nov 28 16:50:42 2013 +0100
+++ b/cxx/ismpq.cc	Mon Dec 02 20:31:04 2013 +0100
@@ -15,7 +15,7 @@
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.  */
+along with the GNU MP Library.  If not, see https://www.gnu.org/licenses/.  */
 
 #include <cctype>
 #include <iostream>
diff -r a47cb5fc9aab -r 3ca46fdebbda cxx/ismpz.cc
--- a/cxx/ismpz.cc	Thu Nov 28 16:50:42 2013 +0100
+++ b/cxx/ismpz.cc	Mon Dec 02 20:31:04 2013 +0100
@@ -15,7 +15,7 @@
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.  */
+along with the GNU MP Library.  If not, see https://www.gnu.org/licenses/.  */
 
 #include <cctype>
 #include <iostream>
diff -r a47cb5fc9aab -r 3ca46fdebbda cxx/ismpznw.cc
--- a/cxx/ismpznw.cc	Thu Nov 28 16:50:42 2013 +0100
+++ b/cxx/ismpznw.cc	Mon Dec 02 20:31:04 2013 +0100
@@ -15,7 +15,7 @@
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.  */
+along with the GNU MP Library.  If not, see https://www.gnu.org/licenses/.  */
 
 #include <cctype>
 #include <iostream>
diff -r a47cb5fc9aab -r 3ca46fdebbda cxx/limits.cc
--- a/cxx/limits.cc	Thu Nov 28 16:50:42 2013 +0100
+++ b/cxx/limits.cc	Mon Dec 02 20:31:04 2013 +0100
@@ -15,7 +15,7 @@
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.  */
+along with the GNU MP Library.  If not, see https://www.gnu.org/licenses/.  */
 
 #include "gmpxx.h"
 
diff -r a47cb5fc9aab -r 3ca46fdebbda cxx/osdoprnti.cc
--- a/cxx/osdoprnti.cc	Thu Nov 28 16:50:42 2013 +0100
+++ b/cxx/osdoprnti.cc	Mon Dec 02 20:31:04 2013 +0100
@@ -19,7 +19,7 @@
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.  */
+along with the GNU MP Library.  If not, see https://www.gnu.org/licenses/.  */
 
 #include <iostream>
 #include <stdarg.h>   /* for va_list and hence doprnt_funs_t */
diff -r a47cb5fc9aab -r 3ca46fdebbda cxx/osfuns.cc
--- a/cxx/osfuns.cc	Thu Nov 28 16:50:42 2013 +0100
+++ b/cxx/osfuns.cc	Mon Dec 02 20:31:04 2013 +0100
@@ -19,7 +19,7 @@
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.  */
+along with the GNU MP Library.  If not, see https://www.gnu.org/licenses/.  */
 


More information about the gmp-commit mailing list