This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 0764a2eab Fix some generated files new a1f617466 PRU: Align libmath to PRU ABI new 235eb6303 Add PRU license to COPYING.NEWLIB and COPYING.LIBGLOSS
The 2 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: COPYING.LIBGLOSS | 27 +++++ COPYING.NEWLIB | 27 +++++ newlib/configure.host | 1 + newlib/libm/machine/configure | 7 +- newlib/libm/machine/configure.in | 1 + newlib/libm/machine/{riscv => pru}/Makefile.am | 5 +- newlib/libm/machine/{riscv => pru}/Makefile.in | 109 +++++++++------------ .../machine/a29k => libm/machine/pru}/aclocal.m4 | 0 .../machine/a29k => libm/machine/pru}/configure | 0 newlib/libm/machine/{riscv => pru}/configure.in | 0 .../libm/machine/pru/fpclassify.c | 15 ++- .../libm/machine/pru/fpclassifyf.c | 15 ++- .../libm/machine/pru/isfinite.c | 15 ++- .../libm/machine/pru/isfinitef.c | 15 ++- .../outbyte.c => newlib/libm/machine/pru/isinf.c | 15 ++- .../outbyte.c => newlib/libm/machine/pru/isinff.c | 15 ++- .../outbyte.c => newlib/libm/machine/pru/isnan.c | 15 ++- .../outbyte.c => newlib/libm/machine/pru/isnanf.c | 15 ++- .../libm/machine/pru/isnormal.c | 15 ++- .../libm/machine/pru/isnormalf.c | 15 ++- 20 files changed, 180 insertions(+), 147 deletions(-) copy newlib/libm/machine/{riscv => pru}/Makefile.am (72%) copy newlib/libm/machine/{riscv => pru}/Makefile.in (73%) copy newlib/{libc/machine/a29k => libm/machine/pru}/aclocal.m4 (100%) copy newlib/{libc/machine/a29k => libm/machine/pru}/configure (100%) copy newlib/libm/machine/{riscv => pru}/configure.in (100%) copy libgloss/pru/outbyte.c => newlib/libm/machine/pru/fpclassify.c (81%) copy libgloss/pru/outbyte.c => newlib/libm/machine/pru/fpclassifyf.c (81%) copy libgloss/pru/outbyte.c => newlib/libm/machine/pru/isfinite.c (81%) copy libgloss/pru/outbyte.c => newlib/libm/machine/pru/isfinitef.c (81%) copy libgloss/pru/outbyte.c => newlib/libm/machine/pru/isinf.c (81%) copy libgloss/pru/outbyte.c => newlib/libm/machine/pru/isinff.c (81%) copy libgloss/pru/outbyte.c => newlib/libm/machine/pru/isnan.c (81%) copy libgloss/pru/outbyte.c => newlib/libm/machine/pru/isnanf.c (81%) copy libgloss/pru/outbyte.c => newlib/libm/machine/pru/isnormal.c (81%) copy libgloss/pru/outbyte.c => newlib/libm/machine/pru/isnormalf.c (81%)