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 6a33fa0efec Update documentation to mention Pygments new a35606d9014 gdb: riscv_scan_prologue: handle LD and LW instructions
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: 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 +++- 4 files changed, 163 insertions(+), 3 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 [...]