This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm in repository toolchain/ci/binutils-gdb.
from 7e864bf71d x86: correct VMOVSH attributes adds 602d2b520d gdb/python: look for python, then python 3 at configure time adds 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 adds 6a40c6e437 Remove array typedef assumption for Ada adds 23948f5602 Put gdb.base/bt-on-fatal-signal.exp GDB cores in output dir adds 0b4fe76f95 Add gdb.free_objfile event registry adds e4d04cb306 gprofng: fix regression in build and a race condition in autoreconf adds b8283575ae gprofng: link libgprofng.so against -lpthread adds b87062aade Automatic date update in version.in adds bd0736124c x86: Properly check invalid relocation against protected symbol adds 76e4fa70e7 ld: Pass -nostdlib to compiler with -r
No new revisions were added by this update.
Summary of changes: bfd/elf32-i386.c | 2 + bfd/elf64-x86-64.c | 2 + bfd/version.h | 2 +- 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/configure | 12 ++- gdb/configure.ac | 3 +- gdb/defs.h | 2 - gdb/doc/python.texi | 11 ++ gdb/event-top.c | 24 ++--- gdb/infcall.c | 6 +- gdb/infrun.c | 2 +- gdb/mi/mi-interp.c | 2 +- gdb/python/py-all-events.def | 1 + gdb/python/py-event-types.def | 5 + gdb/python/py-event.h | 1 + gdb/python/py-inferior.c | 15 +++ gdb/python/py-newobjfileevent.c | 36 +++++++ gdb/testsuite/gdb.ada/multiarray.exp | 48 +++++++++ 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/testsuite/gdb.python/py-event-load.c | 42 ++++++++ gdb/testsuite/gdb.python/py-event-load.exp | 67 ++++++++++++ gdb/testsuite/gdb.python/py-event-load.py | 30 ++++++ gdb/testsuite/lib/gdb.exp | 11 -- gdb/top.c | 18 ++-- gdb/top.h | 17 +-- gdb/tui/tui-io.c | 2 +- gdb/utils.c | 6 +- gprofng/common/lib-config.h.in | 94 ++++++++++++++++ gprofng/libcollector/Makefile.in | 6 +- gprofng/libcollector/configure | 5 +- gprofng/libcollector/configure.ac | 3 +- gprofng/src/Makefile.am | 6 +- gprofng/src/Makefile.in | 9 +- ld/testsuite/ld-elf/linux-x86.exp | 16 +++ ld/testsuite/ld-elf/pr29377a.c | 5 + ld/testsuite/ld-elf/pr29377b.c | 10 ++ opcodes/ChangeLog | 10 ++ opcodes/arc-dis.c | 148 ++++++++++++++++++-------- opcodes/disassemble.c | 5 + 48 files changed, 696 insertions(+), 149 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/multiarray.exp create mode 100644 gdb/testsuite/gdb.ada/multiarray/p.adb create mode 100644 gdb/testsuite/gdb.ada/multiarray/pack.ads create mode 100644 gdb/testsuite/gdb.python/py-event-load.c create mode 100644 gdb/testsuite/gdb.python/py-event-load.exp create mode 100644 gdb/testsuite/gdb.python/py-event-load.py create mode 100644 gprofng/common/lib-config.h.in create mode 100644 ld/testsuite/ld-elf/pr29377a.c create mode 100644 ld/testsuite/ld-elf/pr29377b.c