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 aeb889f580a Adjust gdb.thread/pthreads.exp for Cygwin new bd483d213a5 x86: correct cpu_arch_isa_flags maintenance new fb2637073b4 x86: drop cpu_arch_tune_flags new 58bceb18274 x86: prefer VEX encodings over EVEX ones when possible
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/config/tc-i386.c | 139 +++++++++---------- gas/testsuite/gas/i386/avx-ifma-intel.d | 4 +- gas/testsuite/gas/i386/avx-ifma.d | 4 +- gas/testsuite/gas/i386/avx-vex.l | 181 +++++++++++++++++++++++++ gas/testsuite/gas/i386/avx-vex.s | 23 ++++ gas/testsuite/gas/i386/avx-vnni.d | 2 +- gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/nops-9.d | 28 ++++ gas/testsuite/gas/i386/nops-9.s | 19 +++ gas/testsuite/gas/i386/x86-64-avx-ifma-intel.d | 4 +- gas/testsuite/gas/i386/x86-64-avx-ifma.d | 4 +- gas/testsuite/gas/i386/x86-64-avx-vnni.d | 2 +- 12 files changed, 333 insertions(+), 79 deletions(-) create mode 100644 gas/testsuite/gas/i386/avx-vex.l create mode 100644 gas/testsuite/gas/i386/avx-vex.s create mode 100644 gas/testsuite/gas/i386/nops-9.d create mode 100644 gas/testsuite/gas/i386/nops-9.s