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-arm-build_cross in repository toolchain/ci/glibc.
from a7e9dbb774 Add xchdir to libsupport. adds 7a72265436 Add xfchmod to libsupport new 2cd361b511 posix: Correct attribute access mode on readlinkat [BZ #27024]. new c31b1f5231 riscv: support GNU indirect function new 313bfd505e riscv: Initialize $gp before resolving the IRELATIVE relocation new 1c426b1d59 Update STATX_ATTR_DAX value from Linux 5.10. new 7b9c3260bc support: Add xchmod wrapper new 42dda89dcb posix: Fix return value of system if shell can not be execut [...] new 4dddd7e9cb posix: Sync tempname with gnulib [BZ #26648] new bf7db6d369 math: Add BZ#18980 fix back on dbl-64 cosh new 87d583c6e8 install: Replace scripts/output-format.sed with objdump -f [ [...]
The 9 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 | 13 +- 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 | 2 + support/{xchdir.c => xchmod.c} | 14 +- support/{xchroot.c => xfchmod.c} | 10 +- support/xunistd.h | 2 + sysdeps/ieee754/dbl-64/e_cosh.c | 3 +- sysdeps/posix/system.c | 4 + sysdeps/posix/tempname.c | 280 +++++++++++++++---------- sysdeps/{aarch64 => riscv}/dl-irel.h | 18 +- sysdeps/riscv/dl-machine.h | 44 +++- 19 files changed, 260 insertions(+), 219 deletions(-) delete mode 100644 scripts/output-format.sed copy support/{xchdir.c => xchmod.c} (81%) copy support/{xchroot.c => xfchmod.c} (80%) copy sysdeps/{aarch64 => riscv}/dl-irel.h (78%)