This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 01c823efb Make cleanup_glue() static new d02421e7f Cygwin: switch to _REENT_GLOBAL_STDIO_STREAMS new fcb32b737 Cygwin: configure: disable i686 builds new e0df580bf Cygwin: configure: drop unused DEF_DLL_ENTRY variable new 2aa37fed7 Cygwin: drop i686-only files new d4fa3b4ab Cygwin: config.h: stop including auto-generated tlsoffsets.h file new c0d5bb262 Cygwin: configure: Define default valus for target specific v [...] new 0597c84b9 Cygwin: revamp TLS offsets computation new 2610b681a Cygwin: wincap: drop wow64 flag and all conditions depending on it new 0f4eb70ee Cygwin: wincap: set def_guard_pages to x86_64 value right away new a70a969c6 Cygwin: wincap: drop no_msv1_0_s4u_logon_in_wow64 flag and re [...] new ca313dd8f Cygwin: drop create_token and dependent functions new 24363cffe Cygwin: drop system_wow64_directory and related code new bf6940a41 Cygwin: wincap: drop has_broken_prefetchvm flag and related code new 974163bc1 Cygwin: wincap: drop has_gaa_largeaddress_bug flag and related code new d4df9c6de Cygwin: drop a few minor references to WOW64 new 4f034daba Cygwin: utils: drop unnecessary wow64 checks
The 16 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: winsup/configure.ac | 18 +- winsup/cygwin/Makefile.am | 73 +--- winsup/cygwin/cygtls.cc | 14 +- winsup/cygwin/cygtls.h | 33 +- winsup/cygwin/cygtls_padsize.h | 12 - winsup/cygwin/dcrt0.cc | 15 +- winsup/cygwin/exceptions.cc | 6 - winsup/cygwin/external.cc | 2 +- winsup/cygwin/fhandler_process.cc | 6 +- winsup/cygwin/fhandler_registry.cc | 5 +- winsup/cygwin/gendef | 154 ++++---- winsup/cygwin/gentls_offsets | 178 +++++----- winsup/cygwin/globals.cc | 2 - winsup/cygwin/how-cygtls-works.txt | 10 +- winsup/cygwin/i686.din | 643 ---------------------------------- winsup/cygwin/include/cygwin/config.h | 24 +- winsup/cygwin/init.cc | 4 +- winsup/cygwin/miscfuncs.cc | 10 +- winsup/cygwin/mmap.cc | 10 +- winsup/cygwin/net.cc | 55 +-- winsup/cygwin/ntdll.h | 2 +- winsup/cygwin/path.cc | 25 +- winsup/cygwin/sec_auth.cc | 542 +--------------------------- winsup/cygwin/security.h | 2 - winsup/cygwin/spawn.cc | 8 +- winsup/cygwin/syscalls.cc | 26 +- winsup/cygwin/tlsoffsets.h | 125 ------- winsup/cygwin/tlsoffsets64.h | 125 ------- winsup/cygwin/uinfo.cc | 2 +- winsup/cygwin/uname.cc | 11 +- winsup/cygwin/wincap.cc | 75 +--- winsup/cygwin/wincap.h | 8 - winsup/utils/cygpath.cc | 13 - winsup/utils/mingw/cygcheck.cc | 20 -- winsup/utils/mingw/strace.cc | 4 +- 35 files changed, 241 insertions(+), 2021 deletions(-) delete mode 100644 winsup/cygwin/cygtls_padsize.h delete mode 100644 winsup/cygwin/i686.din delete mode 100644 winsup/cygwin/tlsoffsets.h delete mode 100644 winsup/cygwin/tlsoffsets64.h