This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-O3_LTO in repository toolchain/ci/newlib.
from 3a6b11c69 Cygwin: pinfo: Fix exit code when non-cygwin app exits by Ctrl-C. adds 8343db918 newlib: libc: move configure into top-level adds 7f674bb4d libgloss: switch to AM_PROG_AR adds 69d93f312 libgloss: iq2000: fix prototype adds 32401ad98 Cygwin: console: Fix issues of apps which open pty. adds e9d434167 Cygwin: pty: Stop to send CTRL_C_EVENT if pcon activated. adds 95a60b7fd Cygwin: console: Prevent the order of typeahead input from swapped. adds 696a713bf Cygwin: console: Revert experimental code mixed accidentally. adds d857df6f0 Cygwin: console: Correct the past fix for apps which open pty. adds 33d8578fe Cygwin: termios: Add comments to the code refactored recently. adds 15a35758d Cygwin: termios: Ensure detection of GDB inferior in process_sigs(). adds f6db6f52a Cygwin: pinfo: Fix exit code for non-cygwin apps which reads [...] adds 8ff9f216f Cygwin: console: Improve the code to avoid typeahead key swapping. adds 95a28b1f9 Cygwin: pty: Isolate CTRL_C_EVENTs between ptys. adds ec5ea6efa newlib: simplify header setup rules adds 28724b2f6 newlib: libc: move stdio multiplex logic from build to source files adds ed459780f libgloss: add a little build system generation documentation adds a531ad972 newlib: speed up targ-include setup & add error checking adds 644e8bba0 newlib: xstormy16: add missing string.h include adds fbfea31dd Cygwin: pty: Avoid cutting the branch the pty master is sitting on. adds 1e6c51d74 Cygwin: pty: Reorganize the code path of setting up and closi [...] adds 3e11a002b Cygwin: sysconf: _SC_TZNAME_MAX: return -1 as valid value adds aec053c60 Cygwin: pty: Rename some functions/variables with the name *pcon*. adds 25937aa1d Cygwin: /proc/<PID>/status: fix format specifier adds c78f14973 Cygwin: handle_sigprocmask: If new signal set is NULL, ignore "how" adds 9551e617e Cygwin: Makefile: fix ctags --extras option adds 05e7a60dd Cygwin: add init_cygheap::compute_sigblkmask method adds 195169186 Cygwin: wait_sig: allow to compute process-wide mask of pendi [...] adds 9a3c058f6 Cygwin: /proc/<PID>/status: Fill SigPnd, SigBlk and SigIgn va [...] adds 3e4dd6cc4 Cygwin: update 3.4 release text
No new revisions were added by this update.
Summary of changes: libgloss/Makefile.in | 1 + libgloss/aarch64/aclocal.m4 | 112 + libgloss/aarch64/configure | 176 +- libgloss/aarch64/configure.ac | 3 +- libgloss/aclocal.m4 | 60 + libgloss/arm/aclocal.m4 | 112 + libgloss/arm/configure | 176 +- libgloss/arm/configure.ac | 3 +- libgloss/configure | 144 +- libgloss/configure.ac | 4 +- libgloss/doc/porting.texi | 50 +- libgloss/iq2000/_exit.c | 2 +- newlib/Makefile.am | 90 +- newlib/Makefile.in | 120 +- newlib/configure | 954 ++- newlib/configure.ac | 7 +- newlib/libc/Makefile.am | 3 - newlib/libc/Makefile.in | 110 +- newlib/libc/acinclude.m4 | 182 + newlib/libc/aclocal.m4 | 937 --- newlib/libc/argz/Makefile.in | 43 +- newlib/libc/configure | 6333 -------------------- newlib/libc/configure.ac | 237 - newlib/libc/ctype/Makefile.in | 43 +- newlib/libc/errno/Makefile.in | 43 +- newlib/libc/iconv/Makefile.in | 41 +- newlib/libc/iconv/ccs/Makefile.in | 43 +- newlib/libc/iconv/ccs/binary/Makefile.in | 41 +- newlib/libc/iconv/ces/Makefile.in | 43 +- newlib/libc/iconv/lib/Makefile.in | 43 +- newlib/libc/locale/Makefile.in | 43 +- newlib/libc/machine/a29k/Makefile.in | 43 +- newlib/libc/machine/aarch64/Makefile.in | 43 +- newlib/libc/machine/amdgcn/Makefile.in | 43 +- newlib/libc/machine/arc/Makefile.in | 43 +- newlib/libc/machine/arm/Makefile.in | 43 +- newlib/libc/machine/bfin/Makefile.in | 43 +- newlib/libc/machine/cr16/Makefile.in | 43 +- newlib/libc/machine/cris/Makefile.in | 43 +- newlib/libc/machine/crx/Makefile.in | 43 +- newlib/libc/machine/csky/Makefile.in | 43 +- newlib/libc/machine/d10v/Makefile.in | 43 +- newlib/libc/machine/d30v/Makefile.in | 43 +- newlib/libc/machine/epiphany/Makefile.in | 43 +- newlib/libc/machine/fr30/Makefile.in | 43 +- newlib/libc/machine/frv/Makefile.in | 43 +- newlib/libc/machine/ft32/Makefile.in | 43 +- newlib/libc/machine/h8300/Makefile.in | 43 +- newlib/libc/machine/h8500/Makefile.in | 43 +- newlib/libc/machine/hppa/Makefile.in | 43 +- newlib/libc/machine/i386/Makefile.in | 43 +- newlib/libc/machine/i960/Makefile.in | 43 +- newlib/libc/machine/iq2000/Makefile.in | 43 +- newlib/libc/machine/lm32/Makefile.in | 43 +- newlib/libc/machine/m32c/Makefile.in | 43 +- newlib/libc/machine/m32r/Makefile.in | 43 +- newlib/libc/machine/m68hc11/Makefile.in | 43 +- newlib/libc/machine/m68k/Makefile.in | 43 +- newlib/libc/machine/m88k/Makefile.in | 43 +- newlib/libc/machine/mep/Makefile.in | 43 +- newlib/libc/machine/microblaze/Makefile.in | 43 +- newlib/libc/machine/mips/Makefile.in | 43 +- newlib/libc/machine/mn10200/Makefile.in | 43 +- newlib/libc/machine/mn10300/Makefile.in | 43 +- newlib/libc/machine/moxie/Makefile.in | 43 +- newlib/libc/machine/msp430/Makefile.in | 43 +- newlib/libc/machine/mt/Makefile.in | 43 +- newlib/libc/machine/nds32/Makefile.in | 43 +- newlib/libc/machine/necv70/Makefile.in | 43 +- newlib/libc/machine/nios2/Makefile.in | 43 +- newlib/libc/machine/nvptx/Makefile.in | 43 +- newlib/libc/machine/or1k/Makefile.in | 43 +- newlib/libc/machine/powerpc/Makefile.in | 43 +- newlib/libc/machine/pru/Makefile.in | 43 +- newlib/libc/machine/riscv/Makefile.in | 43 +- newlib/libc/machine/rl78/Makefile.in | 43 +- newlib/libc/machine/rx/Makefile.in | 43 +- newlib/libc/machine/sh/Makefile.in | 43 +- newlib/libc/machine/sparc/Makefile.in | 43 +- newlib/libc/machine/spu/Makefile.in | 43 +- newlib/libc/machine/tic4x/Makefile.in | 43 +- newlib/libc/machine/tic6x/Makefile.in | 43 +- newlib/libc/machine/tic80/Makefile.in | 43 +- newlib/libc/machine/v850/Makefile.in | 43 +- newlib/libc/machine/visium/Makefile.in | 43 +- newlib/libc/machine/w65/Makefile.in | 43 +- newlib/libc/machine/x86_64/Makefile.in | 43 +- newlib/libc/machine/xc16x/Makefile.in | 43 +- newlib/libc/machine/xstormy16/Makefile.in | 43 +- newlib/libc/machine/xstormy16/tiny-malloc.c | 5 + newlib/libc/machine/z8k/Makefile.in | 43 +- newlib/libc/misc/Makefile.in | 43 +- newlib/libc/posix/Makefile.in | 43 +- newlib/libc/reent/Makefile.in | 43 +- newlib/libc/search/Makefile.in | 43 +- newlib/libc/signal/Makefile.in | 43 +- newlib/libc/ssp/Makefile.in | 43 +- newlib/libc/stdio/Makefile.am | 241 +- newlib/libc/stdio/Makefile.in | 521 +- newlib/libc/stdio/nano-svfprintf.c | 2 + newlib/libc/stdio/nano-svfscanf.c | 2 + .../spu/vfiprintf.c => stdio/svfiprintf.c} | 1 + .../{machine/spu/vfiscanf.c => stdio/svfiscanf.c} | 1 + newlib/libc/stdio/svfiwprintf.c | 3 + newlib/libc/stdio/svfiwscanf.c | 3 + .../{machine/spu/vfiprintf.c => stdio/svfprintf.c} | 2 +- .../{machine/spu/vfiscanf.c => stdio/svfscanf.c} | 2 +- newlib/libc/stdio/svfwprintf.c | 2 + newlib/libc/stdio/svfwscanf.c | 2 + newlib/libc/{machine/spu => stdio}/vfiprintf.c | 0 newlib/libc/{machine/spu => stdio}/vfiscanf.c | 0 newlib/libc/stdio/vfiwprintf.c | 2 + newlib/libc/stdio/vfiwscanf.c | 2 + newlib/libc/stdio64/Makefile.in | 43 +- newlib/libc/stdlib/Makefile.in | 43 +- newlib/libc/string/Makefile.in | 43 +- newlib/libc/sys/a29khif/Makefile.in | 43 +- newlib/libc/sys/amdgcn/Makefile.in | 43 +- newlib/libc/sys/arm/Makefile.in | 43 +- newlib/libc/sys/d10v/Makefile.in | 43 +- newlib/libc/sys/epiphany/Makefile.in | 43 +- newlib/libc/sys/h8300hms/Makefile.in | 43 +- newlib/libc/sys/h8500hms/Makefile.in | 43 +- newlib/libc/sys/m88kbug/Makefile.in | 43 +- newlib/libc/sys/mmixware/Makefile.in | 43 +- newlib/libc/sys/netware/Makefile.in | 43 +- newlib/libc/sys/or1k/Makefile.in | 43 +- newlib/libc/sys/phoenix/Makefile.in | 43 +- newlib/libc/sys/phoenix/acinclude.m4 | 2 +- newlib/libc/sys/phoenix/machine/arm/Makefile.in | 43 +- newlib/libc/sys/rdos/Makefile.in | 43 +- newlib/libc/sys/rtems/Makefile.in | 43 +- newlib/libc/sys/sh/Makefile.in | 43 +- newlib/libc/sys/sysmec/Makefile.in | 43 +- newlib/libc/sys/sysnec810/Makefile.in | 43 +- newlib/libc/sys/sysnecv850/Makefile.in | 43 +- newlib/libc/sys/sysvi386/Makefile.in | 43 +- newlib/libc/sys/sysvnecv70/Makefile.in | 43 +- newlib/libc/sys/tic80/Makefile.in | 43 +- newlib/libc/sys/tirtos/Makefile.in | 43 +- newlib/libc/sys/w65/Makefile.in | 43 +- newlib/libc/sys/z8ksim/Makefile.in | 43 +- newlib/libc/syscalls/Makefile.in | 43 +- newlib/libc/time/Makefile.in | 43 +- newlib/libc/unix/Makefile.in | 43 +- newlib/libc/xdr/Makefile.in | 43 +- winsup/cygwin/Makefile.am | 2 +- winsup/cygwin/cygheap.cc | 18 + winsup/cygwin/cygheap.h | 1 + winsup/cygwin/exceptions.cc | 17 +- winsup/cygwin/fhandler.h | 39 +- winsup/cygwin/fhandler_console.cc | 84 +- winsup/cygwin/fhandler_process.cc | 15 +- winsup/cygwin/fhandler_termios.cc | 107 +- winsup/cygwin/fhandler_tty.cc | 642 +- winsup/cygwin/globals.cc | 2 +- winsup/cygwin/include/sys/cygwin.h | 1 + winsup/cygwin/pinfo.cc | 53 +- winsup/cygwin/pinfo.h | 18 +- winsup/cygwin/release/3.4.0 | 2 + winsup/cygwin/select.cc | 6 +- winsup/cygwin/signal.cc | 6 +- winsup/cygwin/sigproc.cc | 27 +- winsup/cygwin/sigproc.h | 3 +- winsup/cygwin/spawn.cc | 15 +- winsup/cygwin/sysconf.cc | 2 +- winsup/cygwin/tty.cc | 26 +- winsup/cygwin/tty.h | 22 +- winsup/doc/new-features.xml | 4 + 169 files changed, 6091 insertions(+), 10184 deletions(-) create mode 100644 newlib/libc/acinclude.m4 delete mode 100644 newlib/libc/aclocal.m4 delete mode 100755 newlib/libc/configure delete mode 100644 newlib/libc/configure.ac create mode 100644 newlib/libc/stdio/nano-svfprintf.c create mode 100644 newlib/libc/stdio/nano-svfscanf.c copy newlib/libc/{machine/spu/vfiprintf.c => stdio/svfiprintf.c} (68%) copy newlib/libc/{machine/spu/vfiscanf.c => stdio/svfiscanf.c} (67%) create mode 100644 newlib/libc/stdio/svfiwprintf.c create mode 100644 newlib/libc/stdio/svfiwscanf.c copy newlib/libc/{machine/spu/vfiprintf.c => stdio/svfprintf.c} (51%) copy newlib/libc/{machine/spu/vfiscanf.c => stdio/svfscanf.c} (50%) create mode 100644 newlib/libc/stdio/svfwprintf.c create mode 100644 newlib/libc/stdio/svfwscanf.c copy newlib/libc/{machine/spu => stdio}/vfiprintf.c (100%) copy newlib/libc/{machine/spu => stdio}/vfiscanf.c (100%) create mode 100644 newlib/libc/stdio/vfiwprintf.c create mode 100644 newlib/libc/stdio/vfiwscanf.c