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-next-allnoconfig 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 new e512699ac8 Remove trailing white spaces in gdb/frame.{c,h} new 9423103f54 Automatic date update in version.in
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: bfd/version.h | 2 +- gdb/ChangeLog | 40 +++++++ 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 + gdb/frame.c | 12 +- gdb/frame.h | 4 +- 11 files changed, 727 insertions(+), 19 deletions(-) create mode 100644 gdb/arc-linux-nat.c