This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/binutils-gdb.
from 9a14143c59 [gdb/testsuite] Remove duplicate of supports_gnuc adds 5154216259 arc: Update missing cipher. adds bbcab3366b opcodes/arc: Implement style support in the disassembler adds 8f7f9b3a91 Remove ui_register_input_event_handler adds efd3baf0dc Replace input_interactive_p with a method adds 66fd2c678e Remove cli_out_new adds 083aca0c83 Remove manual lifetime management from cli_interp new 6a40c6e437 Remove array typedef assumption for Ada new 23948f5602 Put gdb.base/bt-on-fatal-signal.exp GDB cores in output dir
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: gas/ChangeLog | 5 + gas/config/tc-arc.c | 2 +- gdb/ada-lang.c | 6 + gdb/ada-typeprint.c | 11 +- gdb/cli-out.c | 8 -- gdb/cli-out.h | 4 +- gdb/cli/cli-interp.c | 36 ++--- gdb/cli/cli-script.c | 4 +- gdb/defs.h | 2 - gdb/event-top.c | 24 ++-- gdb/infcall.c | 6 +- gdb/infrun.c | 2 +- gdb/mi/mi-interp.c | 2 +- .../gdb.ada/{packed_record.exp => multiarray.exp} | 39 +++--- gdb/testsuite/gdb.ada/multiarray/p.adb | 46 +++++++ gdb/testsuite/gdb.ada/multiarray/pack.ads | 34 +++++ gdb/testsuite/gdb.base/bt-on-fatal-signal.exp | 5 + gdb/top.c | 18 +-- gdb/top.h | 17 ++- gdb/tui/tui-io.c | 2 +- gdb/utils.c | 6 +- opcodes/ChangeLog | 10 ++ opcodes/arc-dis.c | 148 ++++++++++++++------- opcodes/disassemble.c | 5 + 24 files changed, 300 insertions(+), 142 deletions(-) copy gdb/testsuite/gdb.ada/{packed_record.exp => multiarray.exp} (50%) create mode 100644 gdb/testsuite/gdb.ada/multiarray/p.adb create mode 100644 gdb/testsuite/gdb.ada/multiarray/pack.ads