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 1e741636396 gdb/testsuite: fix gdb.cp/converts.exp to run with clang new ef07be453e0 Support Intel PREFETCHI
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/NEWS | 2 + gas/config/tc-i386.c | 11 +- gas/doc/c-i386.texi | 2 + gas/testsuite/gas/i386/i386.exp | 4 + gas/testsuite/gas/i386/x86-64-lfence-load.d | 2 + gas/testsuite/gas/i386/x86-64-lfence-load.s | 2 + gas/testsuite/gas/i386/x86-64-prefetchi-intel.d | 16 + .../gas/i386/x86-64-prefetchi-inval-register.d | 13 + .../gas/i386/x86-64-prefetchi-inval-register.s | 9 + gas/testsuite/gas/i386/x86-64-prefetchi-warn.l | 5 + gas/testsuite/gas/i386/x86-64-prefetchi-warn.s | 11 + gas/testsuite/gas/i386/x86-64-prefetchi.d | 15 + gas/testsuite/gas/i386/x86-64-prefetchi.s | 14 + opcodes/i386-dis.c | 78 +- opcodes/i386-gen.c | 3 + opcodes/i386-init.h | 513 +- opcodes/i386-opc.h | 3 + opcodes/i386-opc.tbl | 7 + opcodes/i386-tbl.h | 7800 ++++++++++---------- 19 files changed, 4366 insertions(+), 4144 deletions(-) create mode 100644 gas/testsuite/gas/i386/x86-64-prefetchi-intel.d create mode 100644 gas/testsuite/gas/i386/x86-64-prefetchi-inval-register.d create mode 100644 gas/testsuite/gas/i386/x86-64-prefetchi-inval-register.s create mode 100644 gas/testsuite/gas/i386/x86-64-prefetchi-warn.l create mode 100644 gas/testsuite/gas/i386/x86-64-prefetchi-warn.s create mode 100644 gas/testsuite/gas/i386/x86-64-prefetchi.d create mode 100644 gas/testsuite/gas/i386/x86-64-prefetchi.s