This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 3b7df69aa Cygwin: ctty: Add comments for the special values: -1 and -2. new 9d6b00511 newlib: libc: define M-profile PACBTI-enablement macros new ebd922e77 newlib: libc: strcmp M-profile PACBTI-enablement new 558253689 newlib: libc: strlen M-profile PACBTI-enablement new db30cbee4 newlib: libc: memchr M-profile PACBTI-enablement new 60a50c284 newlib: libc: memcpy M-profile PACBTI-enablement new bddfd64ec newlib: libc: aeabi_memmove M-profile PACBTI-enablement new adc36ede1 newlib: libc: aeabi_memset M-profile PACBTI-enablement new 31e5ce10d newlib: libc: setjmp M-profile PACBTI-enablement
The 8 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/arm/aeabi_memmove-thumb2.S | 17 +- newlib/libc/machine/arm/aeabi_memset-thumb2.S | 14 +- newlib/libc/machine/arm/arm_asm.h | 441 +++++++++++++++++++++++++ newlib/libc/machine/arm/memchr.S | 50 ++- newlib/libc/machine/arm/memcpy-armv7m.S | 33 +- newlib/libc/machine/arm/setjmp.S | 43 +++ newlib/libc/machine/arm/strcmp-arm-tiny.S | 8 +- newlib/libc/machine/arm/strcmp-armv7.S | 57 ++-- newlib/libc/machine/arm/strcmp-armv7m.S | 26 +- newlib/libc/machine/arm/strlen-armv7.S | 17 +- newlib/libc/machine/arm/strlen-thumb2-Os.S | 14 +- 11 files changed, 660 insertions(+), 60 deletions(-)