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 31c1e137e0e Automatic date update in version.in new 470a0288a81 gprofng: fix 32892 source line level information not availa [...] new 4011eaac9a1 gprofng: remove unused functions, duplicate macros
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/common/gp-experiment.h | 62 +++------- gprofng/libcollector/collector.c | 48 ++++---- gprofng/libcollector/descendants.h | 14 --- gprofng/libcollector/envmgmt.c | 3 - gprofng/libcollector/linetrace.c | 4 +- gprofng/src/Dwarf.cc | 205 +++++++++++++++++++++++---------- gprofng/src/Dwarf.h | 2 + gprofng/src/DwarfLib.cc | 79 ++++++++++++- gprofng/src/DwarfLib.h | 15 +-- gprofng/src/LoadObject.cc | 18 +-- gprofng/src/Makefile.am | 1 + gprofng/src/Makefile.in | 4 +- gprofng/src/Stabs.cc | 166 ++------------------------- gprofng/src/Stabs.h | 5 +- gprofng/src/Symbol.cc | 226 +++++++++++++++++++++++++++++++++++++ gprofng/src/Symbol.h | 80 +++++++++++++ gprofng/src/collect.h | 1 - gprofng/src/envsets.cc | 10 -- gprofng/src/gp-collect-app.cc | 2 - gprofng/src/ipcio.cc | 5 +- 20 files changed, 610 insertions(+), 340 deletions(-) create mode 100644 gprofng/src/Symbol.cc create mode 100644 gprofng/src/Symbol.h