This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from cee03513d Cygwin: cfsetspeed: allow speed to be a numerical baud rate new 9bd6c0b2b Cygwin: New tool: profiler new 4ad5b0ca3 Cygwin: New tool: gmondump new ff9c2b3ab Cygwin: updates to wire in profiler, gmondump
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/release/3.2.1 | 7 + winsup/doc/utils.xml | 123 +++++ winsup/utils/Makefile.am | 5 + winsup/utils/gmondump.c | 255 ++++++++++ winsup/utils/profiler.cc | 1109 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 1499 insertions(+) create mode 100644 winsup/utils/gmondump.c create mode 100644 winsup/utils/profiler.cc