This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from c6bf6d1897 benchtest: malloc tcache hotpath benchtest new a7f6fd976c aarch64: Disable ZA state of SME in setjmp and sigsetjmp new 251f932624 aarch64: update tests for SME new eb7a681b82 powerpc: Remove check for -mabi=ibmlongdouble
The 3 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: sysdeps/aarch64/Makefile | 4 +- sysdeps/aarch64/setjmp.S | 23 ++++++ sysdeps/aarch64/tst-sme-helper.h | 97 ++++++++++++++++++++++ sysdeps/aarch64/tst-sme-jmp.c | 81 +----------------- sysdeps/aarch64/tst-sme-za-state.c | 119 +++++++++++++++++++++++++++ sysdeps/unix/sysv/linux/powerpc/configure | 43 +--------- sysdeps/unix/sysv/linux/powerpc/configure.ac | 19 +---- 7 files changed, 247 insertions(+), 139 deletions(-) create mode 100644 sysdeps/aarch64/tst-sme-helper.h create mode 100644 sysdeps/aarch64/tst-sme-za-state.c