This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm in repository toolchain/ci/gdb.
from bbda248c50 sim: v850: fix cpu_option testsuite handling adds b4d069fbea gdb/testsuite: Remove duplicates in gdb.base/catch-signal.exp adds b4ab412070 Automatic date update in version.in adds fc6a93854b [gdb/testsuite] Speed up MACRO_AT_* calls adds 41505c0f3d [gdb/testsuite] Add test-case gdb.dwarf2/dw2-lines.exp adds 6cb22d4a8e [gdb/testsuite] Support .debug_line v4 in dwarf assembler adds 8d52378514 [gdb/testsuite] Factor out _line_finalize_header adds 44fda08939 [gdb/testsuite] Support .debug_line v5 in dwarf assembler adds 26bf28e29d [gdb/testsuite] Add target board dwarf64.exp adds bab31d1451 [gdb/symtab] Support .debug_line with DW_FORM_line_strp new 577bf39f10 RISC-V: PR28610, Fix ASAN heap-buffer-overflow error in risc [...]
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: bfd/elfxx-riscv.c | 19 +- bfd/version.h | 2 +- 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 +- gdb/testsuite/gdb.base/catch-signal.exp | 5 +- ...-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 ++++++++++++++++++--- 10 files changed, 554 insertions(+), 71 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