This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository newlib.
from f67a5cffe Cygwin: Fix handling of archetype fhandler in process_fd new 70c550576 ilp32: Revert patch removing ilp32 support
The 1 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: newlib/libc/machine/aarch64/asmdefs.h | 105 ++++++++++++++++++-------------- newlib/libc/machine/aarch64/memchr.S | 2 + newlib/libc/machine/aarch64/memcmp.S | 4 ++ newlib/libc/machine/aarch64/memcpy.S | 3 + newlib/libc/machine/aarch64/memrchr.S | 1 + newlib/libc/machine/aarch64/memset.S | 3 + newlib/libc/machine/aarch64/rawmemchr.S | 17 +++++- newlib/libc/machine/aarch64/setjmp.S | 14 +++-- newlib/libc/machine/aarch64/strchr.S | 1 + newlib/libc/machine/aarch64/strchrnul.S | 1 + newlib/libc/machine/aarch64/strcmp.S | 2 + newlib/libc/machine/aarch64/strcpy.S | 2 + newlib/libc/machine/aarch64/strlen.S | 1 + newlib/libc/machine/aarch64/strncmp.S | 3 + newlib/libc/machine/aarch64/strnlen.S | 2 + newlib/libc/machine/aarch64/strrchr.S | 1 + 16 files changed, 108 insertions(+), 54 deletions(-)