This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_O1 in repository toolchain/ci/binutils-gdb.
from 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 adds 577bf39f10 RISC-V: PR28610, Fix ASAN heap-buffer-overflow error in risc [...] adds a92d031d7e [gdb/build] Fix x86_64 x32 build adds e7e599a156 RISC-V: Replace .option rvc/norvc with .option arch, +c/-c. adds a58577878b RISC-V: Removed the redundant NULL pointer check in the risc [...] adds 7dca2ea7ff gdb: rename target_waitstatus_to_string to target_waitstatus [...] adds 06de25b7af gdb: introduce target_waitkind_str, use it in target_waitsta [...] adds c272a98cbf gdb: pass more const target_waitstatus by reference adds 4d3af74a38 Automatic date update in version.in adds e1fbfba5a5 gnu-nat.c: fix calls to add_info_alias adds 9f6148cb85 gdb: more compile fixes for gnu-nat.c new 2990bf4096 Update bug reporting address new 0c3e266dc2 binutils debuginfod test
The 2 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/README | 2 +- bfd/configure | 2 +- bfd/configure.ac | 2 +- bfd/elfxx-riscv.c | 16 +- bfd/po/Make-in | 4 +- bfd/version.h | 2 +- binutils/po/Make-in | 2 +- binutils/testsuite/binutils-all/debuginfod.exp | 3 +- gas/README | 6 +- gas/config/tc-riscv.c | 4 + gas/po/Make-in | 2 +- gas/testsuite/gas/riscv/align-1.s | 2 +- gas/testsuite/gas/riscv/c-add-addi.s | 2 +- gas/testsuite/gas/riscv/c-nonzero-imm.s | 2 +- gas/testsuite/gas/riscv/c-nonzero-reg.s | 2 +- gas/testsuite/gas/riscv/c-zero-imm-64.s | 2 +- gas/testsuite/gas/riscv/c-zero-imm.s | 2 +- gas/testsuite/gas/riscv/c-zero-reg.s | 2 +- gas/testsuite/gas/riscv/ext.s | 4 +- gas/testsuite/gas/riscv/mapping-01.s | 2 +- gas/testsuite/gas/riscv/mapping-02.s | 2 +- gas/testsuite/gas/riscv/mapping-03.s | 2 +- gas/testsuite/gas/riscv/mapping-04.s | 2 +- gas/testsuite/gas/riscv/no-relax-align-2.s | 2 +- gas/testsuite/gas/riscv/shamt-32.s | 4 +- gas/testsuite/gas/riscv/shamt-64.s | 4 +- gdb/break-catch-sig.c | 6 +- gdb/break-catch-syscall.c | 8 +- gdb/breakpoint.c | 52 +-- gdb/breakpoint.h | 10 +- gdb/dwarf2/line-header.c | 15 +- gdb/dwarf2/read.c | 12 + gdb/dwarf2/read.h | 5 + gdb/gnu-nat.c | 51 +-- gdb/infrun.c | 75 ++--- gdb/infrun.h | 2 +- gdb/nat/amd64-linux-siginfo.c | 4 + gdb/record-btrace.c | 4 +- gdb/remote.c | 36 +- gdb/target-debug.h | 4 +- gdb/target/waitstatus.c | 72 ++-- gdb/target/waitstatus.h | 60 +++- .../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 ++++++++++++++++++--- gdb/unittests/common-utils-selftests.c | 7 +- gdbserver/linux-low.cc | 10 +- gdbserver/remote-utils.cc | 45 ++- gdbserver/remote-utils.h | 2 +- gdbserver/server.cc | 37 +- gdbsupport/common-utils.cc | 8 +- gdbsupport/common-utils.h | 4 +- gold/po/Make-in | 2 +- gprof/po/Make-in | 2 +- ld/po/Make-in | 4 +- opcodes/po/Make-in | 2 +- 57 files changed, 849 insertions(+), 338 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