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 f74ba96bb08 Automatic date update in version.in new 663741df74f gprofng: remove old interface with libcpc new ee7af0e7107 gprofng: add hardware counters for AMD Zen3
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/core_pcbe.c | 17 +- gprofng/common/hwc_cpus.h | 39 ++- gprofng/common/hwcdrv.c | 105 +------ gprofng/common/hwcdrv.h | 49 +--- gprofng/common/hwcentry.h | 3 - gprofng/common/hwcfuncs.c | 41 +-- gprofng/common/hwcfuncs.h | 25 +- gprofng/common/hwctable.c | 650 ++++++++---------------------------------- gprofng/common/opteron_pcbe.c | 60 ++-- gprofng/src/Dbe.cc | 5 +- gprofng/src/collctrl.cc | 21 +- gprofng/src/collctrl.h | 1 - gprofng/src/hwc_amd_zen3.h | 632 ++++++++++++++++++++++++++++++++++++++++ 13 files changed, 870 insertions(+), 778 deletions(-) create mode 100644 gprofng/src/hwc_amd_zen3.h