This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/aslr_support in repository newlib.
discards 6eee16110 Cygwin: document ASLR support discards 61a4ec63d Cygwin: Enable dynamicbase on the Cygwin DLL by default discards 73b124028 Cygwin: /proc/<PID>/maps: output cygheap info discards 724e20c59 Cygwin: drop objcopy .gnu_debuglink juggle discards cb6dee6c1 Cygwin: memory_layout.h: define absolute MMAP_STORAGE_HIGH va [...] discards 8b4b53552 Cygwin: memory_layout.h: fix comments discards 7b05a870b Cygwin: decouple shared mem regions from Cygwin DLL discards 46994ac8f Cygwin: decouple cygheap from Cygwin DLL discards e4a9a704c Cygwin: add memory_layout.h adds f51e76da0 Cygwin: regtool: drop 32 bit hint from help output adds 1fc301472 Cygwin: utils: drop 32 bit considerations adds 85148c43c Fix warning during manpage generaton adds f33635ae6 Cygwin: spawn: drop special handling for cmd.exe and command.com adds 213b53ed3 Revert "Cygwin: pty: Fix 'Bad address' error when running 'cm [...] adds 339bb6e93 Cygwin: stop handling files with .com suffix like .exe files adds a89d3a89c powerpc/setjmp: Fix 64-bit support adds eaa51ea45 Cygwin: add missing .com entry in new-features.xml new 49abd4fdf Cygwin: add memory_layout.h new d1065c063 Cygwin: decouple cygheap from Cygwin DLL new fc05055c0 Cygwin: decouple shared mem regions from Cygwin DLL new 911ea6c9f Cygwin: memory_layout.h: fix comments new d399b2993 Cygwin: memory_layout.h: define absolute MMAP_STORAGE_HIGH va [...] new 057541858 Cygwin: drop objcopy .gnu_debuglink juggle new 846cb9bda Cygwin: /proc/<PID>/maps: output cygheap info new 38a2bf683 Cygwin: Enable dynamicbase on the Cygwin DLL by default new 5d9e16052 Cygwin: document ASLR support
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (6eee16110) \ N -- N -- N refs/heads/topic/aslr_support (5d9e16052)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 9 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: newlib/doc/chapter-texi2docbook.py | 14 +++- newlib/libc/machine/powerpc/setjmp.S | 129 +++++++++++++++++++---------------- winsup/cygwin/fhandler/disk_file.cc | 3 +- winsup/cygwin/globals.cc | 1 - winsup/cygwin/release/3.4.0 | 3 + winsup/cygwin/spawn.cc | 117 ++++++++++++------------------- winsup/cygwin/syscalls.cc | 1 - winsup/doc/new-features.xml | 5 ++ winsup/utils/dumper.cc | 6 +- winsup/utils/mingw/cygcheck.cc | 9 +-- winsup/utils/mingw/strace.cc | 10 --- winsup/utils/profiler.cc | 9 +-- winsup/utils/regtool.cc | 4 +- winsup/utils/ssp.c | 15 +--- 14 files changed, 146 insertions(+), 180 deletions(-)