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 3e2f285c5f nptl: Remove MULTI_PAGE_ALIASING [BZ #23554] adds 3989bcb5e3 fix: Always export ntp_gettimex function adds c0c926d00d tst: Add test for ntp_gettime adds d816bb448b tst: Add test for ntp_gettimex adds bff3019afc tst: Provide test for select adds a4ea18ec6c tst: Add test for sigtimedwait adds c3b287be74 hurd: handle EINTR during critical sections adds 14beab5321 htl: Add missing fork.h adds 16b597807d elf: Fix not compiling ifunc tests that need gcc ifunc support
No new revisions were added by this update.
Summary of changes: configure | 2 + configure.ac | 1 + elf/Makefile | 17 +++++--- elf/ifuncmain9.c | 16 -------- hurd/dtable.c | 15 ++++++- hurd/geteuids.c | 4 ++ hurd/hurd/signal.h | 4 ++ hurd/hurdexec.c | 4 ++ hurd/hurdfchdir.c | 4 ++ hurd/hurdsock.c | 4 ++ hurd/seteuids.c | 4 ++ misc/Makefile | 2 +- .../sysv/linux/tst-ppoll.c => misc/tst-select.c | 45 +++++++++++++------- .../i686/pthread_spin_trylock.S => htl/fork.h} | 4 +- sysdeps/mach/hurd/faccessat.c | 4 ++ sysdeps/mach/hurd/fork.c | 4 ++ sysdeps/mach/hurd/getegid.c | 4 ++ sysdeps/mach/hurd/geteuid.c | 4 ++ sysdeps/mach/hurd/getgid.c | 4 ++ sysdeps/mach/hurd/getgroups.c | 4 ++ sysdeps/mach/hurd/getresgid.c | 4 ++ sysdeps/mach/hurd/getresuid.c | 4 ++ sysdeps/mach/hurd/getuid.c | 4 ++ sysdeps/mach/hurd/group_member.c | 4 ++ sysdeps/mach/hurd/setegid.c | 4 ++ sysdeps/mach/hurd/seteuid.c | 4 ++ sysdeps/mach/hurd/setgid.c | 4 ++ sysdeps/mach/hurd/setgroups.c | 4 ++ sysdeps/mach/hurd/setitimer.c | 9 +++- sysdeps/mach/hurd/setregid.c | 4 ++ sysdeps/mach/hurd/setresgid.c | 4 ++ sysdeps/mach/hurd/setresuid.c | 4 ++ sysdeps/mach/hurd/setreuid.c | 4 ++ sysdeps/mach/hurd/setsid.c | 4 ++ sysdeps/mach/hurd/setuid.c | 4 ++ sysdeps/mach/hurd/spawni.c | 15 ++++++- sysdeps/unix/sysv/linux/Makefile | 3 +- sysdeps/unix/sysv/linux/sys/timex.h | 2 +- .../sysv/linux/{tst-ppoll.c => tst-ntp_gettime.c} | 48 +++++++++++----------- .../unix/sysv/linux/tst-ntp_gettimex.c | 6 ++- .../sysv/linux/{tst-ppoll.c => tst-sigtimedwait.c} | 26 +++++++----- sysdeps/x86/Makefile | 2 + 42 files changed, 237 insertions(+), 80 deletions(-) copy sysdeps/unix/sysv/linux/tst-ppoll.c => misc/tst-select.c (58%) copy sysdeps/{i386/i686/pthread_spin_trylock.S => htl/fork.h} (92%) copy sysdeps/unix/sysv/linux/{tst-ppoll.c => tst-ntp_gettime.c} (55%) copy nptl/elision-trylock.c => sysdeps/unix/sysv/linux/tst-ntp_gettimex.c (89%) copy sysdeps/unix/sysv/linux/{tst-ppoll.c => tst-sigtimedwait.c} (70%)