This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 464169379 libm: Make tgamma(-small) = -INFINITY new 8315a9082 Port of C-SKY for newlib
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: COPYING.NEWLIB | 12 ++++ newlib/configure.host | 8 +++ newlib/libc/include/machine/ieeefp.h | 8 +++ newlib/libc/include/machine/setjmp.h | 11 ++++ newlib/libc/machine/configure | 7 ++- newlib/libc/machine/configure.in | 1 + newlib/libc/machine/{d10v => csky}/Makefile.am | 0 newlib/libc/machine/{d10v => csky}/Makefile.in | 0 newlib/libc/machine/{a29k => csky}/aclocal.m4 | 0 newlib/libc/machine/{aarch64 => csky}/configure | 0 newlib/libc/machine/{d10v => csky}/configure.in | 2 +- newlib/libc/machine/csky/setjmp.S | 79 +++++++++++++++++++++++++ 12 files changed, 125 insertions(+), 3 deletions(-) copy newlib/libc/machine/{d10v => csky}/Makefile.am (100%) copy newlib/libc/machine/{d10v => csky}/Makefile.in (100%) copy newlib/libc/machine/{a29k => csky}/aclocal.m4 (100%) copy newlib/libc/machine/{aarch64 => csky}/configure (100%) copy newlib/libc/machine/{d10v => csky}/configure.in (84%) create mode 100644 newlib/libc/machine/csky/setjmp.S