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-aarch64-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from b43315e206 gdb/fortran: Improve output pattern in gdb.mi/mi-fortran-mod [...] adds 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 new 6c71eb7d70 Normalize Ada ptype to use a single "?" new 0e7aaa728d [gas][arm] Set context table for '.arch_extension'
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 | 27 ++++ gdb/ada-typeprint.c | 11 +- gdb/breakpoint.c | 62 ++++++--- gdb/breakpoint.h | 9 ++ gdb/gdbtypes.c | 7 +- gdb/guile/scm-breakpoint.c | 4 +- gdb/python/py-breakpoint.c | 5 +- gdb/testsuite/ChangeLog | 24 ++++ 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.cp/rvalue-ref-overload.cc | 12 ++ gdb/testsuite/gdb.cp/rvalue-ref-overload.exp | 4 + 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 +- 47 files changed, 523 insertions(+), 173 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 [...]