This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch zack/headers-cleanups in repository glibc.
discards 7292a51 Convert signal.h from __need macros to bits/types/ headers. discards 897982b The bits/types/*.h treatment for stdio and wchar. discards a4a287e Suppress internal declarations for most of the testsuite. discards aeebade Clean up conditionals for declaration of gets(). adds 9174b4c Update arm, mips, powerpc-nofpu libm-test-ulps. adds 71223d6 One more obvious missing #include in the testsuite. adds 24b2a1b Remove some unused libm-test exception macros. adds 0b38d66 Bug 20313: Update to Unicode 9.0.0 adds ee6df1e powerpc: Convert tests to the new support test-driver adds 6ec4140 powerpc: Add tests for __ppc_set_ppr_* functions. adds 2f78098 powerpc: Update powerpc-fpu libm-test-ulps adds 72aaa20 Add IP_RECVFRAGSIZE from Linux 4.10. adds bf0b536 Use Linux 4.10 in build-many-glibcs.py. adds 63e1c37 Add TFD_TIMER_CANCEL_ON_SET to sys/timerfd.h. adds aec0821 Add new templates for IEEE wrappers adds 92061bb Run libm tests separately for each function. adds d4f9436 Get rid of duplicate const declaration specifier warning in t [...] adds 4f5a9af Use independent type literals in libm-test-support.c adds 7caa505 Clean up conditionals for declaration of gets. adds e15f7de Split DIAG_* macros to new header libc-diag.h. adds 963394a Allow direct use of math_ldbl.h in testsuite. adds 8baa3eb Narrowing the visibility of libc-internal.h even further. adds 8272bda Miscellaneous 'safe' testsuite changes. adds 5814718 Suppress internal declarations for most of the testsuite. new e5f26e4 The bits/types/*.h treatment for stdio and wchar. new bcb9b76 Convert signal.h from __need macros to bits/types/ headers.
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (7292a51) \ N -- N -- N refs/heads/zack/headers-cleanups (bcb9b76)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 543 ++++ NEWS | 4 +- debug/pcprofile.c | 1 - dlfcn/Makefile | 2 +- elf/Makefile | 14 +- elf/dl-load.c | 2 +- elf/dl-reloc.c | 2 +- elf/dl-tunables.c | 1 - elf/get-dynamic-info.h | 7 +- elf/soinit.c | 1 - iconv/loop.c | 2 +- iconvdata/iso-2022-cn-ext.c | 2 +- include/libc-diag.h | 19 +- include/libc-internal.h | 57 +- include/libc-pointer-arith.h | 60 + include/libc-symbols.h | 13 + include/math.h | 5 + include/stdc-predef.h | 10 +- include/string.h | 10 +- io/openat.c | 1 - io/openat64.c | 1 - locale/programs/locarchive.c | 2 +- locale/weight.h | 2 +- locale/weightwc.h | 2 +- localedata/ChangeLog | 16 + localedata/charmaps/UTF-8 | 1670 ++++++++++++- localedata/locales/i18n | 2616 +++++++++++--------- localedata/locales/tr_TR | 2616 +++++++++++--------- localedata/locales/translit_circle | 2 +- localedata/locales/translit_cjk_compat | 4 +- localedata/locales/translit_combining | 262 +- localedata/locales/translit_compat | 2 +- localedata/locales/translit_font | 2 +- localedata/locales/translit_fraction | 2 +- localedata/unicode-gen/DerivedCoreProperties.txt | 412 ++- localedata/unicode-gen/EastAsianWidth.txt | 288 ++- localedata/unicode-gen/Makefile | 2 +- localedata/unicode-gen/UnicodeData.txt | 1383 ++++++++++- malloc/malloc.c | 2 +- math/Makefile | 198 +- math/README.libm-test | 23 +- math/gen-libm-have-vector-test.sh | 52 - math/libm-test-acos.inc | 8 + math/libm-test-acosh.inc | 8 + math/libm-test-asin.inc | 8 + math/libm-test-asinh.inc | 8 + math/libm-test-atan.inc | 8 + math/libm-test-atan2.inc | 8 + math/libm-test-atanh.inc | 8 + math/libm-test-cabs.inc | 8 + math/libm-test-cacos.inc | 8 + math/libm-test-cacosh.inc | 8 + math/libm-test-canonicalize.inc | 8 + math/libm-test-carg.inc | 8 + math/libm-test-casin.inc | 8 + math/libm-test-casinh.inc | 8 + math/libm-test-catan.inc | 8 + math/libm-test-catanh.inc | 8 + math/libm-test-cbrt.inc | 8 + math/libm-test-ccos.inc | 8 + math/libm-test-ccosh.inc | 8 + math/libm-test-ceil.inc | 8 + math/libm-test-cexp.inc | 8 + math/libm-test-cimag.inc | 8 + math/libm-test-clog.inc | 8 + math/libm-test-clog10.inc | 8 + math/libm-test-conj.inc | 8 + math/libm-test-copysign.inc | 8 + math/libm-test-cos.inc | 8 + math/libm-test-cosh.inc | 8 + math/libm-test-cpow.inc | 8 + math/libm-test-cproj.inc | 8 + math/libm-test-creal.inc | 8 + math/libm-test-csin.inc | 8 + math/libm-test-csinh.inc | 8 + math/libm-test-csqrt.inc | 8 + math/libm-test-ctan.inc | 8 + math/libm-test-ctanh.inc | 8 + math/libm-test-driver.c | 6 - math/libm-test-erf.inc | 8 + math/libm-test-erfc.inc | 8 + math/libm-test-exp.inc | 8 + math/libm-test-exp10.inc | 9 + math/libm-test-exp2.inc | 8 + math/libm-test-expm1.inc | 8 + math/libm-test-fabs.inc | 8 + math/libm-test-fdim.inc | 8 + math/libm-test-floor.inc | 8 + math/libm-test-fma.inc | 8 + math/libm-test-fmax.inc | 8 + math/libm-test-fmaxmag.inc | 8 + math/libm-test-fmin.inc | 8 + math/libm-test-fminmag.inc | 8 + math/libm-test-fmod.inc | 8 + math/libm-test-fpclassify.inc | 8 + math/libm-test-frexp.inc | 8 + math/libm-test-fromfp.inc | 8 + math/libm-test-fromfpx.inc | 8 + math/libm-test-getpayload.inc | 8 + math/libm-test-hypot.inc | 8 + math/libm-test-ilogb.inc | 8 + math/libm-test-iscanonical.inc | 8 + math/libm-test-iseqsig.inc | 8 + math/libm-test-isfinite.inc | 9 + math/libm-test-isgreater.inc | 8 + math/libm-test-isgreaterequal.inc | 8 + math/libm-test-isinf.inc | 8 + math/libm-test-isless.inc | 8 + math/libm-test-islessequal.inc | 8 + math/libm-test-islessgreater.inc | 8 + math/libm-test-isnan.inc | 8 + math/libm-test-isnormal.inc | 8 + math/libm-test-issignaling.inc | 8 + math/libm-test-issubnormal.inc | 8 + math/libm-test-isunordered.inc | 8 + math/libm-test-iszero.inc | 8 + math/libm-test-j0.inc | 8 + math/libm-test-j1.inc | 8 + math/libm-test-jn.inc | 8 + math/libm-test-lgamma.inc | 9 + math/libm-test-llogb.inc | 8 + math/libm-test-llrint.inc | 8 + math/libm-test-llround.inc | 8 + math/libm-test-log.inc | 8 + math/libm-test-log10.inc | 8 + math/libm-test-log1p.inc | 8 + math/libm-test-log2.inc | 8 + math/libm-test-logb.inc | 8 + math/libm-test-lrint.inc | 8 + math/libm-test-lround.inc | 8 + math/libm-test-modf.inc | 8 + math/libm-test-nearbyint.inc | 8 + math/libm-test-nextafter.inc | 8 + math/libm-test-nextdown.inc | 8 + math/libm-test-nexttoward.inc | 8 + math/libm-test-nextup.inc | 8 + math/libm-test-pow.inc | 8 + math/libm-test-remainder.inc | 9 + math/libm-test-remquo.inc | 8 + math/libm-test-rint.inc | 8 + math/libm-test-round.inc | 8 + math/libm-test-roundeven.inc | 8 + math/libm-test-scalb.inc | 8 + math/libm-test-scalbln.inc | 8 + math/libm-test-scalbn.inc | 9 + math/libm-test-setpayload.inc | 8 + math/libm-test-setpayloadsig.inc | 8 + math/libm-test-signbit.inc | 8 + math/libm-test-significand.inc | 8 + math/libm-test-sin.inc | 8 + math/libm-test-sincos.inc | 8 + math/libm-test-sinh.inc | 8 + math/libm-test-sqrt.inc | 8 + math/libm-test-support.c | 18 +- math/libm-test-support.h | 28 - math/libm-test-tan.inc | 8 + math/libm-test-tanh.inc | 8 + math/libm-test-tgamma.inc | 8 + math/libm-test-totalorder.inc | 8 + math/libm-test-totalordermag.inc | 8 + math/libm-test-trunc.inc | 8 + math/libm-test-ufromfp.inc | 8 + math/libm-test-ufromfpx.inc | 8 + math/libm-test-y0.inc | 8 + math/libm-test-y1.inc | 8 + math/libm-test-yn.inc | 8 + math/libm-test.inc | 319 --- math/test-double-finite.c | 23 - math/test-double-vlen2.h | 2 - math/test-double-vlen4.h | 2 - math/test-double-vlen8.h | 2 - math/test-double.c | 25 - math/test-float-finite.c | 23 - math/test-float-vlen16.h | 2 - math/test-float-vlen4.h | 2 - math/test-float-vlen8.h | 2 - math/test-float.c | 25 - math/test-idouble.c | 23 - math/test-ifloat.c | 23 - math/test-ildouble.c | 23 - math/test-ldouble-finite.c | 23 - math/test-ldouble.c | 25 - math/test-math-vector.h | 3 +- math/test-misc.c | 23 +- ...libm-test-support-float.c => w_acos_template.c} | 24 +- ...bm-test-support-double.c => w_acosh_template.c} | 24 +- ...libm-test-support-float.c => w_asin_template.c} | 24 +- ...ibm-test-support-float.c => w_atan2_template.c} | 25 +- ...bm-test-support-double.c => w_atanh_template.c} | 30 +- ...bm-test-support-ldouble.c => w_cosh_template.c} | 25 +- ...ibm-test-support-float.c => w_exp10_template.c} | 25 +- ...libm-test-support-float.c => w_exp2_template.c} | 25 +- ...libm-test-support-double.c => w_exp_template.c} | 29 +- ...ibm-test-support-double.c => w_fmod_template.c} | 25 +- ...ibm-test-support-float.c => w_hypot_template.c} | 25 +- ...{libm-test-support-double.c => w_j0_template.c} | 37 +- ...{libm-test-support-double.c => w_j1_template.c} | 37 +- math/w_jn_template.c | 51 + math/w_lgamma_r_template.c | 53 + ...m-test-support-double.c => w_lgamma_template.c} | 28 +- ...bm-test-support-double.c => w_log10_template.c} | 30 +- ...ibm-test-support-double.c => w_log2_template.c} | 30 +- ...libm-test-support-double.c => w_log_template.c} | 30 +- math/w_pow_template.c | 51 + ...est-support-double.c => w_remainder_template.c} | 25 +- ...libm-test-support-float.c => w_sinh_template.c} | 25 +- ...libm-test-support-float.c => w_sqrt_template.c} | 24 +- math/w_tgamma_template.c | 54 + misc/ptrace.c | 1 - misc/reboot.c | 2 +- misc/sys/cdefs.h | 3 + nis/nis_table.c | 2 +- nptl/Makefile | 5 +- nptl/nptl-init.c | 2 +- nptl/pthread_clock_gettime.c | 1 - nptl/pthread_clock_settime.c | 1 - nptl/pthread_cond_common.c | 1 - nptl/tst-join7mod.c | 8 +- nptl_db/thread_dbP.h | 2 +- nscd/connections.c | 2 +- posix/wordexp-test.c | 5 +- resolv/res_send.c | 2 +- resolv/tst-resolv-qtypes.c | 2 +- scripts/build-many-glibcs.py | 2 +- soft-fp/fmadf4.c | 7 +- soft-fp/fmasf4.c | 7 +- soft-fp/fmatf4.c | 7 +- stdio-common/vfscanf.c | 2 +- string/strcoll_l.c | 1 - string/strcspn.c | 2 +- string/strspn.c | 2 +- sysdeps/arm/libm-test-ulps | 112 +- sysdeps/generic/math-type-macros-double.h | 3 + sysdeps/generic/math-type-macros-float.h | 3 + sysdeps/generic/math-type-macros-ldouble.h | 3 + sysdeps/generic/math_ldbl.h | 3 +- sysdeps/generic/math_private.h | 4 +- sysdeps/i386/nptl/tls.h | 2 +- sysdeps/ia64/fpu/libm-symbols.h | 2 +- sysdeps/ia64/fpu/math_ldbl.h | 23 +- sysdeps/ieee754/dbl-64/e_lgamma_r.c | 2 +- sysdeps/ieee754/dbl-64/k_rem_pio2.c | 2 +- sysdeps/ieee754/flt-32/e_lgammaf_r.c | 2 +- sysdeps/ieee754/flt-32/k_rem_pio2f.c | 2 +- sysdeps/ieee754/ldbl-128/k_tanl.c | 3 +- sysdeps/ieee754/ldbl-128/math_ldbl.h | 23 +- sysdeps/ieee754/ldbl-128ibm/k_tanl.c | 3 +- sysdeps/ieee754/ldbl-128ibm/math_ldbl.h | 30 +- .../ldbl-128ibm/test-canonical-ldbl-128ibm.c | 2 +- .../ldbl-128ibm/test-totalorderl-ldbl-128ibm.c | 2 +- sysdeps/ieee754/ldbl-96/e_lgammal_r.c | 2 +- sysdeps/ieee754/ldbl-96/k_tanl.c | 3 +- sysdeps/ieee754/ldbl-96/math_ldbl.h | 23 +- sysdeps/m68k/m680x0/fpu/bits/mathinline.h | 15 +- sysdeps/mips/mips32/libm-test-ulps | 112 +- sysdeps/mips/mips64/libm-test-ulps | 200 +- sysdeps/nacl/brk.c | 1 - sysdeps/nacl/dl-map-segments.h | 7 +- sysdeps/nptl/futex-internal.h | 2 +- sysdeps/powerpc/Makefile | 3 +- sysdeps/powerpc/fpu/libm-test-ulps | 204 +- sysdeps/powerpc/fpu/math_ldbl.h | 18 + sysdeps/powerpc/fpu/tst-setcontext-fpscr.c | 2 +- sysdeps/powerpc/nofpu/libm-test-ulps | 216 +- sysdeps/powerpc/test-get_hwcap.c | 23 +- sysdeps/powerpc/test-gettimebase.c | 3 +- sysdeps/powerpc/tst-set_ppr.c | 103 + sysdeps/powerpc/tst-tlsopt-powerpc.c | 3 +- sysdeps/unix/clock_settime.c | 1 - sysdeps/unix/sysv/linux/bits/in.h | 1 + sysdeps/unix/sysv/linux/i386/get_clockfreq.c | 2 - sysdeps/unix/sysv/linux/ia64/get_clockfreq.c | 1 - sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c | 1 - .../unix/sysv/linux/sparc/sparc64/get_clockfreq.c | 1 - sysdeps/unix/sysv/linux/spawni.c | 2 +- sysdeps/unix/sysv/linux/sys/timerfd.h | 4 +- sysdeps/unix/sysv/linux/tst-clone.c | 5 + sysdeps/unix/sysv/linux/tst-setgetname.c | 3 + sysdeps/x86_64/atomic-machine.h | 10 +- sysdeps/x86_64/fpu/Makefile | 11 +- sysdeps/x86_64/fpu/math_ldbl.h | 18 + sysdeps/x86_64/fpu/test-double-vlen2.c | 21 - sysdeps/x86_64/fpu/test-double-vlen2.h | 26 - sysdeps/x86_64/fpu/test-double-vlen4-avx2.c | 21 - sysdeps/x86_64/fpu/test-double-vlen4.c | 21 - sysdeps/x86_64/fpu/test-double-vlen4.h | 7 - sysdeps/x86_64/fpu/test-double-vlen8.c | 21 - sysdeps/x86_64/fpu/test-double-vlen8.h | 7 - sysdeps/x86_64/fpu/test-float-vlen16.c | 21 - sysdeps/x86_64/fpu/test-float-vlen16.h | 7 - sysdeps/x86_64/fpu/test-float-vlen4.c | 21 - sysdeps/x86_64/fpu/test-float-vlen4.h | 26 - sysdeps/x86_64/fpu/test-float-vlen8-avx2.c | 21 - sysdeps/x86_64/fpu/test-float-vlen8.c | 21 - sysdeps/x86_64/fpu/test-float-vlen8.h | 7 - sysdeps/x86_64/nptl/tls.h | 2 +- 296 files changed, 10017 insertions(+), 4194 deletions(-) create mode 100644 include/libc-pointer-arith.h delete mode 100644 math/gen-libm-have-vector-test.sh delete mode 100644 math/libm-test.inc delete mode 100644 math/test-double-finite.c delete mode 100644 math/test-double.c delete mode 100644 math/test-float-finite.c delete mode 100644 math/test-float.c delete mode 100644 math/test-idouble.c delete mode 100644 math/test-ifloat.c delete mode 100644 math/test-ildouble.c delete mode 100644 math/test-ldouble-finite.c delete mode 100644 math/test-ldouble.c copy math/{libm-test-support-float.c => w_acos_template.c} (56%) copy math/{libm-test-support-double.c => w_acosh_template.c} (57%) copy math/{libm-test-support-float.c => w_asin_template.c} (56%) copy math/{libm-test-support-float.c => w_atan2_template.c} (56%) copy math/{libm-test-support-double.c => w_atanh_template.c} (52%) rename math/{libm-test-support-ldouble.c => w_cosh_template.c} (57%) copy math/{libm-test-support-float.c => w_exp10_template.c} (55%) copy math/{libm-test-support-float.c => w_exp2_template.c} (56%) copy math/{libm-test-support-double.c => w_exp_template.c} (51%) copy math/{libm-test-support-double.c => w_fmod_template.c} (52%) copy math/{libm-test-support-float.c => w_hypot_template.c} (55%) copy math/{libm-test-support-double.c => w_j0_template.c} (50%) copy math/{libm-test-support-double.c => w_j1_template.c} (50%) create mode 100644 math/w_jn_template.c create mode 100644 math/w_lgamma_r_template.c copy math/{libm-test-support-double.c => w_lgamma_template.c} (51%) copy math/{libm-test-support-double.c => w_log10_template.c} (53%) copy math/{libm-test-support-double.c => w_log2_template.c} (53%) copy math/{libm-test-support-double.c => w_log_template.c} (54%) create mode 100644 math/w_pow_template.c rename math/{libm-test-support-double.c => w_remainder_template.c} (51%) copy math/{libm-test-support-float.c => w_sinh_template.c} (57%) rename math/{libm-test-support-float.c => w_sqrt_template.c} (57%) create mode 100644 math/w_tgamma_template.c create mode 100644 sysdeps/powerpc/tst-set_ppr.c delete mode 100644 sysdeps/x86_64/fpu/test-double-vlen2.c delete mode 100644 sysdeps/x86_64/fpu/test-double-vlen2.h delete mode 100644 sysdeps/x86_64/fpu/test-double-vlen4-avx2.c delete mode 100644 sysdeps/x86_64/fpu/test-double-vlen4.c delete mode 100644 sysdeps/x86_64/fpu/test-double-vlen8.c delete mode 100644 sysdeps/x86_64/fpu/test-float-vlen16.c delete mode 100644 sysdeps/x86_64/fpu/test-float-vlen4.c delete mode 100644 sysdeps/x86_64/fpu/test-float-vlen4.h delete mode 100644 sysdeps/x86_64/fpu/test-float-vlen8-avx2.c delete mode 100644 sysdeps/x86_64/fpu/test-float-vlen8.c