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 7c71e67e119 Remove dead code in bfdwin.c new edb30f57828 Support {evex} pseudo prefix for decode evex promoted insns [...]
The 1 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/testsuite/gas/i386/noreg64-evex.d | 73 +++ gas/testsuite/gas/i386/noreg64-evex.e | 64 +++ gas/testsuite/gas/i386/noreg64-evex.s | 66 +++ .../gas/i386/x86-64-apx-evex-promoted-intel.d | 3 + .../gas/i386/x86-64-apx-evex-promoted-wig.d | 3 + gas/testsuite/gas/i386/x86-64-apx-evex-promoted.d | 3 + gas/testsuite/gas/i386/x86-64-apx-evex-promoted.s | 3 + gas/testsuite/gas/i386/x86-64-apx_f-evex.d | 606 +++++++++++++++++++++ gas/testsuite/gas/i386/x86-64-apx_f-evex.s | 603 ++++++++++++++++++++ gas/testsuite/gas/i386/x86-64.exp | 2 + opcodes/i386-dis-evex.h | 4 +- opcodes/i386-dis.c | 112 ++-- 12 files changed, 1500 insertions(+), 42 deletions(-) create mode 100644 gas/testsuite/gas/i386/noreg64-evex.d create mode 100644 gas/testsuite/gas/i386/noreg64-evex.e create mode 100644 gas/testsuite/gas/i386/noreg64-evex.s create mode 100644 gas/testsuite/gas/i386/x86-64-apx_f-evex.d create mode 100644 gas/testsuite/gas/i386/x86-64-apx_f-evex.s