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/gnu-master-arm-spec2k6-O2-vs-O2_LTO in repository toolchain/ci/glibc.
from b8de7980c0 Extended Char Intro: Use getwc in example (Bug 25626) new 0334369949 y2038: fix: Add missing libc_hidden_def attribute for some s [...] new f09542c584 posix: Fix system error return value [BZ #25715] new 07d16a6deb Add NEWS entry for CVE-2020-1751 (bug 25423) new 5fce0e095b support/shell-container.c: Return 127 if execve fails new 5a5a3a3234 support/shell-container.c: Add builtin exit new 1c17100c43 support/shell-container.c: Add builtin kill new 4eda036f5b stdlib: Move tst-system to tests-container new 45ae17dd7e ldbl-128ibm-compat: PLT redirects for using ldbl redirects i [...] new d0d1811fb9 Fix tests which expose ldbl -> _Float128 redirects new 076d06e849 powerpc64le: Ensure correct ldouble compiler flags are used new 3618e5fece Makeconfig: sandwich gnulib-tests between libc/ld linking of tests new 39517c008f powerpc64le: add -mno-gnu-attribute to *f128 objects and difftime new 57651ee4c8 powerpc64: apply -mabi=ibmlongdouble to special files new e8a0f5831e ARC: add definitions to elf/elf.h new 4da2597af5 sysv/linux: Rename alpha functions to be alpha specific new d1876749a8 time: Add a timeval with a 32-bit tv_sec and tv_usec new 933dc0e570 time: Add a __itimerval64 struct new 642d5abaf1 Add benchtests for roundeven and roundevenf.
The 18 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: Makeconfig | 12 +- NEWS | 3 + benchtests/Makefile | 6 +- benchtests/{trunc-inputs => roundeven-inputs} | 0 benchtests/{truncf-inputs => roundevenf-inputs} | 0 elf/elf.h | 70 +++++++++++- elf/tst-addr1.c | 11 ++ include/err.h | 12 +- include/libc-symbols.h | 2 + include/stdio.h | 52 ++++++--- include/sys/cdefs.h | 20 ++++ include/sys/syslog.h | 2 +- include/time.h | 52 +++++++++ include/wchar.h | 2 +- stdio-common/tst-vfprintf-user-type.c | 4 + stdlib/Makefile | 3 +- stdlib/tst-system.c | 124 ++++++++++++++++++++- support/shell-container.c | 40 ++++++- sysdeps/ieee754/ldbl-128ibm-compat/Makefile | 13 --- .../ieee754/ldbl-128ibm-compat/ieee128-asprintf.c | 5 +- .../ieee754/ldbl-128ibm-compat/ieee128-dprintf.c | 1 + sysdeps/ieee754/ldbl-128ibm-compat/ieee128-err.c | 7 ++ .../ieee754/ldbl-128ibm-compat/ieee128-fprintf.c | 1 + .../ldbl-128ibm-compat/ieee128-isoc99_sscanf.c | 1 + .../ldbl-128ibm-compat/ieee128-isoc99_vfscanf.c | 2 + .../ldbl-128ibm-compat/ieee128-isoc99_vsscanf.c | 1 + .../ieee754/ldbl-128ibm-compat/ieee128-sprintf.c | 1 + .../ieee754/ldbl-128ibm-compat/ieee128-syslog.c | 1 + .../ieee754/ldbl-128ibm-compat/ieee128-vfprintf.c | 1 + .../ieee754/ldbl-128ibm/include/bits/iscanonical.h | 2 +- sysdeps/posix/system.c | 18 +-- sysdeps/powerpc/powerpc64/Makefile | 6 + sysdeps/powerpc/powerpc64/le/Makefile | 96 ++++++++++++---- .../powerpc/powerpc64/le/fpu/multiarch/Makefile | 4 +- sysdeps/powerpc/powerpc64/power7/Makefile | 6 +- .../alpha/{tv32-compat.h => alpha-tv32-compat.h} | 16 +-- sysdeps/unix/sysv/linux/alpha/osf_adjtime.c | 10 +- sysdeps/unix/sysv/linux/alpha/osf_getitimer.c | 6 +- sysdeps/unix/sysv/linux/alpha/osf_getrusage.c | 4 +- sysdeps/unix/sysv/linux/alpha/osf_gettimeofday.c | 4 +- sysdeps/unix/sysv/linux/alpha/osf_setitimer.c | 10 +- sysdeps/unix/sysv/linux/alpha/osf_settimeofday.c | 4 +- sysdeps/unix/sysv/linux/alpha/osf_utimes.c | 6 +- sysdeps/unix/sysv/linux/alpha/osf_wait4.c | 4 +- sysdeps/unix/sysv/linux/clock_getres.c | 2 + sysdeps/unix/sysv/linux/clock_gettime.c | 2 + sysdeps/unix/sysv/linux/clock_nanosleep.c | 2 + sysdeps/unix/sysv/linux/clock_settime.c | 2 + sysdeps/unix/sysv/linux/ppoll.c | 2 + 49 files changed, 536 insertions(+), 119 deletions(-) copy benchtests/{trunc-inputs => roundeven-inputs} (100%) copy benchtests/{truncf-inputs => roundevenf-inputs} (100%) rename sysdeps/unix/sysv/linux/alpha/{tv32-compat.h => alpha-tv32-compat.h} (88%)