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 9f6b697b0e Finding data member in virtual base class new 498f740792 Add a helper function to trad_frame to support register cache maps. new ed65e20bc7 Add FreeBSD/riscv architecture. new 74792ff782 Add native target for FreeBSD/riscv.
The 3 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/ChangeLog | 25 ++++ gdb/Makefile.in | 4 + gdb/NEWS | 2 + gdb/configure.host | 1 + gdb/configure.nat | 4 + gdb/configure.tgt | 5 + gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 6 + gdb/regcache.h | 21 ++- gdb/{aarch64-fbsd-nat.c => riscv-fbsd-nat.c} | 39 ++--- gdb/riscv-fbsd-tdep.c | 206 ++++++++++++++++++++++++++ gdb/{common/scoped_fd.h => riscv-fbsd-tdep.h} | 46 ++---- gdb/trad-frame.c | 57 +++++++ gdb/trad-frame.h | 4 + 14 files changed, 371 insertions(+), 54 deletions(-) copy gdb/{aarch64-fbsd-nat.c => riscv-fbsd-nat.c} (72%) create mode 100644 gdb/riscv-fbsd-tdep.c copy gdb/{common/scoped_fd.h => riscv-fbsd-tdep.h} (55%)