This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_apm/llvm-release-aarch64-spec2k6-Os in repository toolchain/ci/glibc.
from f055faf801 linux: Use socket-constants-time64.h on tst-socket-timestamp-compat adds a30807b7db string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755] adds fd412fff6d x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ [...] adds d001088e22 x86: Test wcscmp RTM in the wcsncmp overflow case [BZ #28896] adds 676f85759c x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.c adds 3226ffde07 NEWS: Add a bug fix entry for BZ #28896 adds 1dd783fafd elf: Check invalid hole in PT_LOAD segments [BZ #28838] adds e247a3b118 elf: Replace tst-audit24bmod2.so with tst-audit24bmod2 adds 264ad5d7d6 resolv: Fix tst-resolv tests for 2.35 ABIs and later adds a787325e83 NEWS: Add a bug fix entry for BZ #28688 adds 3feecd8001 localedef: Update LC_MONETARY handling (Bug 28845) adds 732dd3a63d localedata: Do not generate output if warnings were present. adds 90797f4972 localedef: Handle symbolic links when generating locale-archive adds c60e6a458b hppa: Fix bind-now audit (BZ #28857) adds 1f77081178 Fix elf/tst-audit2 on hppa adds 2631d3b3a6 hppa: Fix swapcontext adds d82d9cdff4 hppa: Revise gettext trampoline design adds ca0570fee3 hppa: Fix warnings from _dl_lookup_address adds e30c1c73da nptl: Fix cleanups for stack grows up [BZ# 28899] adds 3149f47b80 io: Add fsync call in tst-stat adds c54c5cd8e3 nss: Do not mention NSS test modules in <gnu/lib-names.h> adds 123bd1ec66 nss: Protect against errno changes in function lookup (bug 28953) adds 01d5214bb4 hppa: Implement swapcontext in assembler (bug 28960) adds 9be62976af hppa: Use END instead of PSEUDO_END in swapcontext.S
No new revisions were added by this update.
Summary of changes: NEWS | 5 + elf/Makefile | 4 +- elf/dl-audit.c | 3 +- elf/dl-map-segments.h | 3 + elf/tst-auditmod24a.c | 4 +- elf/tst-auditmod24d.c | 4 +- elf/tst-auditmod25.c | 2 +- io/tst-stat.c | 4 + locale/programs/ld-monetary.c | 182 +++++++++++++++++---- locale/programs/locarchive.c | 2 +- localedata/Makefile | 4 +- localedata/gen-locale.sh | 10 +- nptl/unwind.c | 2 +- nss/Makefile | 26 +-- nss/nss_module.c | 12 +- nss/nss_test_errno.c | 58 +++++++ grp/tst-initgroups1.c => nss/tst-nss-test_errno.c | 61 +++---- resolv/Makefile | 18 +- shlib-versions | 5 - string/test-strncmp.c | 13 ++ sysdeps/hppa/dl-fptr.c | 15 +- sysdeps/hppa/dl-lookupcfg.h | 9 +- sysdeps/hppa/dl-machine.h | 24 ++- sysdeps/hppa/dl-runtime.c | 4 +- sysdeps/hppa/dl-runtime.h | 3 + sysdeps/unix/sysv/linux/hppa/getcontext.S | 53 +++--- sysdeps/unix/sysv/linux/hppa/setcontext.S | 9 +- sysdeps/unix/sysv/linux/hppa/swapcontext.S | 72 ++++++++ sysdeps/unix/sysv/linux/hppa/swapcontext.c | 41 ----- sysdeps/x86/Makefile | 7 +- sysdeps/x86/tst-strncmp-rtm.c | 43 ++++- .../x86/tst-wcsncmp-rtm.c | 10 +- sysdeps/x86_64/multiarch/strcmp-avx2.S | 2 +- sysdeps/x86_64/multiarch/strncmp-avx2-rtm.S | 1 + sysdeps/x86_64/multiarch/strncmp-avx2.S | 1 + sysdeps/x86_64/multiarch/wcsncmp-avx2-rtm.S | 2 +- sysdeps/x86_64/multiarch/wcsncmp-avx2.S | 2 +- 37 files changed, 510 insertions(+), 210 deletions(-) create mode 100644 nss/nss_test_errno.c copy grp/tst-initgroups1.c => nss/tst-nss-test_errno.c (53%) create mode 100644 sysdeps/unix/sysv/linux/hppa/swapcontext.S delete mode 100644 sysdeps/unix/sysv/linux/hppa/swapcontext.c copy elf/tst-audit23mod.c => sysdeps/x86/tst-wcsncmp-rtm.c (85%)