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-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from b59cca2581 Automatic date update in version.in adds 4d5acb1ea5 PR25961, buffer overflow in coff_swap_aux_in adds 73199c2b7a Updated French translation for the ld sub-directory and an u [...] adds 7c1f422735 PowerPC Rename powerxx to power10 adds 6bbb0c0595 PowerPC Default disassembler to -Mpower10 adds 1224c05de4 Power10 Add new L operand to the slbiag instruction adds afef4fe975 Power10 Copy/Paste Extensions adds 3ff0a5ba64 Power10 byte reverse instructions adds f4791f1afa Power10 vector integer multiply, divide, modulo insns adds 94ba9882d5 Power10 VSX 32-byte storage access adds c7d7aea2f5 Power10 128-bit binary integer operations adds 6edbfd3beb Power10 SIMD permute class operations adds aa3c112fab Power10 Reduced precision outer product operations adds fdefed7c26 Power10 VSX Mask Manipulation Operations adds d7e97a765e Power10 VSX PCV generate operations adds ec40e91c77 Power10 bit manipulation operations adds 4f3e9537c4 Power10 Set boolean extension adds 66ef5847c3 Power10 string operations adds 5d57bc3ff9 Power10 test lsb by byte operation adds 9cc4ce8831 Power10 VSX load/store rightmost element operations adds 3b646889b0 Power10 VSX scalar min-max-compare quad precision operations adds 3ee6bb113a [gdb/symtab] Fix incomplete CU list assert in .debug_names adds 7666722fce [gdb/symtab] Save modules in .debug_names adds ba3e70b008 Clean-up gdb.ada test names adds 113ee09a64 [gdb/testsuite] Fix gdb.cp/cpexprs-debug-types.exp inclusion adds 53f539a3d7 Fix gdb.ada/attr_ref_and_charlit.exp typo adds e000211765 [gdb/testsuite] Change kfail into xfail in gdb.ada/packed_ta [...] adds 5eb68a39a2 Fix Ada value printing on PPC64 adds 34584c091b gdb/testsuite: Detect and warn if paths are used in test names adds d30dcd1288 gdb/testsuite: Detect and warn about duplicate test names adds 4fd6c7e872 Restore info_command and breakpoint adds d5b7ebe806 Regen ld/Makefile.in adds a1becf61f7 Automatic date update in version.in adds ebf470809e gdb: change duplicate test name in gdb.base/jit-so.exp
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 16 + bfd/coffgen.c | 14 +- bfd/coffswap.h | 2 +- bfd/elf64-ppc.c | 61 +- bfd/version.h | 2 +- gas/ChangeLog | 109 + gas/config/tc-ppc.c | 14 +- gas/testsuite/gas/ppc/bitmanip.d | 23 + gas/testsuite/gas/ppc/bitmanip.s | 14 + gas/testsuite/gas/ppc/byte_rev.d | 13 + gas/testsuite/gas/ppc/byte_rev.s | 5 + gas/testsuite/gas/ppc/genpcv.d | 14 + gas/testsuite/gas/ppc/genpcv.s | 6 + gas/testsuite/gas/ppc/int128.d | 42 + gas/testsuite/gas/ppc/int128.s | 34 + gas/testsuite/gas/ppc/maskmanip.d | 30 + gas/testsuite/gas/ppc/maskmanip.s | 22 + gas/testsuite/gas/ppc/outerprod.d | 104 + gas/testsuite/gas/ppc/outerprod.s | 63 + gas/testsuite/gas/ppc/power10.d | 16 + gas/testsuite/gas/ppc/power10.s | 8 + gas/testsuite/gas/ppc/ppc.exp | 16 + gas/testsuite/gas/ppc/prefix-align.d | 6 +- gas/testsuite/gas/ppc/prefix-pcrel.d | 6 +- gas/testsuite/gas/ppc/prefix-reloc.d | 4 +- gas/testsuite/gas/ppc/rightmost.d | 17 + gas/testsuite/gas/ppc/rightmost.s | 10 + gas/testsuite/gas/ppc/scalarquad.d | 15 + gas/testsuite/gas/ppc/scalarquad.s | 7 + gas/testsuite/gas/ppc/set_bool.d | 14 + gas/testsuite/gas/ppc/set_bool.s | 6 + gas/testsuite/gas/ppc/simd_perm.d | 53 + gas/testsuite/gas/ppc/simd_perm.s | 37 + gas/testsuite/gas/ppc/stringop.d | 20 + gas/testsuite/gas/ppc/stringop.s | 12 + gas/testsuite/gas/ppc/vec_mul.d | 27 + gas/testsuite/gas/ppc/vec_mul.s | 19 + gas/testsuite/gas/ppc/vsx4.d | 12 + gas/testsuite/gas/ppc/vsx4.s | 4 + gas/testsuite/gas/ppc/vsx_32byte.d | 33 + gas/testsuite/gas/ppc/vsx_32byte.s | 17 + gas/testsuite/gas/ppc/xvtlsbb.d | 17 + gas/testsuite/gas/ppc/xvtlsbb.s | 10 + gdb/ChangeLog | 25 + gdb/ada-lang.c | 5 +- gdb/ada-lang.h | 5 + gdb/ada-valprint.c | 3 +- gdb/cli/cli-cmds.c | 15 +- gdb/dwarf2/index-write.c | 2 + gdb/dwarf2/read.c | 25 +- gdb/gdb-gdb.gdb.in | 9 + gdb/testsuite/ChangeLog | 64 + gdb/testsuite/gdb.ada/arrayparam.exp | 2 +- gdb/testsuite/gdb.ada/arrayptr.exp | 6 +- gdb/testsuite/gdb.ada/assign_arr.exp | 2 +- gdb/testsuite/gdb.ada/attr_ref_and_charlit.exp | 23 +- gdb/testsuite/gdb.ada/bp_on_var.exp | 5 +- gdb/testsuite/gdb.ada/call_pn.exp | 2 +- gdb/testsuite/gdb.ada/complete.exp | 14 +- gdb/testsuite/gdb.ada/fun_overload_menu.exp | 38 +- gdb/testsuite/gdb.ada/funcall_param.exp | 2 +- gdb/testsuite/gdb.ada/funcall_ref.exp | 4 +- gdb/testsuite/gdb.ada/packed_array_assign.exp | 6 +- gdb/testsuite/gdb.ada/packed_tagged.exp | 4 +- gdb/testsuite/gdb.ada/same_component_name.exp | 2 +- gdb/testsuite/gdb.ada/type_coercion.exp | 4 +- gdb/testsuite/gdb.ada/unc_arr_ptr_in_var_rec.exp | 2 +- .../gdb.ada/variant_record_packed_array.exp | 2 +- gdb/testsuite/gdb.base/jit-elf-so.exp | 3 +- gdb/testsuite/gdb.cp/cpexprs-debug-types.exp | 2 +- gdb/testsuite/gdb.cp/cpexprs.exp | 750 +-- .../gdb.cp/{cpexprs.exp => cpexprs.exp.in} | 7 - gdb/testsuite/gdb.dwarf2/clang-debug-names-2-foo.c | 22 + gdb/testsuite/gdb.dwarf2/clang-debug-names-2.c | 27 + gdb/testsuite/gdb.dwarf2/clang-debug-names-2.exp | 45 + gdb/testsuite/gdb.dwarf2/clang-debug-names.exp | 110 +- ...ng-debug-names.exp => clang-debug-names.exp.in} | 26 +- gdb/testsuite/lib/check-test-names.exp | 174 + gdb/testsuite/lib/gdb.exp | 1 + gold/ChangeLog | 4 + gold/powerpc.cc | 38 +- include/ChangeLog | 10 + include/elf/ppc64.h | 2 +- include/opcode/ppc.h | 33 +- ld/ChangeLog | 19 + ld/Makefile.in | 1 + ld/po/es.po | 6424 ++++++++------------ ld/testsuite/ld-powerpc/callstub-1.d | 4 +- ld/testsuite/ld-powerpc/notoc2.d | 4 +- ld/testsuite/ld-powerpc/pcrelopt.d | 12 + ld/testsuite/ld-powerpc/pcrelopt.s | 16 + ld/testsuite/ld-powerpc/powerpc.exp | 8 +- ld/testsuite/ld-powerpc/tlsgd.d | 4 +- ld/testsuite/ld-powerpc/tlsie.d | 4 +- ld/testsuite/ld-powerpc/tlsld.d | 4 +- opcodes/ChangeLog | 134 + opcodes/po/fr.po | 800 +-- opcodes/ppc-dis.c | 13 +- opcodes/ppc-opc.c | 608 +- 99 files changed, 5073 insertions(+), 5481 deletions(-) create mode 100644 gas/testsuite/gas/ppc/bitmanip.d create mode 100644 gas/testsuite/gas/ppc/bitmanip.s create mode 100644 gas/testsuite/gas/ppc/byte_rev.d create mode 100644 gas/testsuite/gas/ppc/byte_rev.s create mode 100644 gas/testsuite/gas/ppc/genpcv.d create mode 100644 gas/testsuite/gas/ppc/genpcv.s create mode 100644 gas/testsuite/gas/ppc/int128.d create mode 100644 gas/testsuite/gas/ppc/int128.s create mode 100644 gas/testsuite/gas/ppc/maskmanip.d create mode 100644 gas/testsuite/gas/ppc/maskmanip.s create mode 100644 gas/testsuite/gas/ppc/outerprod.d create mode 100644 gas/testsuite/gas/ppc/outerprod.s create mode 100644 gas/testsuite/gas/ppc/power10.d create mode 100644 gas/testsuite/gas/ppc/power10.s create mode 100644 gas/testsuite/gas/ppc/rightmost.d create mode 100644 gas/testsuite/gas/ppc/rightmost.s create mode 100644 gas/testsuite/gas/ppc/scalarquad.d create mode 100644 gas/testsuite/gas/ppc/scalarquad.s create mode 100644 gas/testsuite/gas/ppc/set_bool.d create mode 100644 gas/testsuite/gas/ppc/set_bool.s create mode 100644 gas/testsuite/gas/ppc/simd_perm.d create mode 100644 gas/testsuite/gas/ppc/simd_perm.s create mode 100644 gas/testsuite/gas/ppc/stringop.d create mode 100644 gas/testsuite/gas/ppc/stringop.s create mode 100644 gas/testsuite/gas/ppc/vec_mul.d create mode 100644 gas/testsuite/gas/ppc/vec_mul.s create mode 100644 gas/testsuite/gas/ppc/vsx4.d create mode 100644 gas/testsuite/gas/ppc/vsx4.s create mode 100644 gas/testsuite/gas/ppc/vsx_32byte.d create mode 100644 gas/testsuite/gas/ppc/vsx_32byte.s create mode 100644 gas/testsuite/gas/ppc/xvtlsbb.d create mode 100644 gas/testsuite/gas/ppc/xvtlsbb.s copy gdb/testsuite/gdb.cp/{cpexprs.exp => cpexprs.exp.in} (99%) create mode 100644 gdb/testsuite/gdb.dwarf2/clang-debug-names-2-foo.c create mode 100644 gdb/testsuite/gdb.dwarf2/clang-debug-names-2.c create mode 100644 gdb/testsuite/gdb.dwarf2/clang-debug-names-2.exp copy gdb/testsuite/gdb.dwarf2/{clang-debug-names.exp => clang-debug-names.exp.in} (89%) create mode 100644 gdb/testsuite/lib/check-test-names.exp