This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.30/master in repository 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]
The 4 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 | 3 + stdlib/tst-system.c | 122 ++++++++++++++++++++- 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 ++-- 11 files changed, 174 insertions(+), 77 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%)