This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/binutils-gdb.
from 9b1f59fc95 gdb: make gdbarch_printable_names return a vector adds 6a33fa0efe Update documentation to mention Pygments adds a35606d901 gdb: riscv_scan_prologue: handle LD and LW instructions adds c92d9b49ce Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/doc/gdb.texinfo | 14 ++-- gdb/riscv-tdep.c | 33 ++++++++++ .../riscv64-unwind-prologue-with-ld-lw-foo.s | 74 ++++++++++++++++++++++ .../riscv64-unwind-prologue-with-ld-lw.exp | 45 +++++++++++++ .../riscv64-unwind-prologue-with-ld.c} | 14 +++- 6 files changed, 174 insertions(+), 8 deletions(-) create mode 100644 gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld-lw-foo.s create mode 100644 gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld-lw.exp copy gdb/testsuite/{gdb.base/bt-on-fatal-signal.c => gdb.arch/riscv64-unwind-prolo [...]