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 75a193b761 linux: Allow adjtime with NULL argument [BZ #26833] new 1f67f23fdf RISC-V: Add _dl_start_user. new 15b38ffc10 riscv: Get cache information through sysconf new a40b18b233 hurd: Add missing startup calls new 3d3316b1de hurd: keep only required PLTs in ld.so new 30af7c7fa1 struct _Unwind_Exception alignment should not depend on comp [...] new d2d714b9fc Use O_CLOEXEC in sysconf [BZ #26791] new 6d1d603417 htl: Fix spurious symbols in namespaces new d482ebfa67 htl: Keep thread signals blocked during its initialization new 9cec82de71 htl: Initialize later new 1ccbb9258e hurd: Notify the proc server later during initialization
The 10 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: elf/dl-minimal.c | 4 ++ htl/Versions | 4 +- htl/libpthread_syms.a | 2 +- htl/pt-create.c | 12 +++- htl/pt-internal.h | 3 + hurd/Versions | 3 - hurd/hurdinit.c | 36 +++++++--- 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/generic/_itoa.h | 2 +- sysdeps/generic/unwind.h | 24 ++++--- sysdeps/htl/pt-attr-getstackaddr.c | 2 +- sysdeps/htl/pt-attr-getstacksize.c | 2 +- sysdeps/htl/pt-attr-setstack.c | 2 +- sysdeps/htl/pt-attr-setstackaddr.c | 2 +- sysdeps/htl/pt-attr-setstacksize.c | 2 +- sysdeps/hurd/include/hurd.h | 3 + sysdeps/i386/dl-tlsdesc.S | 4 -- sysdeps/mach/hurd/_exit.c | 2 + sysdeps/mach/hurd/dl-sysdep.c | 20 +++++- sysdeps/mach/hurd/htl/pt-sysdep.c | 19 ++---- sysdeps/mach/hurd/i386/init-first.c | 109 ++++++++---------------------- sysdeps/mach/hurd/i386/ld.abilist | 1 - sysdeps/mach/hurd/i386/libc.abilist | 1 - sysdeps/mach/hurd/i386/libpthread.abilist | 1 - sysdeps/mach/hurd/i386/localplt.data | 15 +--- sysdeps/mach/i386/sysdep.h | 10 --- sysdeps/mach/sysdep.h | 8 --- sysdeps/riscv/dl-machine.h | 4 +- sysdeps/unix/sysv/linux/riscv/sysconf.c | 100 +++++++++++++++++++++++++++ sysdeps/unix/sysv/linux/sysconf.c | 2 +- sysdeps/x86_64/dl-tlsdesc.S | 4 -- 39 files changed, 236 insertions(+), 185 deletions(-) create mode 100644 sysdeps/unix/sysv/linux/riscv/sysconf.c