This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 7040b2de0 Add RISC-V port for libm new c496cbb6b Add RISC-V port for libgloss
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: libgloss/configure | 5 + libgloss/configure.in | 3 + libgloss/riscv/Makefile.in | 200 ++++++ libgloss/riscv/aclocal.m4 | 72 ++ libgloss/{aarch64/cpu-init => riscv}/configure | 901 +++++++------------------ libgloss/riscv/configure.in | 45 ++ libgloss/riscv/crt0.S | 54 ++ libgloss/riscv/machine/syscall.h | 82 +++ libgloss/riscv/syscalls.c | 419 ++++++++++++ 9 files changed, 1127 insertions(+), 654 deletions(-) create mode 100644 libgloss/riscv/Makefile.in create mode 100644 libgloss/riscv/aclocal.m4 copy libgloss/{aarch64/cpu-init => riscv}/configure (84%) mode change 100644 => 100755 create mode 100644 libgloss/riscv/configure.in create mode 100644 libgloss/riscv/crt0.S create mode 100644 libgloss/riscv/machine/syscall.h create mode 100644 libgloss/riscv/syscalls.c