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 7610297ab5 Add myself as a write-after-approval GDB maintainer. new c0f84956d0 Add FreeBSD/aarch64 architecture. new 351787dd4c Add native target for FreeBSD/aarch64.
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/ChangeLog | 17 ++ gdb/Makefile.in | 3 + gdb/NEWS | 8 + gdb/{mips-fbsd-nat.c => aarch64-fbsd-nat.c} | 43 ++--- gdb/aarch64-fbsd-tdep.c | 205 ++++++++++++++++++++++ gdb/{aarch64-linux-tdep.h => aarch64-fbsd-tdep.h} | 21 ++- gdb/configure.host | 1 + gdb/configure.nat | 5 + gdb/configure.tgt | 5 + 9 files changed, 272 insertions(+), 36 deletions(-) copy gdb/{mips-fbsd-nat.c => aarch64-fbsd-nat.c} (73%) create mode 100644 gdb/aarch64-fbsd-tdep.c copy gdb/{aarch64-linux-tdep.h => aarch64-fbsd-tdep.h} (57%)