This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 461152e4e Add ffsl(), ffsll(), fls(), flsl(), flsll() new be3ca3947 Fixed warnings for some long double complex methods new ebd97f4c0 Create a recursive make target that is modeled after the exis [...] new bfa3bbcf3 Adds the needed build system changes in order to compile and [...] new cc142edbe Add the needed build system changes in order to compile and c [...] new d7d6ad7b6 Add support for Semihosting v2 support for ARM in libgloss. new ddb6f8a02 Add support for Semihosting v2 support for AArch64 in libgloss.
The 6 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: libgloss/aarch64/Makefile.in | 54 +++++-- libgloss/aarch64/_exit.c | 8 +- libgloss/aarch64/_kill.c | 8 +- libgloss/aarch64/elf-aem-validation.specs | 2 +- libgloss/aarch64/elf-aem-ve.specs | 4 +- libgloss/aarch64/elf-rdimon.specs | 5 + libgloss/aarch64/svc.h | 78 ++++++---- libgloss/aarch64/syscalls.c | 139 ++++++++++++++--- libgloss/arm/Makefile.in | 58 +++++-- libgloss/arm/_kill.c | 29 +++- libgloss/arm/coff-rdimon-v2m.specs | 16 ++ libgloss/arm/coff-rdimon.specs | 7 + ...ion.specs => elf-aprofile-validation-v2m.specs} | 9 +- libgloss/arm/elf-aprofile-validation.specs | 5 +- ...aprofile-ve.specs => elf-aprofile-ve-v2m.specs} | 8 +- libgloss/arm/elf-aprofile-ve.specs | 4 +- libgloss/arm/elf-rdimon-v2m.specs | 22 +++ libgloss/arm/elf-rdimon.specs | 7 + libgloss/arm/swi.h | 98 ++++++++---- libgloss/arm/syscalls.c | 169 +++++++++++++++++---- libgloss/multi-build.in | 61 ++++++++ newlib/libc/include/complex.h | 10 +- 22 files changed, 643 insertions(+), 158 deletions(-) create mode 100644 libgloss/arm/coff-rdimon-v2m.specs copy libgloss/arm/{elf-aprofile-validation.specs => elf-aprofile-validation-v2m.sp [...] copy libgloss/arm/{elf-aprofile-ve.specs => elf-aprofile-ve-v2m.specs} (69%) create mode 100644 libgloss/arm/elf-rdimon-v2m.specs create mode 100644 libgloss/multi-build.in