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 48491055125 Stop passing netbsd_process_target to local functions new e4bd363f994 arc: Rename "arc_gdbarch_features" struct new 6d2d7c5668f gdbserver: Add GNU/Linux support for ARC
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 | 7 + gdb/arc-tdep.c | 14 +- gdb/arch/arc.c | 12 +- gdb/arch/arc.h | 12 +- gdbserver/ChangeLog | 6 + gdbserver/Makefile.in | 2 + gdbserver/configure.srv | 11 ++ gdbserver/linux-arc-low.cc | 418 +++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 463 insertions(+), 19 deletions(-) create mode 100644 gdbserver/linux-arc-low.cc