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 26011e4e104 [gdb/testsuite] Fix another timeout in gdb.base/bg-executio [...] new 09338cf326f gdb: fix riscv record-full push new f17820ec6e4 gdb/testsuite: split gdb.dwarf2/macro-source-path.exp
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: gdb/riscv-canonicalize-syscall-gen.c | 18 +- gdb/riscv-linux-tdep.h | 6 +- gdb/syscalls/riscv-canonicalize-syscall-gen.py | 4 +- .../gdb.dwarf2/macro-source-path-clang14-dw4.exp | 71 ++++++ .../gdb.dwarf2/macro-source-path-clang14-dw5.exp | 75 +++++++ .../macro-source-path-gcc11-ld234-dw5.exp | 70 ++++++ .../macro-source-path-gcc11-ld238-dw4.exp | 70 ++++++ .../macro-source-path-gcc11-ld238-dw5.exp | 81 +++++++ ...o-source-path.exp => macro-source-path.exp.tcl} | 250 +-------------------- 9 files changed, 393 insertions(+), 252 deletions(-) create mode 100644 gdb/testsuite/gdb.dwarf2/macro-source-path-clang14-dw4.exp create mode 100644 gdb/testsuite/gdb.dwarf2/macro-source-path-clang14-dw5.exp create mode 100644 gdb/testsuite/gdb.dwarf2/macro-source-path-gcc11-ld234-dw5.exp create mode 100644 gdb/testsuite/gdb.dwarf2/macro-source-path-gcc11-ld238-dw4.exp create mode 100644 gdb/testsuite/gdb.dwarf2/macro-source-path-gcc11-ld238-dw5.exp rename gdb/testsuite/gdb.dwarf2/{macro-source-path.exp => macro-source-path.exp.tc [...]