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 b94a5fc Convert signal.h from __need macros to bits/types/ headers. discards 8587cc5 The bits/types/*.h treatment for stdio and wchar. discards 92c6a21 Suppress internal declarations for most of the testsuite. discards dbca7b9 Clean up conditionals for declaration of gets(). adds 51b34a9 Fix lgamma*, log10* and log2* results [BZ #21171] adds f7a5134 Revert header inclusion changes that break math/ testing on x86_64. adds 6b8303a Move tests of cacos, cacosh to auto-libm-test-*. adds fa2a3dd Move tests of casin, casinh to auto-libm-test-*. adds 2c51dfd Move tests of catan, catanh to auto-libm-test-*. adds 52ac223 Use index_cpu_RTM and reg_RTM to clear the bit_cpu_RTM bit adds 3b33d6e Rework -fno-omit-frame-pointer support on i386 new aeebade Clean up conditionals for declaration of gets(). new a4a287e Suppress internal declarations for most of the testsuite. new 897982b The bits/types/*.h treatment for stdio and wchar. new 7292a51 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 (b94a5fc) \ N -- N -- N refs/heads/zack/headers-cleanups (7292a51)
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 4 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 | 118 + Makeconfig | 2 +- Makerules | 14 +- config.h.in | 4 + elf/Makefile | 2 - elf/tst-env-setuid-tunables.c | 6 + math/Makefile | 35 +- math/auto-libm-test-in | 3179 ++ math/auto-libm-test-out-cacos | 45389 +++++++++++++++++++++++ math/auto-libm-test-out-cacosh | 45389 +++++++++++++++++++++++ math/auto-libm-test-out-casin | 45389 +++++++++++++++++++++++ math/auto-libm-test-out-casinh | 45389 +++++++++++++++++++++++ math/auto-libm-test-out-catan | 37758 +++++++++++++++++++ math/auto-libm-test-out-catanh | 37758 +++++++++++++++++++ math/libm-test-cacos.inc | 639 +- math/libm-test-cacosh.inc | 633 +- math/libm-test-casin.inc | 639 +- math/libm-test-casinh.inc | 639 +- math/libm-test-catan.inc | 447 +- math/libm-test-catanh.inc | 447 +- nptl/Makefile | 2 +- sysdeps/i386/fpu/libm-test-ulps | 124 +- sysdeps/i386/i686/fpu/multiarch/libm-test-ulps | 120 +- sysdeps/ieee754/dbl-64/e_lgamma_r.c | 2 +- sysdeps/ieee754/dbl-64/e_log10.c | 2 +- sysdeps/ieee754/dbl-64/e_log2.c | 2 +- sysdeps/ieee754/flt-32/e_lgammaf_r.c | 2 +- sysdeps/ieee754/flt-32/e_log10f.c | 2 +- sysdeps/ieee754/flt-32/e_log2f.c | 2 +- sysdeps/ieee754/ldbl-128/e_lgammal_r.c | 2 +- sysdeps/ieee754/ldbl-128/e_log10l.c | 2 +- sysdeps/ieee754/ldbl-128/e_log2l.c | 2 +- sysdeps/ieee754/ldbl-128ibm/e_log10l.c | 2 +- sysdeps/ieee754/ldbl-128ibm/e_log2l.c | 2 +- sysdeps/unix/sysv/linux/i386/Makefile | 39 +- sysdeps/unix/sysv/linux/i386/configure | 39 + sysdeps/unix/sysv/linux/i386/configure.ac | 17 + sysdeps/unix/sysv/linux/i386/sysdep.h | 6 +- sysdeps/x86/cpu-features.c | 2 +- sysdeps/x86_64/fpu/Makefile | 8 + sysdeps/x86_64/fpu/libm-test-ulps | 164 +- 41 files changed, 260713 insertions(+), 3706 deletions(-) create mode 100644 math/auto-libm-test-out-cacos create mode 100644 math/auto-libm-test-out-cacosh create mode 100644 math/auto-libm-test-out-casin create mode 100644 math/auto-libm-test-out-casinh create mode 100644 math/auto-libm-test-out-catan create mode 100644 math/auto-libm-test-out-catanh