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 bed3d976b7 x86: fix indentation in build_modrm_byte() new 0e0eea7820 x86: x87-related adjustments new 1adf7f5604 x86: don't recognize bnd<N> as registers without CpuMPX new 6e041cf4b0 x86: drop CpuRegMMX, CpuReg[XYZ]MM, and CpuRegMask new 59ef5df41e x86: CpuXSAVE is a prereq for various other features new 1d3f82868d x86: properly force / avoid forcing EVEX encoding
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 | 41 + gas/config/tc-i386.c | 46 +- gas/testsuite/gas/i386/avx512f-ymm.d | 14 + gas/testsuite/gas/i386/avx512f-ymm.s | 9 + gas/testsuite/gas/i386/bnd.l | 12 + gas/testsuite/gas/i386/bnd.s | 6 + gas/testsuite/gas/i386/fpu.l | 4 + gas/testsuite/gas/i386/fpu.s | 12 + gas/testsuite/gas/i386/i386.exp | 6 + gas/testsuite/gas/i386/stN.l | 16 + gas/testsuite/gas/i386/stN.s | 8 + gas/testsuite/gas/i386/xmmhi32.d | 51 + gas/testsuite/gas/i386/xmmhi32.s | 53 + gas/testsuite/gas/i386/xmmhi64.d | 12 + gas/testsuite/gas/i386/xmmhi64.s | 7 + gas/testsuite/gas/i386/xsave-intel.d | 12 + gas/testsuite/gas/i386/xsave.d | 12 + gas/testsuite/gas/i386/xsave.s | 25 + opcodes/ChangeLog | 30 + opcodes/i386-gen.c | 39 +- opcodes/i386-init.h | 392 +- opcodes/i386-opc.h | 15 - opcodes/i386-tbl.h | 10078 ++++++++++++++++----------------- 23 files changed, 5604 insertions(+), 5296 deletions(-) create mode 100644 gas/testsuite/gas/i386/avx512f-ymm.d create mode 100644 gas/testsuite/gas/i386/avx512f-ymm.s create mode 100644 gas/testsuite/gas/i386/bnd.l create mode 100644 gas/testsuite/gas/i386/bnd.s create mode 100644 gas/testsuite/gas/i386/fpu.l create mode 100644 gas/testsuite/gas/i386/fpu.s create mode 100644 gas/testsuite/gas/i386/stN.l create mode 100644 gas/testsuite/gas/i386/stN.s create mode 100644 gas/testsuite/gas/i386/xmmhi32.d create mode 100644 gas/testsuite/gas/i386/xmmhi32.s create mode 100644 gas/testsuite/gas/i386/xmmhi64.d create mode 100644 gas/testsuite/gas/i386/xmmhi64.s