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 4788abdec79 Fix compilation of the assembler with sanitization enabled. new 6647f05df02 gdb: defer warnings when loading separate debug files
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: gdb/build-id.c | 13 +- gdb/build-id.h | 10 +- gdb/coffread.c | 12 +- gdb/elfread.c | 13 +- gdb/symfile.c | 51 +++++--- gdb/symfile.h | 9 +- .../build-id-no-debug-warning.c} | 4 +- .../gdb.debuginfod/build-id-no-debug-warning.exp | 142 +++++++++++++++++++++ .../crc_mismatch-2.c} | 0 .../crc_mismatch.c} | 6 +- gdb/testsuite/gdb.debuginfod/crc_mismatch.exp | 111 ++++++++++++++++ gdb/testsuite/lib/gdb.exp | 38 ++++-- 12 files changed, 360 insertions(+), 49 deletions(-) copy gdb/testsuite/{gdb.base/macro-source-path.c => gdb.debuginfod/build-id-no-deb [...] create mode 100644 gdb/testsuite/gdb.debuginfod/build-id-no-debug-warning.exp copy gdb/testsuite/{gdb.base/rtld-step-main.c => gdb.debuginfod/crc_mismatch-2.c} (100%) copy gdb/testsuite/{gdb.base/macro-source-path.c => gdb.debuginfod/crc_mismatch.c} (92%) create mode 100644 gdb/testsuite/gdb.debuginfod/crc_mismatch.exp