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_tx1/llvm-master-aarch64-spec2k6-O3 in repository toolchain/ci/glibc.
from b8a6ee43bb benchtests: Add hypotf adds cca75bd8b5 i386: Explain why __HAVE_64B_ATOMICS has to be 0 adds f64f4ce069 elf: Assume disjointed .rela.dyn and .rela.plt for loader adds db432f033d Use Linux 5.15 in build-many-glibcs.py adds fdcd177fd3 regex: Unnest nested functions in regcomp.c adds 6720d36b66 x86-64: Replace movzx with movzbl adds 09f214528c riscv: Build with -mno-relax if linker does not support R_RI [...] adds d3bf2f5927 elf: Do not run DSO sorting if tunables is not enabled adds 9fea0f1a2a [powerpc] Tighten contraints for asm constant parameters adds ff012870b2 gconv: Do not emit spurious NUL character in ISO-2022-JP-3 ( [...]
No new revisions were added by this update.
Summary of changes: elf/Makefile | 2 + elf/dynamic-link.h | 32 +-- iconvdata/Makefile | 5 +- iconvdata/bug-iconv15.c | 60 +++++ iconvdata/iso-2022-jp-3.c | 28 +- posix/regcomp.c | 464 +++++++++++++++++--------------- scripts/build-many-glibcs.py | 2 +- sysdeps/powerpc/fpu/fenv_libc.h | 8 +- sysdeps/powerpc/test-get_hwcap.c | 8 +- sysdeps/powerpc/tst-tlsifunc.c | 2 +- sysdeps/riscv/Makefile | 6 + sysdeps/riscv/configure | 30 +++ sysdeps/riscv/configure.ac | 16 ++ sysdeps/x86/atomic-machine.h | 4 + sysdeps/x86_64/multiarch/strcmp-sse42.S | 4 +- sysdeps/x86_64/strcmp.S | 4 +- 16 files changed, 406 insertions(+), 269 deletions(-) create mode 100644 iconvdata/bug-iconv15.c