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 b3aa594daae gas: add .cv_ucomp and .cv_scomp pseudo-directives new b9de07a5ff7 gdb: fix handling of DW_AT_entry_pc of inlined subroutines
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/block.h | 71 ++- gdb/dwarf2/read.c | 102 ++++- .../dw2-entry-pc.c} | 44 +- gdb/testsuite/gdb.dwarf2/dw2-entry-pc.exp | 483 +++++++++++++++++++++ .../inline-entry.c} | 25 +- gdb/testsuite/gdb.opt/inline-entry.exp | 58 +++ 6 files changed, 737 insertions(+), 46 deletions(-) copy gdb/testsuite/{gdb.base/maint-info-inline-frames-and-blocks.c => gdb.dwarf2/d [...] create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-entry-pc.exp copy gdb/testsuite/{gdb.debuginfod/corefile-mapped-file-1.c => gdb.opt/inline-entr [...] create mode 100644 gdb/testsuite/gdb.opt/inline-entry.exp