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 39865a7f42 Disable the inclusion of logical input files in the assemble [...] new 7176dfd28d Add FreeBSD/arm architecture. new 4f9d99066e Add native target for FreeBSD/arm.
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 | 2 + gdb/{aarch64-fbsd-nat.c => arm-fbsd-nat.c} | 72 +++++--- gdb/arm-fbsd-tdep.c | 257 +++++++++++++++++++++++++++ gdb/{aarch64-fbsd-tdep.h => arm-fbsd-tdep.h} | 29 +-- gdb/configure.host | 1 + gdb/configure.nat | 5 + gdb/configure.tgt | 4 + 9 files changed, 354 insertions(+), 36 deletions(-) copy gdb/{aarch64-fbsd-nat.c => arm-fbsd-nat.c} (57%) create mode 100644 gdb/arm-fbsd-tdep.c copy gdb/{aarch64-fbsd-tdep.h => arm-fbsd-tdep.h} (52%)