This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 67f371e882 localedata: convert uz_UZ and uz_UZ@cyrillic to UTF-8 new d3c32ae207 aarch64: Add SME runtime support new a7373e457f aarch64: Add longjmp support for SME new 9d30e5cf96 aarch64: Add setcontext support for SME new 0c12c8c0cb aarch64: Add longjmp test for SME
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: sysdeps/aarch64/Makefile | 13 +- sysdeps/aarch64/__arm_za_disable.S | 112 +++++++++++ sysdeps/aarch64/__longjmp.S | 22 +++ sysdeps/aarch64/rtld-global-offsets.sym | 10 + sysdeps/aarch64/tst-sme-jmp.c | 280 +++++++++++++++++++++++++++ sysdeps/unix/sysv/linux/aarch64/setcontext.S | 19 ++ 6 files changed, 453 insertions(+), 3 deletions(-) create mode 100644 sysdeps/aarch64/__arm_za_disable.S create mode 100644 sysdeps/aarch64/rtld-global-offsets.sym create mode 100644 sysdeps/aarch64/tst-sme-jmp.c