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 0c857ef4dfc binutils/readelf: handle AMDGPU relocation types new c5edd3b8847 gprofng: Define ATTRIBUTE_FALLTHROUGH new a8b34706ef0 gprofng: Don't hardcode -Wno-nonnull-compare new 61a1f2e7111 gprofng: Don't hardcode -Wno-format-truncation/-Wno-switch new f4be26838dc gprofng: Use symver attribute if available
The 4 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/Makefile.in | 2 + gprofng/common/gp-defs.h | 8 +++ gprofng/configure | 122 +++++++++++++++++++++++++++++++++++++- gprofng/configure.ac | 4 ++ gprofng/libcollector/Makefile.am | 2 +- gprofng/libcollector/Makefile.in | 3 +- gprofng/libcollector/aclocal.m4 | 1 + gprofng/libcollector/configure | 64 +++++++++++++++++++- gprofng/libcollector/configure.ac | 3 + gprofng/libcollector/dispatcher.c | 12 ++-- gprofng/libcollector/iotrace.c | 55 +++++++---------- gprofng/libcollector/linetrace.c | 27 ++++----- gprofng/libcollector/mmaptrace.c | 6 +- gprofng/libcollector/synctrace.c | 47 +++++++-------- gprofng/src/Makefile.am | 5 +- gprofng/src/Makefile.in | 7 ++- gprofng/src/collector_module.h | 11 ++++ gprofng/src/gp-collect-app.cc | 2 +- 18 files changed, 284 insertions(+), 97 deletions(-)