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 f41078422a Opcodes: (BRCLR / BRSET) Disassemble reserved codes instead [...] new a6b786da4e Add support for DW_OP_GNU_variable_value new ae3a7c47e6 Add support of DW_OP_GNU_variable_value to DWARF assembler new 7d140d1a0b Test case for DW_OP_GNU_variable_value
The 3 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/ChangeLog | 14 ++ gdb/dwarf2-frame.c | 5 + gdb/dwarf2expr.c | 11 + gdb/dwarf2expr.h | 3 + gdb/dwarf2loc.c | 56 +++++ gdb/testsuite/ChangeLog | 6 + .../gdb.dwarf2/{implref-struct.c => varval.c} | 25 +- gdb/testsuite/gdb.dwarf2/varval.exp | 279 +++++++++++++++++++++ gdb/testsuite/lib/dwarf.exp | 14 ++ 9 files changed, 394 insertions(+), 19 deletions(-) copy gdb/testsuite/gdb.dwarf2/{implref-struct.c => varval.c} (75%) create mode 100644 gdb/testsuite/gdb.dwarf2/varval.exp