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-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from 2228ef7700 When debugging a mixed Ada/C program using this scenario: adds 1bd0c6e496 gdb: Merge two 'New commands' sections in NEWS file adds 5f6e90a0ce Add a type-safe C++ interface to a registry adds a32ad8c55c Convert main_info to type-safe registry API adds 3017b94d60 Convert symbol_cache to type-safe registry API adds 35632941c9 Convert target dcache to type-safe registry API adds 6509b8ebfb Convert inflow to type-safe registry API adds 6ae614f66a Convert break-catch-syscall.c to type-safe registry API adds f6aa743620 Convert objfiles.c to type-safe registry API adds e85e19b4d7 Convert auto-load.c to type-safe registry API adds 5bfd760d66 Convert dwarf2_per_objfile to type-safe registry API adds 8c42777cd8 Convert symfile-debug.c to type-safe registry API adds e9b89e2d01 Convert auxv.c to type-safe registry API adds 89fb8848d7 Convert linux-tdep.c to type-safe registry API adds 51d3063a35 Convert breakpoint.c to type-safe registry API adds 7b4a314f8b Convert remote.c to type-safe registry API adds 0923243872 Convert solib-svr4.c to type-safe registry API adds 02dc647ed6 Convert xcoffread.c to type-safe registry API adds 814cf43a1f Convert probes to type-safe registry API adds 14ef6690f1 Convert ada-tasks.c to type-safe registry API adds d4e05d2fea Convert fbsd-tdep.c to type-safe registry API adds 246994051b Convert coffread.c to type-safe registry API adds f37b313d5c Convert ada-lang.c to type-safe registry API adds bdb3ed9e63 Convert nto-tdep.c to type-safe registry API adds 31930bd34d Add a noop deleter adds 91d3055d8b Convert mdebugread.c to type-safe registry API adds 8127a2fab5 Convert elfread.c to type-safe registry API adds 9a73f0ad6c Convert hppa-tdep.c to type-safe registry API adds d11d83f47b Remove mips_pdr_data adds d772d2abcc Convert stabsread.c to type-safe registry API adds 4c58e3376d Convert objc-lang.c to type-safe registry API adds 924d79e233 Convert dwarf2-frame.c to type-safe registry API adds 7a1021395e Convert gdbtypes.c to type-safe registry API adds 9cfd2b89bd [gdb/testsuite] Fix gdb.arch/amd64-entry-value-paramref.S adds b42560a241 Automatic date update in version.in adds dd3189990b Use the correct names for the init and fini array start symb [...] adds 7ce2460a77 [binutils][aarch64] SVE2 feature extension flags. adds 5cd9975095 [binutils][aarch64] Allow movprfx for SVE2 instructions. adds adccc50753 [binutils][aarch64] Introduce SVE_IMM_ROT3 operand. adds 3bd82c86f0 [binutils][aarch64] New iclass sve_size_hsd2. adds 116adc2747 [binutils][aarch64] New SVE_Zm3_11_INDEX operand. adds c469c86473 [binutils][aarch64] New SVE_ADDR_ZX operand. adds 0a57e14ffa [binutils][aarch64] New sve_size_sd2 iclass. adds 3c705960ca [binutils][aarch64] New sve_size_bh iclass. adds cd50a87ae2 [binutils][aarch64] New sve_size_013 iclass. adds 3c17238bc9 [binutils][aarch64] New SVE_SHRIMM_UNPRED_22 operand. adds 1be5f94f9c [binutils][aarch64] New sve_shift_tsz_bhsd iclass. adds 31e36ab341 [binutils][aarch64] New SVE_Zm4_11_INDEX operand. adds fd1dc4a0c1 [binutils][aarch64] New sve_size_tsz_bhs iclass. adds 28ed815ad2 [binutils][aarch64] New SVE_SHLIMM_UNPRED_22 operand. adds 42e6288f9f [binutils][aarch64] Add SVE2 instructions. adds e111c7d1eb [binutils][aarch64] Add SVE2 tests adds 63b667adb4 [gdb/testsuite] Fix gdb.arch/amd64-tailcall-self.S adds 8de09632ff [gas][testsuite] Don't specify arch in testsuite output adds bda678b9e5 Update printing of optional operands during disassembly.
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/ChangeLog | 55 + gas/config/tc-aarch64.c | 70 +- gas/doc/c-aarch64.texi | 10 + gas/testsuite/gas/aarch64/illegal-sve2-aes.d | 20 + gas/testsuite/gas/aarch64/illegal-sve2-bitperm.d | 19 + gas/testsuite/gas/aarch64/illegal-sve2-sha3.d | 6 + gas/testsuite/gas/aarch64/illegal-sve2-sm4.d | 8 + gas/testsuite/gas/aarch64/illegal-sve2-sve1ext.d | 4 + gas/testsuite/gas/aarch64/illegal-sve2-sve1ext.l | 128 + gas/testsuite/gas/aarch64/illegal-sve2.d | 4 + gas/testsuite/gas/aarch64/illegal-sve2.l | 3322 ++++++ gas/testsuite/gas/aarch64/illegal-sve2.s | 2062 ++++ gas/testsuite/gas/aarch64/sve1-extended-sve2.s | 137 + gas/testsuite/gas/aarch64/sve2.d | 1301 +++ gas/testsuite/gas/aarch64/sve2.s | 1595 +++ gas/testsuite/gas/ppc/476.d | 4 +- gas/testsuite/gas/ppc/power6.d | 4 +- gdb/ChangeLog | 285 + gdb/NEWS | 16 +- gdb/ada-lang.c | 63 +- gdb/ada-tasks.c | 59 +- gdb/auto-load.c | 60 +- gdb/auxv.c | 35 +- gdb/break-catch-syscall.c | 25 +- gdb/breakpoint.c | 23 +- gdb/coffread.c | 38 +- gdb/common/gdb_unique_ptr.h | 7 + gdb/dcache.h | 9 + gdb/dtrace-probe.c | 14 +- gdb/dwarf2-frame.c | 13 +- gdb/dwarf2read.c | 43 +- gdb/dwarf2read.h | 2 +- gdb/elfread.c | 50 +- gdb/fbsd-tdep.c | 31 +- gdb/gdbtypes.c | 10 +- gdb/hppa-tdep.c | 17 +- gdb/inflow.c | 55 +- gdb/linux-tdep.c | 39 +- gdb/mdebugread.c | 11 +- gdb/mips-tdep.c | 4 - gdb/nto-tdep.c | 37 +- gdb/nto-tdep.h | 4 +- gdb/objc-lang.c | 16 +- gdb/objfiles.c | 59 +- gdb/probe.c | 28 +- gdb/probe.h | 2 +- gdb/registry.h | 68 +- gdb/remote.c | 28 +- gdb/solib-svr4.c | 76 +- gdb/stabsread.c | 11 +- gdb/stap-probe.c | 12 +- gdb/symfile-debug.c | 106 +- gdb/symfile.h | 3 +- gdb/symtab.c | 115 +- gdb/target-dcache.c | 34 +- gdb/testsuite/ChangeLog | 10 + .../gdb.arch/amd64-entry-value-paramref.S | 26 +- gdb/testsuite/gdb.arch/amd64-tailcall-self.S | 24 +- gdb/xcoffread.c | 57 +- include/ChangeLog | 60 + include/opcode/aarch64.h | 20 + ld/ChangeLog | 5 + ld/scripttempl/pru.sc | 4 +- opcodes/ChangeLog | 166 + opcodes/aarch64-asm-2.c | 84 +- opcodes/aarch64-asm.c | 31 +- opcodes/aarch64-dis-2.c | 10353 ++++++++++++------- opcodes/aarch64-dis.c | 55 + opcodes/aarch64-opc-2.c | 10 +- opcodes/aarch64-opc.c | 54 +- opcodes/aarch64-opc.h | 6 + opcodes/aarch64-tbl.h | 476 +- opcodes/ppc-dis.c | 17 +- 74 files changed, 17198 insertions(+), 4519 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/illegal-sve2-aes.d create mode 100644 gas/testsuite/gas/aarch64/illegal-sve2-bitperm.d create mode 100644 gas/testsuite/gas/aarch64/illegal-sve2-sha3.d create mode 100644 gas/testsuite/gas/aarch64/illegal-sve2-sm4.d create mode 100644 gas/testsuite/gas/aarch64/illegal-sve2-sve1ext.d create mode 100644 gas/testsuite/gas/aarch64/illegal-sve2-sve1ext.l create mode 100644 gas/testsuite/gas/aarch64/illegal-sve2.d create mode 100644 gas/testsuite/gas/aarch64/illegal-sve2.l create mode 100644 gas/testsuite/gas/aarch64/illegal-sve2.s create mode 100644 gas/testsuite/gas/aarch64/sve1-extended-sve2.s create mode 100644 gas/testsuite/gas/aarch64/sve2.d create mode 100644 gas/testsuite/gas/aarch64/sve2.s