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-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from 330f1d3825 gdb: rank an lvalue argument incompatible for an rvalue parameter adds bac7c5cf92 Fix scripted probe breakpoints adds e7c22a69ac s12z-opc.c formatting fixes adds f59f89789f Delete duplicate struct objdump_disasm_info field adds 6f0e075230 Remove backup ppc struct dis_private. adds 103ebbc35c Use disassemble_info.private_data in place of insn_sets adds 20135676fc PR24960, Memory leak from disassembler adds 0a0a052176 Automatic date update in version.in adds 6c71eb7d70 Normalize Ada ptype to use a single "?" adds 0e7aaa728d [gas][arm] Set context table for '.arch_extension' new ab7d13f070 Replace the remaining uses of strerror with safe_strerror new cb51113052 Suppress the "unused function" warning for select_strerror_r
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 +- binutils/ChangeLog | 12 ++ binutils/objdump.c | 12 +- gas/ChangeLog | 6 + gas/config/tc-arm.c | 1 + .../gas/arm/{mve-ext.d => mve-arch-ext.d} | 3 +- .../gas/arm/{mve-ext.s => mve-arch-ext.s} | 2 + gdb/ChangeLog | 37 +++++ gdb/ada-typeprint.c | 11 +- gdb/breakpoint.c | 62 ++++++--- gdb/breakpoint.h | 9 ++ gdb/config.in | 4 - gdb/configure | 12 +- gdb/gdbserver/ChangeLog | 15 +++ gdb/gdbserver/Makefile.in | 4 +- gdb/gdbserver/config.in | 4 - gdb/gdbserver/configure | 22 +-- gdb/gdbserver/configure.ac | 2 +- gdb/gdbserver/linux-i386-ipa.c | 4 +- gdb/gdbserver/server.h | 6 - gdb/gdbserver/tracepoint.c | 12 +- gdb/gdbserver/utils.c | 2 +- gdb/gdbsupport/agent.c | 4 +- gdb/gdbsupport/common.m4 | 2 +- gdb/gdbsupport/safe-strerror.c | 36 ++++- gdb/guile/scm-breakpoint.c | 4 +- gdb/python/py-breakpoint.c | 5 +- gdb/testsuite/ChangeLog | 17 +++ gdb/testsuite/gdb.ada/unchecked_union.exp | 58 ++++++++ .../{big_packed_array => unchecked_union}/pck.adb | 0 .../{scalar_storage => unchecked_union}/pck.ads | 0 .../unchecked_union.adb} | 50 +++---- gdb/testsuite/gdb.guile/scm-breakpoint.c | 7 + gdb/testsuite/gdb.guile/scm-breakpoint.exp | 23 ++++ gdb/testsuite/gdb.python/py-breakpoint.c | 7 + gdb/testsuite/gdb.python/py-breakpoint.exp | 20 +++ gdb/testsuite/lib/gdb-utils.exp | 2 +- include/ChangeLog | 10 ++ include/dis-asm.h | 13 +- opcodes/ChangeLog | 34 +++++ opcodes/bpf-dis.c | 2 +- opcodes/cgen-dis.in | 2 +- opcodes/disassemble.c | 83 ++++++++++-- opcodes/epiphany-dis.c | 2 +- opcodes/fr30-dis.c | 2 +- opcodes/frv-dis.c | 2 +- opcodes/ip2k-dis.c | 2 +- opcodes/iq2000-dis.c | 2 +- opcodes/lm32-dis.c | 2 +- opcodes/m32c-dis.c | 2 +- opcodes/m32r-dis.c | 2 +- opcodes/mep-dis.c | 2 +- opcodes/mt-dis.c | 2 +- opcodes/or1k-dis.c | 2 +- opcodes/ppc-dis.c | 7 +- opcodes/s12z-opc.c | 149 +++++++++++---------- opcodes/xc16x-dis.c | 2 +- opcodes/xstormy16-dis.c | 2 +- 58 files changed, 572 insertions(+), 233 deletions(-) copy gas/testsuite/gas/arm/{mve-ext.d => mve-arch-ext.d} (69%) copy gas/testsuite/gas/arm/{mve-ext.s => mve-arch-ext.s} (65%) create mode 100644 gdb/testsuite/gdb.ada/unchecked_union.exp copy gdb/testsuite/gdb.ada/{big_packed_array => unchecked_union}/pck.adb (100%) copy gdb/testsuite/gdb.ada/{scalar_storage => unchecked_union}/pck.ads (100%) copy gdb/testsuite/gdb.ada/{scalar_storage/storage.adb => unchecked_union/unchecke [...]