This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from dc6dc6688b Automatic date update in version.in adds c14aab8cd3 Fix inter-CU references using intra-CU form in imported-unit adds bc754168c7 Optional matching for run_dump_test adds 6f765336bb aarch64*-*-*ilp32 gas tests adds 0a6aef6b66 S12Z disassembler memory leak adds 2ff1ae54a2 Automatic date update in version.in adds 3740438712 x86/Intel: drop pointless special casing of LxS adds 4cbda994e6 x86/Intel: drop pointless suffix setting for "fword ptr" adds a8f4f6b9bc x86/Intel: drop pointless suffix setting for "tbyte ptr" adds 164d49cb1c x86/Intel: fix "near ptr" / "far ptr" handling adds f2f5811f76 x86/Intel: support "mmword ptr" adds 7456d03d5b x86/Intel: fold "xmmword" with "oword" adds b1f0c0b90b gdb/darwin-nat.c: Fix template argument for scoped_restore_tmpl adds d57cbee932 gdb/testsuite/fortran: Fix info-modules/info-types for gfortran 8+ adds 54f73dad3b gdb/testsuite: kfail some tests if using broken gcc adds 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
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 16 + binutils/objdump.c | 12 +- binutils/testsuite/lib/binutils-common.exp | 19 + gas/ChangeLog | 59 +++ gas/config/tc-i386-intel.c | 60 ++- gas/testsuite/gas/aarch64/bfloat16.d | 2 +- gas/testsuite/gas/aarch64/dgh.d | 2 +- gas/testsuite/gas/aarch64/f32mm.d | 2 +- gas/testsuite/gas/aarch64/f64mm.d | 2 +- gas/testsuite/gas/aarch64/i8mm.d | 2 +- gas/testsuite/gas/aarch64/pac_ab_key.d | 24 +- gas/testsuite/gas/aarch64/pac_negate_ra_state.d | 10 +- gas/testsuite/gas/aarch64/reloc-prel_g0.d | 6 +- gas/testsuite/gas/aarch64/reloc-prel_g0_nc.d | 8 +- gas/testsuite/gas/aarch64/reloc-prel_g1.d | 6 +- gas/testsuite/gas/aarch64/sve-bfloat-movprfx.d | 2 +- gas/testsuite/gas/aarch64/sve-movprfx-mm.d | 2 +- gas/testsuite/gas/aarch64/sve2.d | 2 +- gas/testsuite/gas/i386/intel-expr.d | 2 +- gas/testsuite/gas/i386/intel-expr.s | 3 +- gas/testsuite/gas/i386/intelbad.l | 4 + gas/testsuite/gas/i386/intelbad.s | 6 + gas/testsuite/gas/i386/intelok.d | 2 + gas/testsuite/gas/i386/intelok.e | 2 +- gas/testsuite/gas/i386/intelok.s | 2 + gdb/ChangeLog | 26 ++ gdb/breakpoint.c | 62 ++- gdb/breakpoint.h | 9 + gdb/darwin-nat.c | 2 +- gdb/gdbtypes.c | 7 +- gdb/guile/scm-breakpoint.c | 4 +- gdb/python/py-breakpoint.c | 5 +- gdb/testsuite/ChangeLog | 37 ++ gdb/testsuite/gdb.cp/rvalue-ref-overload.cc | 12 + gdb/testsuite/gdb.cp/rvalue-ref-overload.exp | 4 + gdb/testsuite/gdb.dwarf2/imported-unit.exp | 10 +- .../gdb.fortran/derived-type-striding.exp | 6 + gdb/testsuite/gdb.fortran/info-modules.exp | 261 +++++------ gdb/testsuite/gdb.fortran/info-types.exp | 13 + gdb/testsuite/gdb.guile/scm-breakpoint.c | 7 + gdb/testsuite/gdb.guile/scm-breakpoint.exp | 23 + gdb/testsuite/gdb.mi/mi-fortran-modules.exp | 15 +- gdb/testsuite/gdb.python/py-breakpoint.c | 7 + gdb/testsuite/gdb.python/py-breakpoint.exp | 20 + gdb/testsuite/lib/sym-info-cmds.exp | 507 +++++++++++++++++++++ include/ChangeLog | 10 + include/dis-asm.h | 13 +- ld/ChangeLog | 6 + ld/testsuite/ld-elf/eh4.d | 6 +- ld/testsuite/ld-elf/eh5.d | 60 ++- opcodes/ChangeLog | 39 ++ 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 | 173 +++---- opcodes/xc16x-dis.c | 2 +- opcodes/xstormy16-dis.c | 2 +- 70 files changed, 1336 insertions(+), 387 deletions(-) create mode 100644 gdb/testsuite/lib/sym-info-cmds.exp