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-check_cross in repository toolchain/ci/glibc.
from 34aec973e1 Remove __warndecl adds aa11ab9953 Rearrange bsd_getpt vs bsd_openpt and implement posix_openpt on BSD adds dfe2e7a562 bsd unlockpt: unlockpt needs to fail with EINVAL, not ENOTTY adds 5edf3d9fd6 aarch64: Add unwind information to _start (bug 26853) adds 75a193b761 linux: Allow adjtime with NULL argument [BZ #26833] adds 1f67f23fdf RISC-V: Add _dl_start_user. adds 15b38ffc10 riscv: Get cache information through sysconf adds a40b18b233 hurd: Add missing startup calls adds 3d3316b1de hurd: keep only required PLTs in ld.so
No new revisions were added by this update.
Summary of changes: elf/dl-minimal.c | 4 ++ include/dirent.h | 2 +- include/libc-internal.h | 2 +- include/libc-symbols.h | 2 +- include/setjmp.h | 2 +- include/signal.h | 2 +- include/stdlib.h | 2 +- include/string.h | 2 +- include/sys/utsname.h | 2 +- include/unistd.h | 2 + sysdeps/aarch64/start.S | 7 +- sysdeps/generic/_itoa.h | 2 +- sysdeps/i386/dl-tlsdesc.S | 4 -- sysdeps/mach/hurd/_exit.c | 2 + sysdeps/mach/hurd/dl-sysdep.c | 20 +++++- sysdeps/mach/hurd/i386/ld.abilist | 1 - sysdeps/mach/hurd/i386/localplt.data | 15 +---- sysdeps/riscv/dl-machine.h | 4 +- sysdeps/unix/bsd/getpt.c | 18 +++--- sysdeps/unix/bsd/unlockpt.c | 7 +- sysdeps/unix/sysv/linux/adjtime.c | 11 +++- sysdeps/unix/sysv/linux/riscv/sysconf.c | 100 +++++++++++++++++++++++++++++ sysdeps/x86_64/dl-tlsdesc.S | 4 -- time/Makefile | 3 +- posix/tst-fnmatch6.c => time/tst-adjtime.c | 27 +++++--- 25 files changed, 183 insertions(+), 64 deletions(-) create mode 100644 sysdeps/unix/sysv/linux/riscv/sysconf.c copy posix/tst-fnmatch6.c => time/tst-adjtime.c (64%)