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-stable-allmodconfig in repository toolchain/ci/binutils-gdb.
from 0fe69a94d4 testsuite, gdb.btrace: fix 32-bit PIE false positives adds ca01f1bf3d gdb/testsuite: use gdb_test in gdb.base/list.exp adds e1ff6226d8 Preserve gdb_std{out, err, log, targ, targerr} across interp [...] adds 6c078f0bfe Move enum noside earlier in expression.h adds 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: bfd/version.h | 2 +- gdb/ChangeLog | 43 +++ 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/expression.h | 44 +-- gdb/interps.c | 8 + gdb/testsuite/ChangeLog | 10 + gdb/testsuite/gdb.base/list.exp | 181 ++---------- ...x-cache-load-twice.c => style-interp-exec-mi.c} | 0 .../style-interp-exec-mi.exp} | 38 +-- 15 files changed, 812 insertions(+), 202 deletions(-) create mode 100644 gdb/arc-linux-nat.c copy gdb/testsuite/gdb.base/{index-cache-load-twice.c => style-interp-exec-mi.c} (100%) copy gdb/testsuite/{gdb.rust/rust-style.exp => gdb.base/style-interp-exec-mi.exp} (54%)