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 bbd450a9e2a Automatic date update in version.in new d958b412375 gas: suppress use of ISSPACE() / ISBLANK() new a5626289a62 x86: Support x86 Zhaoxin PadLock XMODX instructions
The 2 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/NEWS | 2 + gas/config/tc-i386.c | 5 +- gas/doc/c-i386.texi | 4 +- gas/read.h | 4 + gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/padlockxmodx.d | 13 + gas/testsuite/gas/i386/padlockxmodx.s | 9 + opcodes/i386-dis.c | 2 + opcodes/i386-gen.c | 3 + opcodes/i386-init.h | 1388 +++++------ opcodes/i386-mnem.h | 4350 +++++++++++++++++---------------- opcodes/i386-opc.h | 3 + opcodes/i386-opc.tbl | 4 + opcodes/i386-tbl.h | 3354 ++++++++++++------------- 14 files changed, 4614 insertions(+), 4528 deletions(-) create mode 100644 gas/testsuite/gas/i386/padlockxmodx.d create mode 100644 gas/testsuite/gas/i386/padlockxmodx.s