This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 4d6c88e03 Cygwin: fhandler/null.cc: remove redundant includes new 3e13d9355 Cygwin: split out x86_64 memset/memcpy functions new 188d5f6c9 Cygwin: x86_64: add wmemset assembler entry point new 5858c2301 Cygwin: move mcountFunc.S to x86_64 target dir new 3ba050dfc Cygwin: fold common.din and x86_64.din into cygwin.din new 1556b96b1 Cygwin: stop exporting _alloca
The 5 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 | 2 - winsup/cygwin/Makefile.am | 16 ++- winsup/cygwin/{common.din => cygwin.din} | 9 ++ winsup/cygwin/include/cygwin/version.h | 3 +- winsup/cygwin/miscfuncs.cc | 207 ------------------------------- winsup/cygwin/x86_64.din | 11 -- winsup/cygwin/{ => x86_64}/mcountFunc.S | 0 winsup/cygwin/x86_64/memcpy.s | 131 +++++++++++++++++++ winsup/cygwin/x86_64/memset.s | 77 ++++++++++++ 9 files changed, 230 insertions(+), 226 deletions(-) rename winsup/cygwin/{common.din => cygwin.din} (98%) delete mode 100644 winsup/cygwin/x86_64.din rename winsup/cygwin/{ => x86_64}/mcountFunc.S (100%) create mode 100644 winsup/cygwin/x86_64/memcpy.s create mode 100644 winsup/cygwin/x86_64/memset.s