This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from 6bf6909bf4 Automatic date update in version.in adds b4e3cd0440 arc: Add support for signal handlers adds d4af727286 arc: Add support for signal frames for Linux targets adds 46023bbe81 arc: Take into account the REGNUM in supply/collect gdb hooks adds 04c9f85efc gdb: Add native support for ARC in GNU/Linux adds acf10cacc6 arc: Make variable name in comments uppercase
No new revisions were added by this update.
Summary of changes: gdb/ChangeLog | 35 ++++++ gdb/Makefile.in | 1 + gdb/arc-linux-nat.c | 320 +++++++++++++++++++++++++++++++++++++++++++++++++++ gdb/arc-linux-tdep.c | 224 ++++++++++++++++++++++++++++++++++-- gdb/arc-tdep.c | 123 ++++++++++++++++++++ gdb/arc-tdep.h | 13 +++ gdb/configure.host | 3 + gdb/configure.nat | 4 + 8 files changed, 713 insertions(+), 10 deletions(-) create mode 100644 gdb/arc-linux-nat.c