This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from e206c39bb Cygwin: fix guard checking for current user's AuthZ context new cd31fbb2a Add nvptx port.
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: newlib/Makefile.in | 9 ++ newlib/acinclude.m4 | 5 + newlib/configure | 10 +- newlib/configure.host | 20 +++ newlib/doc/configure | 6 + newlib/iconvdata/configure | 10 +- newlib/libc/configure | 10 +- newlib/libc/ctype/Makefile.in | 38 +++--- newlib/libc/include/machine/ieeefp.h | 4 + newlib/libc/machine/a29k/configure | 6 + newlib/libc/machine/aarch64/configure | 6 + newlib/libc/machine/arc/configure | 6 + newlib/libc/machine/arm/configure | 6 + newlib/libc/machine/bfin/configure | 6 + newlib/libc/machine/configure | 13 +- newlib/libc/machine/configure.in | 1 + newlib/libc/machine/cr16/configure | 6 + newlib/libc/machine/cris/configure | 6 + newlib/libc/machine/crx/configure | 6 + newlib/libc/machine/d10v/configure | 6 + newlib/libc/machine/d30v/configure | 6 + newlib/libc/machine/epiphany/configure | 6 + newlib/libc/machine/fr30/configure | 6 + newlib/libc/machine/frv/configure | 6 + newlib/libc/machine/ft32/configure | 6 + newlib/libc/machine/h8300/configure | 6 + newlib/libc/machine/h8500/configure | 6 + newlib/libc/machine/hppa/configure | 6 + newlib/libc/machine/i386/configure | 10 +- newlib/libc/machine/i960/configure | 6 + newlib/libc/machine/iq2000/configure | 6 + newlib/libc/machine/lm32/configure | 6 + newlib/libc/machine/m32c/configure | 6 + newlib/libc/machine/m32r/configure | 6 + newlib/libc/machine/m68hc11/configure | 6 + newlib/libc/machine/m68k/configure | 6 + newlib/libc/machine/m88k/configure | 6 + newlib/libc/machine/mep/configure | 6 + newlib/libc/machine/microblaze/configure | 6 + newlib/libc/machine/mips/configure | 6 + newlib/libc/machine/mn10200/configure | 6 + newlib/libc/machine/mn10300/configure | 6 + newlib/libc/machine/moxie/configure | 6 + newlib/libc/machine/msp430/configure | 6 + newlib/libc/machine/mt/configure | 6 + newlib/libc/machine/nds32/configure | 6 + newlib/libc/machine/necv70/configure | 6 + newlib/libc/machine/nios2/configure | 6 + newlib/libc/machine/{mep => nvptx}/Makefile.am | 4 +- newlib/libc/machine/{xscale => nvptx}/Makefile.in | 144 ++++++++++++--------- .../libc/machine/nvptx/abort.c | 12 +- newlib/libc/machine/{a29k => nvptx}/aclocal.m4 | 0 .../libc/machine/nvptx/assert.c | 27 +++- .../libc/machine/nvptx/calloc.c | 15 ++- .../libc/machine/nvptx/callocr.c | 11 +- newlib/libc/machine/{arm => nvptx}/configure | 9 +- newlib/libc/machine/{cr16 => nvptx}/configure.in | 2 +- .../libc/machine/nvptx/exit.c | 21 ++- .../libc/machine/nvptx/free.c | 15 ++- .../libc/machine/nvptx/malloc.c | 18 ++- .../libc/machine/nvptx/mallocr.c | 15 ++- .../lseek.c => newlib/libc/machine/nvptx/misc.c | 32 +++-- .../libc/machine/nvptx/printf.c | 22 ++-- .../libc/machine/nvptx/putchar.c | 21 +-- .../libc/machine/nvptx/puts.c | 19 ++- .../libc/machine/nvptx/realloc.c | 21 ++- .../libc/machine/nvptx/reallocr.c | 10 +- .../libc/machine/nvptx/write.c | 22 +++- newlib/libc/machine/or1k/configure | 6 + newlib/libc/machine/powerpc/configure | 6 + newlib/libc/machine/riscv/configure | 6 + newlib/libc/machine/rl78/configure | 6 + newlib/libc/machine/rx/configure | 6 + newlib/libc/machine/sh/configure | 6 + newlib/libc/machine/sparc/configure | 6 + newlib/libc/machine/spu/configure | 6 + newlib/libc/machine/tic4x/configure | 6 + newlib/libc/machine/tic6x/configure | 6 + newlib/libc/machine/tic80/configure | 6 + newlib/libc/machine/v850/configure | 6 + newlib/libc/machine/visium/configure | 6 + newlib/libc/machine/w65/configure | 6 + newlib/libc/machine/x86_64/configure | 6 + newlib/libc/machine/xc16x/configure | 6 + newlib/libc/machine/xscale/configure | 6 + newlib/libc/machine/xstormy16/configure | 6 + newlib/libc/machine/z8k/configure | 6 + newlib/libc/stdlib/Makefile.in | 50 +++---- newlib/libc/stdlib/__atexit.c | 2 + newlib/libc/stdlib/__call_atexit.c | 2 + newlib/libc/sys/a29khif/configure | 6 + newlib/libc/sys/arm/configure | 6 + newlib/libc/sys/configure | 10 +- newlib/libc/sys/d10v/configure | 6 + newlib/libc/sys/decstation/configure | 6 + newlib/libc/sys/epiphany/configure | 6 + newlib/libc/sys/h8300hms/configure | 6 + newlib/libc/sys/h8500hms/configure | 6 + newlib/libc/sys/linux/configure | 10 +- newlib/libc/sys/linux/linuxthreads/configure | 10 +- .../libc/sys/linux/linuxthreads/machine/configure | 10 +- .../sys/linux/linuxthreads/machine/i386/configure | 10 +- newlib/libc/sys/linux/machine/configure | 10 +- newlib/libc/sys/linux/machine/i386/configure | 10 +- newlib/libc/sys/m88kbug/configure | 6 + newlib/libc/sys/mmixware/configure | 6 + newlib/libc/sys/netware/configure | 6 + newlib/libc/sys/or1k/configure | 6 + newlib/libc/sys/phoenix/configure | 6 + newlib/libc/sys/rdos/configure | 6 + newlib/libc/sys/rtems/configure | 6 + newlib/libc/sys/sh/configure | 6 + newlib/libc/sys/sparc64/configure | 6 + newlib/libc/sys/sun4/configure | 6 + newlib/libc/sys/sysmec/configure | 6 + newlib/libc/sys/sysnec810/configure | 6 + newlib/libc/sys/sysnecv850/configure | 6 + newlib/libc/sys/sysvi386/configure | 6 + newlib/libc/sys/sysvnecv70/configure | 6 + newlib/libc/sys/tic80/configure | 6 + newlib/libc/sys/tirtos/configure | 6 + newlib/libc/sys/w65/configure | 6 + newlib/libc/sys/z8ksim/configure | 6 + newlib/libm/complex/Makefile.in | 51 +++----- newlib/libm/configure | 10 +- newlib/libm/machine/aarch64/configure | 6 + newlib/libm/machine/arm/configure | 6 + newlib/libm/machine/configure | 10 +- newlib/libm/machine/i386/configure | 10 +- newlib/libm/machine/nds32/configure | 6 + newlib/libm/machine/riscv/configure | 6 + newlib/libm/machine/spu/configure | 6 + 132 files changed, 1012 insertions(+), 285 deletions(-) copy newlib/libc/machine/{mep => nvptx}/Makefile.am (68%) copy newlib/libc/machine/{xscale => nvptx}/Makefile.in (68%) copy libgloss/m68k/fido-_exit.c => newlib/libc/machine/nvptx/abort.c (80%) copy newlib/libc/machine/{a29k => nvptx}/aclocal.m4 (100%) copy libgloss/m68k/fido-_exit.c => newlib/libc/machine/nvptx/assert.c (56%) copy libgloss/m68k/fido-_exit.c => newlib/libc/machine/nvptx/calloc.c (73%) copy libgloss/m68k/fido-_exit.c => newlib/libc/machine/nvptx/callocr.c (78%) copy newlib/libc/machine/{arm => nvptx}/configure (99%) mode change 100755 => 100644 copy newlib/libc/machine/{cr16 => nvptx}/configure.in (84%) copy libgloss/m68k/fido-_exit.c => newlib/libc/machine/nvptx/exit.c (53%) copy libgloss/m68k/fido-_exit.c => newlib/libc/machine/nvptx/free.c (69%) copy libgloss/m68k/fido-_exit.c => newlib/libc/machine/nvptx/malloc.c (64%) copy libgloss/m68k/fido-_exit.c => newlib/libc/machine/nvptx/mallocr.c (75%) copy libgloss/lseek.c => newlib/libc/machine/nvptx/misc.c (71%) copy libgloss/m68k/sim-errno.c => newlib/libc/machine/nvptx/printf.c (68%) copy libgloss/ft32/sim-inbyte.c => newlib/libc/machine/nvptx/putchar.c (68%) copy libgloss/m68k/sim-errno.c => newlib/libc/machine/nvptx/puts.c (72%) copy libgloss/m68k/fido-_exit.c => newlib/libc/machine/nvptx/realloc.c (59%) copy libgloss/m68k/fido-_exit.c => newlib/libc/machine/nvptx/reallocr.c (79%) copy libgloss/m68k/fido-_exit.c => newlib/libc/machine/nvptx/write.c (62%)