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 b4ab4120705 Automatic date update in version.in new fc6a93854b3 [gdb/testsuite] Speed up MACRO_AT_* calls new 41505c0f3db [gdb/testsuite] Add test-case gdb.dwarf2/dw2-lines.exp new 6cb22d4a8e8 [gdb/testsuite] Support .debug_line v4 in dwarf assembler new 8d52378514e [gdb/testsuite] Factor out _line_finalize_header new 44fda089397 [gdb/testsuite] Support .debug_line v5 in dwarf assembler new 26bf28e29d7 [gdb/testsuite] Add target board dwarf64.exp new bab31d14516 [gdb/symtab] Support .debug_line with DW_FORM_line_strp
The 7 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/dwarf2/line-header.c | 15 +- gdb/dwarf2/read.c | 12 + gdb/dwarf2/read.h | 5 + .../imported-unit-bp-c.exp => boards/dwarf64.exp} | 9 +- ...-step-out-of-function-no-stmt.c => dw2-lines.c} | 15 +- gdb/testsuite/gdb.dwarf2/dw2-lines.exp | 170 ++++++++++ gdb/testsuite/lib/dwarf.exp | 373 ++++++++++++++++++--- 7 files changed, 539 insertions(+), 60 deletions(-) copy gdb/testsuite/{gdb.dwarf2/imported-unit-bp-c.exp => boards/dwarf64.exp} (76%) copy gdb/testsuite/gdb.dwarf2/{dw2-step-out-of-function-no-stmt.c => dw2-lines.c} (80%) create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-lines.exp