This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 66cf935043f Remove some unnecessary casts from ada-lang.c new 7a515757db9 gprofng: Update documentation new 35fab451d9e gprofng: 30360 Seg. Fault when application uses std::thread
The 2 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: gprofng/doc/Makefile.am | 26 +- gprofng/doc/Makefile.in | 59 +- gprofng/doc/gp-archive.texi | 246 ++ gprofng/doc/gp-collect-app.texi | 380 +++ gprofng/doc/gp-display-html.texi | 252 ++ gprofng/doc/gp-display-src.texi | 246 ++ gprofng/doc/gp-display-text.texi | 437 ++++ gprofng/doc/gp-macros.texi | 72 + gprofng/doc/gprofng.texi | 3644 ++--------------------------- gprofng/doc/gprofng_ug.texi | 4396 +++++++++++++++++++++++++++++++++++ gprofng/doc/version.texi | 6 +- gprofng/gp-display-html/Makefile.am | 32 - gprofng/gp-display-html/Makefile.in | 94 +- gprofng/libcollector/collector.h | 2 +- gprofng/libcollector/dispatcher.c | 35 +- gprofng/libcollector/iotrace.c | 87 +- gprofng/libcollector/linetrace.c | 50 +- gprofng/libcollector/mmaptrace.c | 16 +- gprofng/libcollector/synctrace.c | 40 +- gprofng/src/Makefile.am | 56 +- gprofng/src/Makefile.in | 114 +- 21 files changed, 6431 insertions(+), 3859 deletions(-) create mode 100644 gprofng/doc/gp-archive.texi create mode 100644 gprofng/doc/gp-collect-app.texi create mode 100644 gprofng/doc/gp-display-html.texi create mode 100644 gprofng/doc/gp-display-src.texi create mode 100644 gprofng/doc/gp-display-text.texi create mode 100644 gprofng/doc/gp-macros.texi create mode 100644 gprofng/doc/gprofng_ug.texi