This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from e826fbb2a Fix stdio exit handling new 5c7af4227 Use right lock release in __register_exitproc() new 065d77dd0 Add --enable-newlib-reent-binary-compat new 4a00cbcef Cygwin: Enable backward binary compatibility new ad6d271eb Optional struct _reent::__unused_sdidinit new 00e467bec Optional struct _reent::_unspecified_locale_info new 84d8b9d1b Optional struct _reent::_new::_reent::_unused_rand new 9035e406c Optional struct _reent::_new::_unused new 2faeaf50f Use global atexit data for all configurations
The 8 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: libgloss/arc/crt0.S | 11 ++-- libgloss/epiphany/crt0.S | 26 ++++----- libgloss/sparc_leon/locore_atexit.c | 4 +- newlib/README | 12 ++-- newlib/configure | 30 +++++++--- newlib/configure.ac | 25 ++++++--- newlib/libc/include/sys/config.h | 7 ++- newlib/libc/include/sys/reent.h | 101 +++++++++++++++++----------------- newlib/libc/reent/reent.c | 19 ------- newlib/libc/stdlib/__atexit.c | 17 ++---- newlib/libc/stdlib/__call_atexit.c | 8 +-- newlib/newlib.hin | 6 +- winsup/cygwin/include/cygwin/config.h | 1 + 13 files changed, 134 insertions(+), 133 deletions(-)