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 f47194a9cd Automatic date update in version.in new 4174bfff8a x86-64: correct AVX512F vcvtsi2s{d,s} handling
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/ChangeLog | 14 ++ gas/config/tc-i386.c | 11 +- gas/testsuite/gas/i386/avx512f.d | 48 +++---- gas/testsuite/gas/i386/cvtsi2sX.l | 9 ++ gas/testsuite/gas/i386/cvtsi2sX.s | 14 ++ gas/testsuite/gas/i386/evex-lig256.d | 48 +++---- gas/testsuite/gas/i386/evex-lig512.d | 48 +++---- gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/x86-64-avx512f.d | 192 ++++++++++++++-------------- gas/testsuite/gas/i386/x86-64-evex-lig256.d | 192 ++++++++++++++-------------- gas/testsuite/gas/i386/x86-64-evex-lig512.d | 192 ++++++++++++++-------------- opcodes/ChangeLog | 8 ++ opcodes/i386-dis-evex.h | 16 +-- opcodes/i386-opc.tbl | 16 +-- opcodes/i386-tbl.h | 48 +++---- 15 files changed, 453 insertions(+), 404 deletions(-) create mode 100644 gas/testsuite/gas/i386/cvtsi2sX.l create mode 100644 gas/testsuite/gas/i386/cvtsi2sX.s