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 40c75bc8b07 Fix compile time warnings about comparisons always being false. new 301a9420d94 Add support for debuginfod to the binutils (disable by defa [...]
The 1 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: binutils/Makefile.am | 6 +- binutils/Makefile.in | 9 +- binutils/NEWS | 9 ++ binutils/config.in | 3 + binutils/configure | 184 ++++++++++++++++++++-------- binutils/configure.ac | 3 + binutils/doc/Makefile.in | 5 +- binutils/doc/binutils.texi | 18 +++ binutils/dwarf.c | 110 ++++++++++++++++- binutils/dwarf.h | 4 + binutils/objdump.c | 27 ++++ binutils/readelf.c | 132 ++++++++++++++++++++ binutils/testsuite/binutils-all/linkdebug.s | 17 ++- config/debuginfod.m4 | 38 ++++++ configure | 139 ++++++++++++++++++++- configure.ac | 4 + 16 files changed, 647 insertions(+), 61 deletions(-) create mode 100644 config/debuginfod.m4