This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/glibc.
from 7a72265436 Add xfchmod to libsupport adds 2cd361b511 posix: Correct attribute access mode on readlinkat [BZ #27024]. adds c31b1f5231 riscv: support GNU indirect function adds 313bfd505e riscv: Initialize $gp before resolving the IRELATIVE relocation adds 1c426b1d59 Update STATX_ATTR_DAX value from Linux 5.10. adds 7b9c3260bc support: Add xchmod wrapper adds 42dda89dcb posix: Fix return value of system if shell can not be execut [...] adds 4dddd7e9cb posix: Sync tempname with gnulib [BZ #26648] adds bf7db6d369 math: Add BZ#18980 fix back on dbl-64 cosh adds 87d583c6e8 install: Replace scripts/output-format.sed with objdump -f [ [...] new 0400f92833 Makerules: Do not require startup files for format.lds probe object new f430293d84 posix: consume less entropy on tempname
The 2 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: Makerules | 16 +- benchtests/strcoll-inputs/filelist#en_US.UTF-8 | 1 - config.make.in | 1 - configure | 19 -- configure.ac | 11 - io/bits/statx-generic.h | 2 +- libc-abis | 1 + posix/unistd.h | 2 +- scripts/output-format.sed | 35 --- stdlib/tst-system.c | 17 ++ support/Makefile | 1 + support/{xchdir.c => xchmod.c} | 14 +- support/xunistd.h | 1 + sysdeps/ieee754/dbl-64/e_cosh.c | 3 +- sysdeps/posix/system.c | 4 + sysdeps/posix/tempname.c | 291 +++++++++++++++---------- sysdeps/{aarch64 => riscv}/dl-irel.h | 18 +- sysdeps/riscv/dl-machine.h | 44 +++- 18 files changed, 265 insertions(+), 216 deletions(-) delete mode 100644 scripts/output-format.sed copy support/{xchdir.c => xchmod.c} (81%) copy sysdeps/{aarch64 => riscv}/dl-irel.h (78%)