This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from eaa51ea45 Cygwin: add missing .com entry in new-features.xml new b9e97f58a Cygwin: exceptions: print 48 bit addresses new c0776fa7b Cygwin: add memory_layout.h new 2f9b8ff00 Cygwin: decouple cygheap from Cygwin DLL new 60675f1a7 Cygwin: decouple shared mem regions from Cygwin DLL new 0508e11f8 Cygwin: memory_layout.h: fix comments new 49df152de Cygwin: memory_layout.h: define absolute MMAP_STORAGE_HIGH va [...] new ebbff10ae Cygwin: drop objcopy .gnu_debuglink juggle new a3f1eff38 Cygwin: /proc/<PID>/maps: output cygheap info new 943433b00 Cygwin: Enable dynamicbase on the Cygwin DLL by default new 389f071f4 Cygwin: document ASLR support
The 10 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/Makefile.am | 25 ++++------- winsup/cygwin/create_posix_thread.cc | 4 -- winsup/cygwin/cygwin.sc.in | 27 ------------ winsup/cygwin/dcrt0.cc | 3 -- winsup/cygwin/exceptions.cc | 8 ++-- winsup/cygwin/fhandler/process.cc | 2 + winsup/cygwin/local_includes/cygheap.h | 1 - winsup/cygwin/local_includes/memory_layout.h | 63 ++++++++++++++++++++++++++++ winsup/cygwin/local_includes/mmap_alloc.h | 6 +-- winsup/cygwin/mm/cygheap.cc | 62 ++++++++++++++++----------- winsup/cygwin/mm/heap.cc | 18 +------- winsup/cygwin/mm/shared.cc | 55 ++++-------------------- winsup/cygwin/release/3.4.0 | 2 + winsup/cygwin/wincap.cc | 25 +++++------ winsup/doc/new-features.xml | 4 ++ 15 files changed, 144 insertions(+), 161 deletions(-) create mode 100644 winsup/cygwin/local_includes/memory_layout.h