This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/gold in repository glibc.
discards ecbaf760a0 Allow gold to configire glibc adds 7dcdfbcf67 powerpc: Update AT_HWCAP[2] bits adds 1301c20f6c powerpc: fix sysconf support for cache geometries adds 76c4c838e7 powerpc: Fix sinf() IFUNC fallback. adds c340290de8 Optimized version of powf() adds 9f0170af26 Include libc-header-start.h in include/float.h adds 18a336772d Prepare the manual to display math errors for float128 functions adds 7fa1d9462b Add libio-mtsafe flags to the build of strfromf128 adds 3ec7c02cc3 x86-64: memcmp-avx2-movbe.S needs saturating subtraction [BZ [...] adds b1e7c13cc5 resolv: Clean up declarations of the __res_initstamp variable adds b87d47396f resolv/res_libc.c: Reformat to GNU style adds bc0382ae90 x86-64: Fix comment typo in memcmp-avx2-movbe.S adds 52a8e5cb43 Document _FloatN and _FloatNx versions of math functions adds 049816c3be x86-64: Optimize L(between_2_3) in memcmp-avx2-movbe.S adds 16000c8d04 Avoid localplt issues from x86 fereaiseexcept inline. adds 48273d42bc Make libm-test-support code clear exceptions after each test. adds 06a5b8f799 Update x86 ulps for GCC 7. adds fa872e1b62 Clean pthread functions namespaces for C11 threads adds 9a0cc8c1bd inet_pton: Reject IPv6 addresses with many leading zeros [BZ [...] adds 388b4f1a02 Avoid .symver on common symbols [BZ #21666] new 8474d6998d Allow gold to configire glibc
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 (ecbaf760a0) \ N -- N -- N refs/heads/hjl/gold (8474d6998d)
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 1 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 | 226 ++++++++++++++++ include/float.h | 3 + include/sched.h | 2 + include/sys/mman.h | 4 + include/termios.h | 2 + include/time.h | 2 +- manual/arith.texi | 286 ++++++++++++++++++--- manual/libm-err-tab.pl | 7 +- manual/math.texi | 276 +++++++++++++++++++- math/libm-test-support.c | 7 + misc/Versions | 2 + misc/mmap.c | 1 + misc/mmap64.c | 1 + misc/regexp.c | 9 +- nptl/allocatestack.c | 32 +-- nptl/pthreadP.h | 9 + nptl/pthread_cancel.c | 7 +- nptl/pthread_create.c | 18 +- nptl/pthread_detach.c | 3 +- nptl/pthread_equal.c | 2 +- nptl/pthread_exit.c | 4 +- nptl/pthread_getspecific.c | 2 +- nptl/pthread_join.c | 3 +- nptl/pthread_key_create.c | 2 +- nptl/pthread_key_delete.c | 3 +- nptl/pthread_mutex_destroy.c | 2 +- nptl/pthread_mutex_init.c | 2 +- nptl/pthread_mutex_lock.c | 2 +- nptl/pthread_mutex_timedlock.c | 5 +- nptl/pthread_mutex_trylock.c | 3 +- nptl/pthread_mutex_unlock.c | 2 +- nptl/pthread_mutexattr_init.c | 3 +- nptl/pthread_mutexattr_settype.c | 3 +- nptl/pthread_self.c | 2 +- nptl/pthread_setspecific.c | 2 +- nptl/tpp.c | 4 +- posix/nanosleep.c | 2 +- resolv/inet_pton.c | 17 +- resolv/res_init.c | 2 +- resolv/res_libc.c | 155 ++++++----- resolv/resolv-internal.h | 3 + resolv/tst-inet_pton.c | 16 +- string/test-memcmp.c | 11 +- sysdeps/i386/fpu/libm-test-ulps | 16 +- sysdeps/i386/i686/fpu/multiarch/libm-test-ulps | 16 +- sysdeps/ieee754/float128/Makefile | 4 + sysdeps/ieee754/flt-32/e_powf.c | 171 +++++------- sysdeps/posix/gethostname.c | 2 +- sysdeps/powerpc/bits/hwcap.h | 3 + sysdeps/powerpc/dl-procinfo.c | 2 +- .../powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c | 2 +- sysdeps/unix/sysv/linux/i386/Versions | 2 +- sysdeps/unix/sysv/linux/i386/smp.h | 2 +- sysdeps/unix/sysv/linux/mmap.c | 1 + sysdeps/unix/sysv/linux/mmap64.c | 2 + sysdeps/unix/sysv/linux/nanosleep.c | 2 +- sysdeps/unix/sysv/linux/powerpc/ioctl.c | 6 +- sysdeps/unix/sysv/linux/powerpc/sysconf.c | 37 +-- sysdeps/unix/sysv/linux/tcsetattr.c | 3 +- sysdeps/x86/fpu/bits/fenv.h | 2 + sysdeps/x86/fpu/include/bits/fenv.h | 9 + sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S | 18 +- 62 files changed, 1081 insertions(+), 368 deletions(-)