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 0a3eb8aeb37 Automatic date update in version.in new 11abe426470 x86: drop stray assignment from build_evex_prefix() new 40d231b4fbc x86: also refuse data size prefix on SIMD insns new a5aeccd9d33 x86-64: honor REX prefixes for SSE2AVX new 0b9404fd37c x86-64: REX prefix is invalid with VEX etc new 589958d6ff3 x86: fix SYSRET disassembly, improve {,V}CVTSI2S{S,D} and PTWRITE
The 5 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 | 56 ++++++++++++++++++ gas/config/tc-i386.c | 89 +++++++++++++++++------------ gas/testsuite/gas/i386/avx-16bit.d | 54 ++++++++--------- gas/testsuite/gas/i386/avx-scalar.d | 54 ++++++++--------- gas/testsuite/gas/i386/avx.d | 54 ++++++++--------- gas/testsuite/gas/i386/avx512f-16bit.d | 48 ++++++++-------- gas/testsuite/gas/i386/avx512f.d | 48 ++++++++-------- gas/testsuite/gas/i386/evex-lig256.d | 48 ++++++++-------- gas/testsuite/gas/i386/evex-lig512.d | 48 ++++++++-------- gas/testsuite/gas/i386/evex-wig1.d | 8 +-- gas/testsuite/gas/i386/katmai.d | 2 +- gas/testsuite/gas/i386/noreg16.d | 18 +++--- gas/testsuite/gas/i386/noreg32.d | 18 +++--- gas/testsuite/gas/i386/prefix32.l | 8 +-- gas/testsuite/gas/i386/prefix32.s | 2 +- gas/testsuite/gas/i386/prefix64.l | 10 ++-- gas/testsuite/gas/i386/prefix64.s | 2 +- gas/testsuite/gas/i386/ptwrite.d | 16 +++--- gas/testsuite/gas/i386/simd.d | 20 +++---- gas/testsuite/gas/i386/sse2-16bit.d | 4 +- gas/testsuite/gas/i386/sse2.d | 2 +- gas/testsuite/gas/i386/sse2avx.d | 10 ++-- gas/testsuite/gas/i386/sse2avx.s | 4 ++ gas/testsuite/gas/i386/x86-64-pseudos-bad.l | 3 + gas/testsuite/gas/i386/x86-64-pseudos-bad.s | 3 + gas/testsuite/gas/i386/x86-64-pseudos.d | 6 -- gas/testsuite/gas/i386/x86-64-pseudos.s | 6 -- gas/testsuite/gas/i386/x86-64-sse2avx.d | 27 +++++++++ gas/testsuite/gas/i386/x86-64-sse2avx.s | 39 ++++++++++++- opcodes/ChangeLog | 6 ++ opcodes/i386-dis.c | 14 +++-- 31 files changed, 437 insertions(+), 290 deletions(-)