This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-master-arm-spec2k6-O2_LTO in repository toolchain/ci/glibc.
from 61d64408a1 Update timezone code from tzcode 2020a adds 501bdb5dd6 Linux: Remove remnants of the getcpu cache adds cbfc16122e sunrpc/tst-udp-*: Fix timeout value adds 674ea88294 x86: Move CET control to _dl_x86_feature_control [BZ #25887] adds 3903704850 powerpc: Optimized strcpy for POWER9 adds aa70d05632 powerpc: Optimized stpcpy for POWER9 adds 7b5bfe7783 elf: Assert that objects are relocated before their construc [...] adds ce12fc7113 Remove NO_CTORS_DTORS_SECTIONS macro adds 9e38f455a6 x86: Add --enable-cet=permissive adds 765de945ef powerpc: Optimized rawmemchr for POWER9 adds 790b8dda44 nss_compat: internal_end*ent may clobber errno, hiding ERANG [...] adds cad64f778a ldconfig: Default to the new format for ld.so.cache adds 63ff4a6d17 y2038: linux: Provide __clock_adjtime64 implementation adds 8f8a6cae48 y2038: linux: Provide ___adjtimex64 implementation adds 0308077e3a y2038: linux: Provide __adjtime64 implementation adds df4289508a y2038: Introduce struct __ntptimeval64 - new internal glibc type adds 10ae49d2ce y2038: Provide conversion helpers for struct __ntptimeval64 adds 5613afe9e3 y2038: linux: Provide __ntp_gettime64 implementation adds 4c4fc04826 y2038: linux: Provide __ntp_gettimex64 implementation adds 5b9b177bf6 manual: Add missing section and node for clockid_t wait functions adds e9698175b0 y2038: Replace __clock_gettime with __clock_gettime64 adds 901ac8431c Mention GCC 10 attribute access. adds b6ad64b907 Linux: Add missing handling of tai field to __ntp_gettime64 adds 714da1d4ea nptl: Replace some stubs with the Linux implementation adds 1979819d68 nptl: Move pthread_attr_setaffinity_np into libc adds 52302bc298 nptl: Move pthread_getaffinity_np into libc adds 07a73d5219 nptl: Move pthread_gettattr_np into libc adds 3699ef99de nptl: Make __pthread_attr_init, __pthread_attr_destroy avail [...] adds 331c6e8a18 nptl: Add __pthread_attr_copy for copying pthread_attr_t objects adds cea81e2b7e nptl: Use __pthread_attr_copy in pthread_getattr_default_np [...] adds 7bf1094e82 nptl: Use __pthread_attr_copy in pthread_setattr_default_np adds e3022f4bcd <libc-symbols.h>: Add libpthread hidden alias support adds 7787a35fd0 elf.h: Add PT_GNU_PROPERTY adds 03acbc1f71 elf.h: add aarch64 property definitions adds 76d5b2f002 x86: Update Intel Atom processor family optimization adds de42613540 elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf int [...] adds 02802fafcf signal: Deprecate additional legacy signal handling functions adds 28cada0418 htl: Add clock variants adds 415d0b0b3f Update i386 libm-test-ulps adds ef3330fde4 linux: Use internal DIR locks when accessing filepos on telldir adds dcbc6b83ef elf: Do not read hwcaps from the vDSO in ld.so adds 31563b6841 elf: Remove extra hwcap mechanism from ldconfig adds f901178749 hurd: Fix pselect atomicity adds a9175662f8 Hurd: Use __sigmask in favor of deprecated sigmask adds 6321f9e5e8 Hurd: Move <hurd/sigpreempt.h> internals into wrapper header adds fff30716a7 i386: Remove NO_TLS_DIRECT_SEG_REFS handling adds 94884ff506 hurd: Fix fdopendir checking for directory type adds c318f663bd hurd: fix ptsname error when called on a non-tty adds cc0118983a i386: Remove unused file sysdeps/unix/i386/sysdep.S adds 6544999083 hurd: Fix fexecve adds 5d5b3bd94c manual: Fix backtraces code example [BZ #10441] adds 9e2dc874e6 build: Use FAIL_EXIT1 () on failure to exec child [BZ #23990]
No new revisions were added by this update.
Summary of changes: INSTALL | 26 +-- Makerules | 6 +- NEWS | 12 ++ benchtests/bench-timing.h | 2 +- config.h.in | 6 +- configure | 53 ------ configure.ac | 30 ---- csu/init-first.c | 4 - elf/Makefile | 2 +- elf/Versions | 2 +- elf/dl-hwcaps.c | 110 ------------ elf/dl-init.c | 6 + elf/dl-misc.c | 31 ++++ elf/elf.h | 7 + elf/ldconfig.c | 91 ++-------- elf/rtld.c | 2 + elf/sofini.c | 12 -- elf/soinit.c | 43 ----- htl/Versions | 7 + htl/pt-join.c | 62 ++++++- hurd/catch-signal.c | 10 +- hurd/hurd/sigpreempt.h | 10 -- hurd/hurdfault.h | 2 +- hurd/hurdlock.c | 12 ++ hurd/hurdselect.c | 76 ++++++++- hurd/hurdsig.c | 8 +- include/libc-internal.h | 3 - include/libc-symbols.h | 23 +++ include/random-bits.h | 4 +- include/sys/time.h | 9 + login/logout.c | 4 +- login/logwtmp.c | 5 +- manual/examples/execinfo.c | 13 +- manual/install.texi | 12 +- manual/signal.texi | 6 + manual/threads.texi | 8 + nis/nis_call.c | 16 +- nptl/Makefile | 42 +++-- nptl/Versions | 25 ++- nptl/libpthread-compat.c | 5 + nptl/pthreadP.h | 13 +- nptl/pthread_attr_copy.c | 57 +++++++ nptl/pthread_attr_destroy.c | 3 +- nptl/pthread_attr_init.c | 5 +- nptl/pthread_attr_setaffinity.c | 22 ++- nptl/pthread_getaffinity.c | 45 ++++- nptl/pthread_getattr_default_np.c | 12 +- nptl/pthread_getattr_np.c | 13 +- nptl/pthread_getname.c | 49 +++++- nptl/pthread_setaffinity.c | 37 +++- nptl/pthread_setattr_default_np.c | 53 ++---- nptl/pthread_setname.c | 43 ++++- nptl/tst-cancel4.c | 7 + nptl/tst-exec1.c | 7 +- nptl/tst-exec2.c | 7 +- nptl/tst-exec3.c | 7 +- nptl/tst-exec4.c | 8 +- nptl/tst-exec5.c | 6 +- {sysdeps/pthread => nptl}/tst-mutex8.c | 0 nptl/tst-pthread-defaultattr-free.c | 78 +++++++++ {sysdeps/unix/sysv/linux => nptl}/tst-setgetname.c | 0 .../linux => nptl}/tst-thread-affinity-pthread.c | 0 .../linux => nptl}/tst-thread-affinity-pthread2.c | 0 .../linux => nptl}/tst-thread-affinity-sched.c | 0 nss/nss_compat/compat-grp.c | 15 +- nss/nss_compat/compat-initgroups.c | 13 +- nss/nss_compat/compat-pwd.c | 15 +- nss/nss_compat/compat-spwd.c | 14 +- signal/signal.h | 23 ++- signal/tst-sigset2.c | 4 + signal/tst-sigsimple.c | 3 + sunrpc/tst-udp-nonblocking.c | 2 +- sunrpc/tst-udp-timeout.c | 16 +- support/test-container.c | 2 +- sysdeps/generic/hp-timing.h | 4 +- sysdeps/generic/ldsodefs.h | 19 +-- sysdeps/generic/memusage.h | 4 +- sysdeps/generic/sigset-cvt-mask.h | 4 +- sysdeps/htl/pt-cond-timedwait.c | 24 ++- sysdeps/htl/pt-cond-wait.c | 3 +- sysdeps/htl/pt-rwlock-rdlock.c | 3 +- sysdeps/htl/pt-rwlock-timedrdlock.c | 19 ++- sysdeps/htl/pt-rwlock-timedwrlock.c | 19 ++- sysdeps/htl/pt-rwlock-wrlock.c | 3 +- sysdeps/htl/pthread.h | 62 +++++++ sysdeps/htl/pthreadP.h | 5 + .../hurd/include/hurd/sigpreempt.h | 29 ++-- sysdeps/i386/Makefile | 4 - sysdeps/i386/dl-machine.h | 2 +- sysdeps/i386/fpu/libm-test-ulps | 17 +- sysdeps/i386/i686/multiarch/strcmp-sse4.S | 20 --- sysdeps/i386/i686/multiarch/strcmp-ssse3.S | 20 --- sysdeps/mach/hurd/fdopendir.c | 2 +- sysdeps/mach/hurd/fexecve.c | 19 ++- sysdeps/mach/hurd/htl/pt-mutex-timedlock.c | 20 ++- sysdeps/mach/hurd/i386/init-first.c | 5 - sysdeps/mach/hurd/i386/libpthread.abilist | 7 + sysdeps/mach/hurd/i386/localplt.data | 1 + sysdeps/mach/hurd/ptsname.c | 6 +- sysdeps/nptl/internaltypes.h | 7 + sysdeps/posix/telldir.c | 8 +- sysdeps/powerpc/powerpc64/le/power9/rawmemchr.S | 107 ++++++++++++ .../powerpc64/le/power9/stpcpy.S} | 17 +- sysdeps/powerpc/powerpc64/le/power9/strcpy.S | 187 +++++++++++++++++++++ sysdeps/powerpc/powerpc64/multiarch/Makefile | 3 +- .../powerpc/powerpc64/multiarch/ifunc-impl-list.c | 13 ++ .../powerpc64/multiarch/rawmemchr-power9.S} | 14 +- sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c | 12 +- .../powerpc64/multiarch/stpcpy-power9.S} | 15 +- sysdeps/powerpc/powerpc64/multiarch/stpcpy.c | 17 +- .../powerpc64/multiarch/strcpy-power9.S} | 17 +- sysdeps/powerpc/powerpc64/multiarch/strcpy.c | 7 + sysdeps/pthread/Makefile | 14 +- {nptl => sysdeps/pthread}/tst-abstime.c | 0 {nptl => sysdeps/pthread}/tst-join10.c | 0 {nptl => sysdeps/pthread}/tst-join11.c | 0 {nptl => sysdeps/pthread}/tst-join12.c | 0 {nptl => sysdeps/pthread}/tst-join13.c | 0 {nptl => sysdeps/pthread}/tst-join14.c | 0 {nptl => sysdeps/pthread}/tst-join2.c | 0 {nptl => sysdeps/pthread}/tst-join3.c | 0 {nptl => sysdeps/pthread}/tst-join8.c | 0 {nptl => sysdeps/pthread}/tst-join9.c | 0 {nptl => sysdeps/pthread}/tst-mutex-errorcheck.c | 0 {nptl => sysdeps/pthread}/tst-mutex11.c | 0 {nptl => sysdeps/pthread}/tst-mutex5.c | 0 {nptl => sysdeps/pthread}/tst-mutex7.c | 0 {nptl => sysdeps/pthread}/tst-mutex7robust.c | 0 {nptl => sysdeps/pthread}/tst-mutex9.c | 0 {nptl => sysdeps/pthread}/tst-pthread-mutexattr.c | 0 {nptl => sysdeps/pthread}/tst-rwlock12.c | 0 {nptl => sysdeps/pthread}/tst-rwlock14.c | 0 sysdeps/unix/i386/sysdep.S | 64 ------- sysdeps/unix/sysv/linux/Makefile | 7 +- sysdeps/unix/sysv/linux/aarch64/libc.abilist | 6 + sysdeps/unix/sysv/linux/aarch64/libpthread.abilist | 3 - sysdeps/unix/sysv/linux/adjtime.c | 26 ++- sysdeps/unix/sysv/linux/adjtimex.c | 21 ++- sysdeps/unix/sysv/linux/alpha/libc.abilist | 8 + sysdeps/unix/sysv/linux/alpha/libpthread.abilist | 6 +- sysdeps/unix/sysv/linux/alpha/osf_gettimeofday.c | 4 +- sysdeps/unix/sysv/linux/arm/be/libc.abilist | 6 + sysdeps/unix/sysv/linux/arm/be/libpthread.abilist | 3 - sysdeps/unix/sysv/linux/arm/le/libc.abilist | 6 + sysdeps/unix/sysv/linux/arm/le/libpthread.abilist | 3 - sysdeps/unix/sysv/linux/clock.c | 7 +- sysdeps/unix/sysv/linux/clock_adjtime.c | 73 ++++++++ sysdeps/unix/sysv/linux/csky/libc.abilist | 6 + sysdeps/unix/sysv/linux/csky/libpthread.abilist | 3 - sysdeps/unix/sysv/linux/hppa/libc.abilist | 8 + sysdeps/unix/sysv/linux/hppa/libpthread.abilist | 6 +- sysdeps/unix/sysv/linux/i386/libc.abilist | 8 + sysdeps/unix/sysv/linux/i386/libpthread.abilist | 6 +- sysdeps/unix/sysv/linux/ia64/libc.abilist | 8 + sysdeps/unix/sysv/linux/ia64/libpthread.abilist | 6 +- sysdeps/unix/sysv/linux/include/sys/timex.h | 63 +++++++ sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist | 6 + .../sysv/linux/m68k/coldfire/libpthread.abilist | 3 - sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist | 8 + .../unix/sysv/linux/m68k/m680x0/libpthread.abilist | 6 +- sysdeps/unix/sysv/linux/microblaze/be/libc.abilist | 6 + .../sysv/linux/microblaze/be/libpthread.abilist | 3 - sysdeps/unix/sysv/linux/microblaze/le/libc.abilist | 6 + .../sysv/linux/microblaze/le/libpthread.abilist | 3 - .../unix/sysv/linux/mips/mips32/fpu/libc.abilist | 8 + .../unix/sysv/linux/mips/mips32/libpthread.abilist | 6 +- .../unix/sysv/linux/mips/mips32/nofpu/libc.abilist | 8 + .../unix/sysv/linux/mips/mips64/libpthread.abilist | 6 +- .../unix/sysv/linux/mips/mips64/n32/libc.abilist | 8 + .../unix/sysv/linux/mips/mips64/n64/libc.abilist | 8 + sysdeps/unix/sysv/linux/nios2/libc.abilist | 6 + sysdeps/unix/sysv/linux/nios2/libpthread.abilist | 3 - sysdeps/unix/sysv/linux/ntp_gettime.c | 27 ++- sysdeps/unix/sysv/linux/ntp_gettimex.c | 26 ++- .../sysv/linux/powerpc/powerpc32/fpu/libc.abilist | 8 + .../linux/powerpc/powerpc32/libpthread.abilist | 6 +- .../linux/powerpc/powerpc32/nofpu/libc.abilist | 8 + .../sysv/linux/powerpc/powerpc64/be/libc.abilist | 8 + .../linux/powerpc/powerpc64/be/libpthread.abilist | 5 - .../sysv/linux/powerpc/powerpc64/le/libc.abilist | 6 + .../linux/powerpc/powerpc64/le/libpthread.abilist | 3 - sysdeps/unix/sysv/linux/pthread_getaffinity.c | 58 ------- sysdeps/unix/sysv/linux/pthread_getname.c | 69 -------- sysdeps/unix/sysv/linux/pthread_setaffinity.c | 58 ------- sysdeps/unix/sysv/linux/pthread_setname.c | 63 ------- sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist | 6 + .../unix/sysv/linux/riscv/rv64/libpthread.abilist | 3 - sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist | 8 + .../sysv/linux/s390/s390-32/libpthread.abilist | 6 +- sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist | 8 + .../sysv/linux/s390/s390-64/libpthread.abilist | 6 +- sysdeps/unix/sysv/linux/sched_setaffinity.c | 5 - sysdeps/unix/sysv/linux/sh/be/libc.abilist | 8 + sysdeps/unix/sysv/linux/sh/be/libpthread.abilist | 6 +- sysdeps/unix/sysv/linux/sh/le/libc.abilist | 8 + sysdeps/unix/sysv/linux/sh/le/libpthread.abilist | 6 +- sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist | 8 + .../sysv/linux/sparc/sparc32/libpthread.abilist | 6 +- sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist | 8 + .../sysv/linux/sparc/sparc64/libpthread.abilist | 6 +- sysdeps/unix/sysv/linux/syscalls.list | 1 - sysdeps/unix/sysv/linux/x86/Makefile | 2 +- sysdeps/unix/sysv/linux/x86/cpu-features.c | 2 +- sysdeps/unix/sysv/linux/x86_64/64/libc.abilist | 8 + .../unix/sysv/linux/x86_64/64/libpthread.abilist | 5 - .../unix/sysv/linux/x86_64/pthread_setaffinity.c | 14 -- sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c | 14 -- sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist | 6 + .../unix/sysv/linux/x86_64/x32/libpthread.abilist | 3 - sysdeps/x86/Makefile | 18 +- sysdeps/x86/{cet-tunables.h => cet-control.h} | 34 ++-- sysdeps/x86/configure | 21 +-- sysdeps/x86/configure.ac | 19 +-- sysdeps/x86/cpu-features.c | 32 +++- sysdeps/x86/cpu-tunables.c | 31 +--- sysdeps/x86/dl-cet.c | 43 +++-- sysdeps/x86/dl-procruntime.c | 22 ++- sysdeps/x86/ldsodefs.h | 1 + sysdeps/x86/tst-cet-legacy-5.c | 25 ++- sysdeps/x86/tst-cet-legacy-6.c | 25 ++- sysdeps/x86_64/nptl/tcb-offsets.sym | 1 - sysdeps/x86_64/nptl/tls.h | 2 +- 222 files changed, 2035 insertions(+), 1333 deletions(-) delete mode 100644 elf/soinit.c create mode 100644 nptl/pthread_attr_copy.c rename {sysdeps/pthread => nptl}/tst-mutex8.c (100%) create mode 100644 nptl/tst-pthread-defaultattr-free.c rename {sysdeps/unix/sysv/linux => nptl}/tst-setgetname.c (100%) rename {sysdeps/unix/sysv/linux => nptl}/tst-thread-affinity-pthread.c (100%) rename {sysdeps/unix/sysv/linux => nptl}/tst-thread-affinity-pthread2.c (100%) rename {sysdeps/unix/sysv/linux => nptl}/tst-thread-affinity-sched.c (100%) copy nptl/pthread_getattr_default_np.c => sysdeps/hurd/include/hurd/sigpreempt.h (54%) create mode 100644 sysdeps/powerpc/powerpc64/le/power9/rawmemchr.S copy sysdeps/{posix/telldir.c => powerpc/powerpc64/le/power9/stpcpy.S} (72%) create mode 100644 sysdeps/powerpc/powerpc64/le/power9/strcpy.S copy sysdeps/{posix/telldir.c => powerpc/powerpc64/multiarch/rawmemchr-power9.S} (77%) copy sysdeps/{posix/telldir.c => powerpc/powerpc64/multiarch/stpcpy-power9.S} (73%) copy sysdeps/{posix/telldir.c => powerpc/powerpc64/multiarch/strcpy-power9.S} (69%) rename {nptl => sysdeps/pthread}/tst-abstime.c (100%) rename {nptl => sysdeps/pthread}/tst-join10.c (100%) rename {nptl => sysdeps/pthread}/tst-join11.c (100%) rename {nptl => sysdeps/pthread}/tst-join12.c (100%) rename {nptl => sysdeps/pthread}/tst-join13.c (100%) rename {nptl => sysdeps/pthread}/tst-join14.c (100%) rename {nptl => sysdeps/pthread}/tst-join2.c (100%) rename {nptl => sysdeps/pthread}/tst-join3.c (100%) rename {nptl => sysdeps/pthread}/tst-join8.c (100%) rename {nptl => sysdeps/pthread}/tst-join9.c (100%) rename {nptl => sysdeps/pthread}/tst-mutex-errorcheck.c (100%) rename {nptl => sysdeps/pthread}/tst-mutex11.c (100%) rename {nptl => sysdeps/pthread}/tst-mutex5.c (100%) rename {nptl => sysdeps/pthread}/tst-mutex7.c (100%) rename {nptl => sysdeps/pthread}/tst-mutex7robust.c (100%) rename {nptl => sysdeps/pthread}/tst-mutex9.c (100%) rename {nptl => sysdeps/pthread}/tst-pthread-mutexattr.c (100%) rename {nptl => sysdeps/pthread}/tst-rwlock12.c (100%) rename {nptl => sysdeps/pthread}/tst-rwlock14.c (100%) delete mode 100644 sysdeps/unix/i386/sysdep.S create mode 100644 sysdeps/unix/sysv/linux/clock_adjtime.c delete mode 100644 sysdeps/unix/sysv/linux/pthread_getaffinity.c delete mode 100644 sysdeps/unix/sysv/linux/pthread_getname.c delete mode 100644 sysdeps/unix/sysv/linux/pthread_setaffinity.c delete mode 100644 sysdeps/unix/sysv/linux/pthread_setname.c delete mode 100644 sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c delete mode 100644 sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c rename sysdeps/x86/{cet-tunables.h => cet-control.h} (60%)