This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/tunables/master in repository glibc.
discards 3d6a433311 Move x86 specific tunables to x86/dl-tunables.list adds 18b759355d Add powf trace adds e0b5a3b654 conformtest: XFAIL uc_sigmask test for ia64 (bug 21634). adds 46ad8909ce conformtest: XFAIL uc_mcontext test for powerpc32 (bug 21635). adds da69a35566 Move x86 specific tunables to x86/dl-tunables.list adds bafcba22ac Consolidate Linux openat implementation adds f0be25b633 Rename xlocale.h to bits/types/__locale_t.h. adds af85385f31 Use locale_t, not __locale_t, throughout glibc adds 8082d91e1c Factor out shared definitions from bits/signum.h. adds 99c3eb0f73 powerpc: Add optimized version of [l]lrintf adds 43e0ac24c8 powerpc: Optimize memchr for power8 adds 965d5c391c inet: Add IPv6 getaddrinfo coverage to tst-inet6_scopeid_pton.c adds 60149b2859 __inet_pton_length: Implement new internal helper function new a724bae730 x86: Rename glibc.tune.ifunc to glibc.tune.hwcaps
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 (3d6a433311) \ N -- N -- N refs/heads/hjl/tunables/master (a724bae730)
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 | 171 ++ NEWS | 6 + benchtests/powf-inputs | 2187 ++++++++++++++++++++ bits/{signum.h => signum-generic.h} | 46 +- bits/signum.h | 72 +- conform/data/signal.h-data | 12 +- conform/data/ucontext.h-data | 6 +- ctype/ctype-c99_l.c | 2 +- ctype/ctype.h | 26 +- ctype/ctype_l.c | 6 +- sysdeps/generic/ld.abilist => dev/null | 0 elf/dl-tunables.list | 4 - include/bits/types/__locale_t.h | 1 + include/bits/types/locale_t.h | 1 + include/monetary.h | 2 +- include/printf.h | 2 +- include/stdlib.h | 16 +- include/time.h | 4 +- include/wchar.h | 4 +- include/xlocale.h | 1 - inet/tst-inet6_scopeid_pton.c | 119 +- locale/Makefile | 3 +- locale/{xlocale.h => bits/types/__locale_t.h} | 24 +- .../ctype-c99_l.c => locale/bits/types/locale_t.h | 19 +- locale/duplocale.c | 6 +- locale/freelocale.c | 2 +- locale/global-locale.c | 2 +- locale/langinfo.h | 9 +- locale/locale.h | 32 +- locale/localeinfo.h | 4 +- locale/newlocale.c | 8 +- locale/nl_langinfo_l.c | 2 +- locale/uselocale.c | 2 +- localedata/bug-usesetlocale.c | 2 +- localedata/tst-xlocale2.c | 2 +- manual/tunables.texi | 8 +- resolv/Makefile | 3 + resolv/Versions | 1 + resolv/inet_pton.c | 159 +- resolv/resolv-internal.h | 9 + resolv/tst-inet_pton.c | 549 +++++ signal/Makefile | 3 +- signal/signal.h | 3 + stdio-common/vfscanf.c | 2 +- stdlib/monetary.h | 5 +- stdlib/stdlib.h | 38 +- stdlib/strfmon_l.c | 4 +- stdlib/strtod_l.c | 9 +- stdlib/strtof_l.c | 4 +- stdlib/strtol.c | 2 +- stdlib/strtol_l.c | 5 +- stdlib/strtold_l.c | 12 +- stdlib/strtoll_l.c | 4 +- stdlib/strtoul_l.c | 4 +- stdlib/strtoull_l.c | 4 +- string/strcasecmp.c | 4 +- string/strcoll_l.c | 2 +- string/string.h | 9 +- string/strings.h | 7 +- string/strncase.c | 4 +- string/strxfrm_l.c | 2 +- support/Makefile | 1 + .../float128/wcstof128_l.c => support/xmprotect.c | 22 +- support/xunistd.h | 2 +- sysdeps/generic/siglist.h | 24 +- sysdeps/ieee754/float128/strtof128_l.c | 2 +- sysdeps/ieee754/float128/wcstof128.c | 2 +- sysdeps/ieee754/float128/wcstof128_l.c | 2 +- sysdeps/ieee754/ldbl-128ibm/strtold_l.c | 5 +- sysdeps/ieee754/ldbl-64-128/strtold_l.c | 5 +- sysdeps/ieee754/ldbl-opt/nldbl-compat.c | 4 +- sysdeps/ieee754/ldbl-opt/nldbl-strfmon_l.c | 2 +- sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c | 4 +- sysdeps/ieee754/ldbl-opt/nldbl-wcstold_l.c | 2 +- sysdeps/powerpc/powerpc32/power7/strcasecmp.S | 2 +- .../powerpc/powerpc64/fpu/multiarch/s_llrintf.c | 46 + sysdeps/powerpc/powerpc64/fpu/s_llrint.S | 7 + sysdeps/powerpc/powerpc64/fpu/s_llrintf.S | 37 +- sysdeps/powerpc/powerpc64/multiarch/Makefile | 3 +- .../powerpc/powerpc64/multiarch/ifunc-impl-list.c | 3 + .../powerpc64/multiarch/memchr-power8.S} | 18 +- sysdeps/powerpc/powerpc64/multiarch/memchr.c | 3 + sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S | 7 + sysdeps/powerpc/powerpc64/power7/strcasecmp.S | 2 +- sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S | 7 + sysdeps/powerpc/powerpc64/power8/memchr.S | 335 +++ sysdeps/unix/bsd/bits/signum.h | 58 +- sysdeps/unix/sysv/linux/Makefile | 14 + sysdeps/unix/sysv/linux/alpha/bits/signum.h | 69 +- sysdeps/unix/sysv/linux/bits/signum.h | 91 +- sysdeps/unix/sysv/linux/hppa/bits/signum.h | 110 +- sysdeps/unix/sysv/linux/ia64/Makefile | 5 + sysdeps/unix/sysv/linux/mips/bits/signum.h | 94 +- sysdeps/unix/sysv/linux/openat.c | 31 +- sysdeps/unix/sysv/linux/openat64.c | 57 +- sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile | 5 + sysdeps/unix/sysv/linux/sparc/bits/signum.h | 70 +- sysdeps/unix/sysv/linux/tst-signal-numbers.sh | 86 + sysdeps/unix/sysv/linux/wordsize-64/openat.c | 11 - sysdeps/unix/sysv/linux/wordsize-64/openat64.c | 1 - sysdeps/x86/cpu-features.c | 4 +- sysdeps/x86/cpu-features.h | 6 +- sysdeps/x86/cpu-tunables.c | 28 +- sysdeps/x86/dl-tunables.list | 6 +- sysdeps/x86_64/strcasecmp_l-nonascii.c | 2 +- sysdeps/x86_64/strncase_l-nonascii.c | 2 +- time/strftime_l.c | 2 +- time/strptime_l.c | 2 +- time/time.h | 6 +- wcsmbs/mbsrtowcs_l.c | 2 +- wcsmbs/wchar.h | 53 +- wcsmbs/wcscasecmp.c | 2 +- wcsmbs/wcsncase.c | 2 +- wcsmbs/wcstod.c | 4 +- wcsmbs/wcstod_l.c | 4 +- wcsmbs/wcstof.c | 4 +- wcsmbs/wcstof_l.c | 4 +- wcsmbs/wcstol_l.c | 2 +- wcsmbs/wcstold.c | 4 +- wcsmbs/wcstold_l.c | 4 +- wcsmbs/wcstoll_l.c | 2 +- wcsmbs/wcstoul_l.c | 2 +- wcsmbs/wcstoull_l.c | 2 +- wctype/iswctype_l.c | 2 +- wctype/towctrans_l.c | 2 +- wctype/wcfuncs_l.c | 6 +- wctype/wctrans_l.c | 2 +- wctype/wctype.h | 40 +- wctype/wctype_l.c | 2 +- 129 files changed, 4203 insertions(+), 910 deletions(-) copy bits/{signum.h => signum-generic.h} (66%) copy sysdeps/generic/ld.abilist => dev/null (100%) create mode 100644 include/bits/types/__locale_t.h create mode 100644 include/bits/types/locale_t.h delete mode 100644 include/xlocale.h rename locale/{xlocale.h => bits/types/__locale_t.h} (72%) copy ctype/ctype-c99_l.c => locale/bits/types/locale_t.h (74%) create mode 100644 resolv/tst-inet_pton.c copy sysdeps/ieee754/float128/wcstof128_l.c => support/xmprotect.c (72%) create mode 100644 sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrintf.c copy sysdeps/{ieee754/float128/wcstof128_l.c => powerpc/powerpc64/multiarch/memchr [...] create mode 100644 sysdeps/powerpc/powerpc64/power8/memchr.S create mode 100644 sysdeps/unix/sysv/linux/tst-signal-numbers.sh delete mode 100644 sysdeps/unix/sysv/linux/wordsize-64/openat.c delete mode 100644 sysdeps/unix/sysv/linux/wordsize-64/openat64.c