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-next-allyesconfig in repository toolchain/ci/binutils-gdb.
from 824eacee59 [gdb/testsuite] Fix DW_AT_decl_file in gdb.trace tests adds 164e3873cf [gdb/testsuite] Fix label reference in implptr-64bit.exp adds f93ab3a0b8 elf: Remove the property after reporting its removal adds 04b865dc2e RISC-V: Enable lui relaxation for CODE and MERGE sections. adds 2e7c439dec Automatic date update in version.in adds 22f72c4868 PowerPC nops adds de62696504 Fix logical expression in last commit adds 2a410bd1c3 x86: add CVT{,T}PS2PI cases to xmmwords test adds b8364fa775 x86-64: also optimize ANDQ with immediate fitting in 7 bits adds e1a1babdad x86: fix (dis)assembly of certain SSE2 insns in 16-bit mode adds a280ab8e81 x86: simplify OP_I64() adds a38d71189b x86: don't open code is_any_vex_encoding() adds 54fbadc0c3 x86: drop dqa_mode adds 4970191fa5 x86: document certain command line options as "dangerous" adds 2c70385689 x86: correct / adjust debug printing adds 63160fc996 objdump: avoid shadowing a libiberty symbol adds 3e50a591d9 readelf: avoid shadowing a libiberty symbol adds ab9f654ca3 bfd/elf-properties: avoid shadowing a C library symbol adds 8e5cb9a54e ld/plugins: avoid shadowing a C library symbol
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 20 ++++ bfd/elf-properties.c | 18 ++-- bfd/elfnn-riscv.c | 56 ++++++++-- bfd/version.h | 2 +- binutils/ChangeLog | 10 ++ binutils/objdump.c | 4 +- binutils/readelf.c | 4 +- gas/ChangeLog | 54 ++++++++++ gas/config/tc-i386.c | 29 ++--- gas/config/tc-ppc.c | 70 ++++++++---- gas/config/tc-ppc.h | 3 + gas/doc/c-i386.texi | 6 ++ gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/sse2-16bit.d | 167 +++++++++++++++++++++++++++++ gas/testsuite/gas/i386/sse2-16bit.s | 7 ++ gas/testsuite/gas/i386/x86-64-optimize-1.d | 6 ++ gas/testsuite/gas/i386/x86-64-optimize-1.s | 6 ++ gas/testsuite/gas/i386/xmmword.l | 2 + gas/testsuite/gas/i386/xmmword.s | 4 + gas/testsuite/gas/ppc/groupnop.d | 19 ++++ gas/testsuite/gas/ppc/groupnop.s | 19 ++++ gas/testsuite/gas/ppc/ppc.exp | 2 + gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.dwarf2/implptr-64bit.exp | 2 +- ld/ChangeLog | 15 +++ ld/plugin.c | 30 +++--- ld/testsuite/ld-x86-64/pr24721-x32.d | 6 ++ ld/testsuite/ld-x86-64/pr24721.d | 6 ++ ld/testsuite/ld-x86-64/pr24721.map | 3 + ld/testsuite/ld-x86-64/pr24721a.s | 34 ++++++ ld/testsuite/ld-x86-64/pr24721b.s | 6 ++ ld/testsuite/ld-x86-64/x86-64.exp | 2 + opcodes/ChangeLog | 37 +++++++ opcodes/i386-dis-evex-prefix.h | 4 +- opcodes/i386-dis-evex-w.h | 14 +-- opcodes/i386-dis.c | 67 ++---------- opcodes/i386-gen.c | 12 ++- opcodes/i386-init.h | 23 ++-- opcodes/i386-opc.tbl | 4 +- opcodes/i386-tbl.h | 4 +- 40 files changed, 620 insertions(+), 162 deletions(-) create mode 100644 gas/testsuite/gas/i386/sse2-16bit.d create mode 100644 gas/testsuite/gas/i386/sse2-16bit.s create mode 100644 gas/testsuite/gas/ppc/groupnop.d create mode 100644 gas/testsuite/gas/ppc/groupnop.s create mode 100644 ld/testsuite/ld-x86-64/pr24721-x32.d create mode 100644 ld/testsuite/ld-x86-64/pr24721.d create mode 100644 ld/testsuite/ld-x86-64/pr24721.map create mode 100644 ld/testsuite/ld-x86-64/pr24721a.s create mode 100644 ld/testsuite/ld-x86-64/pr24721b.s