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-master-arm_eabi-coremark-O2_LTO in repository toolchain/ci/newlib.
from e1ce752a1 Cygwin: remove miscellaneous 32-bit code adds f344134a1 Cygwin: Drop pointless loadlib.h includes in utilities adds f36dd4027 Cygwin: Drop use of loadlib.h in regtool adds 1f8235f6b Cygwin: child_info.h: remove declaration of init_child_info adds cb4b4548c Cygwin: remove ntsecapi.h adds 30c5411d0 Cygwin: remove most occurrences of __stdcall and __cdecl adds 07cf76309 Cygwin: restore two instances of __stdcall adds 14fc9be23 Fix __sglue inititialization new 866f6c909 Clarify struct _reent comment new aa460cc0c Cygwin: Have gmondump support ssp-generated gmon.out new c4d4439c4 Fix __fp_lock_all() and __fp_unlock_all() new b0cb9f85c Use global stdio streams for all configurations new bbfe79fb7 Cygwin: restore '#ifdef __x86_64__' for CPU-specific code new ddce45112 Cygwin: restore one more '#ifdef __x86_64__' new fdbd15393 Cygwin: console: Retain ENABLE_VIRTUAL_TERMIANL_PROCESSING flag. new fe10e8f03 Cygwin: console: Handle setting very long window title correctly. new e84814b3e Regenerate configure and newlib.hin
The 9 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/README | 6 -- newlib/configure | 9 +-- newlib/configure.ac | 10 +-- newlib/libc/include/sys/config.h | 7 -- newlib/libc/include/sys/reent.h | 123 ++++--------------------------- newlib/libc/reent/impure.c | 6 -- newlib/libc/reent/reent.c | 20 ----- newlib/libc/stdio/fcloseall.c | 4 - newlib/libc/stdio/findfp.c | 57 +------------- newlib/libc/stdio/local.h | 17 ----- newlib/newlib.hin | 5 -- winsup/cygwin/autoload.cc | 21 ++++++ winsup/cygwin/child_info.h | 2 - winsup/cygwin/cpuid.h | 4 + winsup/cygwin/cygerrno.h | 2 +- winsup/cygwin/cygheap.cc | 8 +- winsup/cygwin/cygheap.h | 4 +- winsup/cygwin/dcrt0.cc | 14 ++-- winsup/cygwin/debug.cc | 10 +-- winsup/cygwin/dll_init.cc | 2 +- winsup/cygwin/dtable.cc | 2 +- winsup/cygwin/environ.cc | 6 +- winsup/cygwin/exceptions.cc | 6 +- winsup/cygwin/fhandler.cc | 10 +-- winsup/cygwin/fhandler.h | 53 ++++++------- winsup/cygwin/fhandler_clipboard.cc | 2 +- winsup/cygwin/fhandler_console.cc | 98 +++++++++++++++++------- winsup/cygwin/fhandler_disk_file.cc | 2 +- winsup/cygwin/fhandler_dsp.cc | 4 +- winsup/cygwin/fhandler_procsys.cc | 2 +- winsup/cygwin/fhandler_random.cc | 2 +- winsup/cygwin/fhandler_signalfd.cc | 2 +- winsup/cygwin/fhandler_socket_unix.cc | 6 +- winsup/cygwin/fhandler_timerfd.cc | 2 +- winsup/cygwin/fhandler_tty.cc | 4 +- winsup/cygwin/fhandler_virtual.cc | 2 +- winsup/cygwin/fhandler_windows.cc | 2 +- winsup/cygwin/fhandler_zero.cc | 2 +- winsup/cygwin/fork.cc | 14 ++-- winsup/cygwin/include/cygwin/config.h | 5 +- winsup/cygwin/include/cygwin/signal.h | 5 ++ winsup/cygwin/include/cygwin/time.h | 6 +- winsup/cygwin/include/sys/ioctl.h | 2 +- winsup/cygwin/lib/_cygwin_crt0_common.cc | 2 +- winsup/cygwin/lib/crt0.h | 2 +- winsup/cygwin/miscfuncs.cc | 9 +++ winsup/cygwin/mmap.cc | 2 +- winsup/cygwin/mount.cc | 4 +- winsup/cygwin/ntea.cc | 4 +- winsup/cygwin/ntsecapi.h | 26 ------- winsup/cygwin/pinfo.cc | 2 +- winsup/cygwin/pinfo.h | 10 +-- winsup/cygwin/release/3.3.6 | 3 + winsup/cygwin/resource.cc | 4 +- winsup/cygwin/shared.cc | 10 +-- winsup/cygwin/shared_info.h | 10 +-- winsup/cygwin/shm.cc | 2 +- winsup/cygwin/sigproc.h | 2 +- winsup/cygwin/strace.cc | 2 +- winsup/cygwin/strfuncs.cc | 10 +-- winsup/cygwin/string.h | 8 +- winsup/cygwin/times.cc | 16 ++-- winsup/cygwin/tty.cc | 4 +- winsup/cygwin/tty.h | 6 +- winsup/cygwin/winsup.h | 18 ++--- winsup/utils/cygpath.cc | 1 - winsup/utils/gmondump.c | 35 +++++---- winsup/utils/kill.cc | 2 +- winsup/utils/mingw/strace.cc | 2 +- winsup/utils/module_info.cc | 1 - winsup/utils/path.cc | 1 - winsup/utils/ps.cc | 3 +- winsup/utils/regtool.cc | 13 +--- 73 files changed, 313 insertions(+), 471 deletions(-) delete mode 100644 winsup/cygwin/ntsecapi.h