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 f64c42a9fb1 x86: Support Intel UINTR new c1fa250ae16 x86: Add support for Intel HRESET instruction
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 | 11 + gas/NEWS | 2 + gas/config/tc-i386.c | 3 + gas/doc/c-i386.texi | 4 +- gas/testsuite/gas/i386/hreset.d | 12 + gas/testsuite/gas/i386/hreset.s | 5 + gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/x86-64-hreset.d | 12 + opcodes/ChangeLog | 21 + opcodes/i386-dis.c | 25 +- opcodes/i386-gen.c | 7 + opcodes/i386-init.h | 402 +- opcodes/i386-opc.h | 3 + opcodes/i386-opc.tbl | 6 + opcodes/i386-tbl.h | 8561 ++++++++++++++++---------------- 15 files changed, 4608 insertions(+), 4468 deletions(-) create mode 100644 gas/testsuite/gas/i386/hreset.d create mode 100644 gas/testsuite/gas/i386/hreset.s create mode 100644 gas/testsuite/gas/i386/x86-64-hreset.d