This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 2d0d44d514 Inconsistent .eh_frame_hdr on powerpc64 new df145ef656 x86: string insns don't allow displacements new 2645e1d079 x86: add support for AVX-512 VPCMP*{B,W} pseudo-ops new be92cb147d x86: add disassembler support for XOP VPCOM* pseudo-ops
The 3 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: gas/ChangeLog | 22 + gas/testsuite/gas/i386/avx512bw-intel.d | 24 + gas/testsuite/gas/i386/avx512bw.d | 24 + gas/testsuite/gas/i386/avx512bw.s | 24 + gas/testsuite/gas/i386/avx512bw_vl-intel.d | 48 + gas/testsuite/gas/i386/avx512bw_vl.d | 48 + gas/testsuite/gas/i386/avx512bw_vl.s | 48 + gas/testsuite/gas/i386/string-bad.l | 20 +- gas/testsuite/gas/i386/string-bad.s | 10 + gas/testsuite/gas/i386/string-ok.d | 17 +- gas/testsuite/gas/i386/string-ok.e | 10 - gas/testsuite/gas/i386/string-ok.s | 19 +- gas/testsuite/gas/i386/x86-64-xop.d | 1200 +++++++++++----------- gas/testsuite/gas/i386/xop.d | 1184 +++++++++++----------- gas/testsuite/gas/i386/xop32reg.d | 4 +- opcodes/ChangeLog | 24 + opcodes/i386-dis-evex.h | 8 +- opcodes/i386-dis.c | 70 +- opcodes/i386-opc.tbl | 148 ++- opcodes/i386-tbl.h | 1498 +++++++++++++++++++++++++++- 20 files changed, 3144 insertions(+), 1306 deletions(-)