This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/release-aarch64 in repository toolchain/ci/glibc.
from f055faf801 linux: Use socket-constants-time64.h on tst-socket-timestamp-compat new a30807b7db string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755] new fd412fff6d x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ [...] new d001088e22 x86: Test wcscmp RTM in the wcsncmp overflow case [BZ #28896] new 676f85759c x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.c new 3226ffde07 NEWS: Add a bug fix entry for BZ #28896 new 1dd783fafd elf: Check invalid hole in PT_LOAD segments [BZ #28838] new e247a3b118 elf: Replace tst-audit24bmod2.so with tst-audit24bmod2 new 264ad5d7d6 resolv: Fix tst-resolv tests for 2.35 ABIs and later new a787325e83 NEWS: Add a bug fix entry for BZ #28688 new 3feecd8001 localedef: Update LC_MONETARY handling (Bug 28845) new 732dd3a63d localedata: Do not generate output if warnings were present. new 90797f4972 localedef: Handle symbolic links when generating locale-archive new c60e6a458b hppa: Fix bind-now audit (BZ #28857) new 1f77081178 Fix elf/tst-audit2 on hppa new 2631d3b3a6 hppa: Fix swapcontext new d82d9cdff4 hppa: Revise gettext trampoline design new ca0570fee3 hppa: Fix warnings from _dl_lookup_address new e30c1c73da nptl: Fix cleanups for stack grows up [BZ# 28899] new 3149f47b80 io: Add fsync call in tst-stat new c54c5cd8e3 nss: Do not mention NSS test modules in <gnu/lib-names.h> new 123bd1ec66 nss: Protect against errno changes in function lookup (bug 28953) new 01d5214bb4 hppa: Implement swapcontext in assembler (bug 28960) new 9be62976af hppa: Use END instead of PSEUDO_END in swapcontext.S
The 23 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: 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%)