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 e4f355f13be elf: Don't read beyond .eh_frame section end new 321ac819c4f Rewrote riscv-canonicalize-gen.py using xml file
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/Makefile.in | 2 +- gdb/configure.tgt | 2 +- ...en.c => riscv-linux-canonicalize-syscall-gen.c} | 9 +- gdb/riscv-linux-tdep.c | 11 +- gdb/riscv-linux-tdep.h | 6 +- gdb/syscalls/riscv-canonicalize-syscall-gen.py | 171 --------------------- .../riscv-linux-canonicalize-syscall-gen.py | 153 ++++++++++++++++++ 7 files changed, 169 insertions(+), 185 deletions(-) rename gdb/{riscv-canonicalize-syscall-gen.c => riscv-linux-canonicalize-syscall-g [...] delete mode 100755 gdb/syscalls/riscv-canonicalize-syscall-gen.py create mode 100755 gdb/syscalls/riscv-linux-canonicalize-syscall-gen.py