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 d4af727286e arc: Add support for signal frames for Linux targets new 46023bbe813 arc: Take into account the REGNUM in supply/collect gdb hooks new 04c9f85efcd gdb: Add native support for ARC in GNU/Linux
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 | 13 +++ gdb/Makefile.in | 1 + gdb/arc-linux-nat.c | 320 +++++++++++++++++++++++++++++++++++++++++++++++++++ gdb/arc-linux-tdep.c | 41 +++++-- gdb/configure.host | 3 + gdb/configure.nat | 4 + 6 files changed, 373 insertions(+), 9 deletions(-) create mode 100644 gdb/arc-linux-nat.c