This is an automated email from the git hooks/post-receive script.
tcwg-benchmark pushed a change to branch linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-master-arm-eabi-coremark-O2 in repository toolchain/ci/binutils-gdb.
from 0455b7d325 Warn about static libs vs. source-highlight only when necessary adds fa639f555a Don't compare types of enum fields adds 60108e47b5 [gdb/testsuite] Introduce supports_scalar_storage_order_attribute adds 97aac4ec32 gold: Move sym declaration just before use adds 3dc9a557a1 Automatic date update in version.in adds c541fa7c91 [gdb/testsuite] Add save_target_board_info adds 0335338177 Automatic date update in version.in adds 904cb749cf gdb.texinfo: Document GMP as mandatory requirement to build GDB adds 98d837f0ef gdb, record: rephrase the 'not recording' error message adds 1a1c0afcee testsuite, gdb.btrace: make test names unique adds 493d2172ac testsuite, gdb.python: make py-record-*.exp test names unique adds 806e7575e2 testsuite, gdb.btrace: skip multi-inferior.exp on gdbserver targets adds 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 adds e512699ac8 Remove trailing white spaces in gdb/frame.{c,h} adds 9423103f54 Automatic date update in version.in adds dca11eb872 hurd: Fix getting VM_MIN/MAX_ADDRESS adds 06f6f78f62 hurd: Add changelog for dca11eb872c9 adds 05ecfa4726 Add myself to gdb/MAINTAINERS
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 68 +++++ gdb/MAINTAINERS | 1 + 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/doc/ChangeLog | 4 + gdb/doc/gdb.texinfo | 9 + gdb/expression.h | 44 +-- gdb/frame.c | 12 +- gdb/frame.h | 4 +- gdb/gdbtypes.c | 4 +- gdb/gnu-nat.c | 1 + gdb/interps.c | 8 + gdb/record.c | 6 +- gdb/testsuite/ChangeLog | 67 +++++ gdb/testsuite/gdb.base/endianity.c | 2 +- gdb/testsuite/gdb.base/endianity.exp | 11 +- gdb/testsuite/gdb.base/list.exp | 181 ++---------- ...x-cache-load-twice.c => style-interp-exec-mi.c} | 0 gdb/testsuite/gdb.base/style-interp-exec-mi.exp | 46 +++ gdb/testsuite/gdb.btrace/data.exp | 24 +- gdb/testsuite/gdb.btrace/delta.exp | 30 +- gdb/testsuite/gdb.btrace/enable.exp | 12 +- gdb/testsuite/gdb.btrace/exception.exp | 5 +- gdb/testsuite/gdb.btrace/function_call_history.exp | 6 +- gdb/testsuite/gdb.btrace/multi-inferior.exp | 9 +- gdb/testsuite/gdb.btrace/nohist.exp | 8 +- gdb/testsuite/gdb.btrace/non-stop.exp | 76 ++--- gdb/testsuite/gdb.btrace/reconnect.exp | 2 +- gdb/testsuite/gdb.btrace/rn-dl-bind.exp | 14 +- gdb/testsuite/gdb.btrace/step.exp | 26 +- gdb/testsuite/gdb.btrace/stepi.exp | 146 ++++++---- gdb/testsuite/gdb.btrace/tailcall.exp | 30 +- gdb/testsuite/gdb.btrace/unknown_functions.exp | 9 +- .../compare-enum-type-a.c} | 37 +-- .../compare-enum-type-b.c} | 35 +-- gdb/testsuite/gdb.python/compare-enum-type.exp | 27 ++ .../endianity.c => gdb.python/compare-enum-type.h} | 39 +-- gdb/testsuite/gdb.python/py-record-btrace.exp | 7 +- gdb/testsuite/gdb.python/py-record-full.exp | 7 +- gdb/testsuite/lib/gdb.exp | 121 ++++++-- gold/ChangeLog | 8 + gold/incremental.cc | 4 +- gold/plugin.cc | 2 +- 49 files changed, 1369 insertions(+), 473 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%) create mode 100644 gdb/testsuite/gdb.base/style-interp-exec-mi.exp copy gdb/testsuite/{gdb.base/endianity.c => gdb.python/compare-enum-type-a.c} (52%) copy gdb/testsuite/{gdb.base/endianity.c => gdb.python/compare-enum-type-b.c} (51%) create mode 100644 gdb/testsuite/gdb.python/compare-enum-type.exp copy gdb/testsuite/{gdb.base/endianity.c => gdb.python/compare-enum-type.h} (51%)