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 9243100 x86: remove stray instruction attributes new c07315e x86: allow suffix-less movzw and 64-bit movzb new 83b16ac x86/Intel: don't accept bogus instructions new 327e8c4 x86/MPX: fix address size handling new 8178be5 x86-64/MPX: bndmk, bndldx, and bndstx don't allow RIP-relativ [...]
The 4 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 | 33 +++ gas/config/tc-i386.c | 62 +++++- gas/testsuite/gas/i386/i386.exp | 5 + gas/testsuite/gas/i386/movz.s | 33 +++ gas/testsuite/gas/i386/movz32.d | 22 ++ gas/testsuite/gas/i386/movz64.d | 30 +++ gas/testsuite/gas/i386/mpx-inval-2.l | 145 +++++++++++++ gas/testsuite/gas/i386/mpx-inval-2.s | 60 ++++++ gas/testsuite/gas/i386/suffix-bad.l | 15 ++ gas/testsuite/gas/i386/suffix-bad.s | 18 ++ gas/testsuite/gas/i386/x86-64-mpx-inval-2.l | 318 ++++++++++++++++------------ gas/testsuite/gas/i386/x86-64-mpx-inval-2.s | 16 ++ opcodes/ChangeLog | 7 + opcodes/i386-opc.tbl | 15 +- opcodes/i386-tbl.h | 72 +------ 15 files changed, 630 insertions(+), 221 deletions(-) create mode 100644 gas/testsuite/gas/i386/movz.s create mode 100644 gas/testsuite/gas/i386/movz32.d create mode 100644 gas/testsuite/gas/i386/movz64.d create mode 100644 gas/testsuite/gas/i386/mpx-inval-2.l create mode 100644 gas/testsuite/gas/i386/mpx-inval-2.s create mode 100644 gas/testsuite/gas/i386/suffix-bad.l create mode 100644 gas/testsuite/gas/i386/suffix-bad.s