This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository newlib.
from 5d65b2287 Cygwin: dumper: port to AArch64 new d0b70afbc Cygwin: add dummy implementation of _fe_nomask_env new 9653999c2 Cygwin: malloc_wrapper: port to AArch64 new aeea9ae36 Cygwin: signal: make context structures registers handling portable
The 3 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/cygwin/exceptions.cc | 51 ++++++++++++---------- winsup/cygwin/fenv.c | 10 +++++ winsup/cygwin/include/cygwin/signal.h | 77 ++++++++++++++++++++++++++++++++- winsup/cygwin/local_includes/register.h | 25 +++++++++++ winsup/cygwin/mm/malloc_wrapper.cc | 14 ++++++ winsup/cygwin/profil.c | 7 +-- winsup/cygwin/thread.cc | 3 +- winsup/utils/profiler.cc | 7 +-- 8 files changed, 159 insertions(+), 35 deletions(-) create mode 100644 winsup/cygwin/local_includes/register.h