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-release-arm-spec2k6-Os_LTO in repository toolchain/ci/glibc.
from 6b11f60c70 Add NEWS entry for CVE-2020-1752 (bug 25414) new 1ce16683d9 i386: Use comdat instead of .gnu.linkonce for i386 setup pic [...] new 4f0ae74135 arm: Fix softp-fp Implies (BZ #25635) new b3778c01b7 sparc: Move sigreturn stub to assembly new 9cd7745689 posix: Fix system error return value [BZ #25715] new 6b19792c9c Add NEWS entry for CVE-2020-1751 (bug 25423) new 55e77b7d81 support/shell-container.c: Return 127 if execve fails new 946ee0281a support/shell-container.c: Add builtin exit new 42766b3db2 support/shell-container.c: Add builtin kill new c56022269f stdlib: Move tst-system to tests-container
The 9 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: NEWS | 6 + stdlib/Makefile | 3 +- stdlib/tst-system.c | 124 ++++++++++++++++++++- support/shell-container.c | 40 ++++++- sysdeps/arm/be/nofpu/Implies | 1 + sysdeps/arm/le/nofpu/Implies | 1 + sysdeps/i386/sysdep.h | 5 +- sysdeps/posix/system.c | 18 +-- sysdeps/unix/sysv/linux/sparc/Makefile | 8 +- sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c | 26 +---- .../unix/sysv/linux/sparc/sparc32/sigreturn_stub.S | 31 +++--- sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c | 14 +-- .../unix/sysv/linux/sparc/sparc64/sigreturn_stub.S | 22 ++-- 13 files changed, 220 insertions(+), 79 deletions(-) create mode 100644 sysdeps/arm/be/nofpu/Implies create mode 100644 sysdeps/arm/le/nofpu/Implies copy benchtests/bench-mempcpy.c => sysdeps/unix/sysv/linux/sparc/sparc32/sigreturn [...] copy libio/tst-bz24228.c => sysdeps/unix/sysv/linux/sparc/sparc64/sigreturn_stub.S (67%)