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 f954747f10 Reinstate readelf decoding of i860, i960 and i370 relocs new c48935d75f Enable Intel CLDEMOTE 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 | 18 + gas/config/tc-i386.c | 2 + gas/doc/c-i386.texi | 3 +- gas/testsuite/gas/i386/cldemote-intel.d | 16 + gas/testsuite/gas/i386/cldemote.d | 16 + gas/testsuite/gas/i386/cldemote.s | 12 + gas/testsuite/gas/i386/i386.exp | 4 + gas/testsuite/gas/i386/ilp32/x86-64-nops.d | 2 - gas/testsuite/gas/i386/nops.d | 2 - gas/testsuite/gas/i386/nops.s | 4 +- gas/testsuite/gas/i386/x86-64-cldemote-intel.d | 16 + gas/testsuite/gas/i386/x86-64-cldemote.d | 16 + gas/testsuite/gas/i386/x86-64-cldemote.s | 12 + gas/testsuite/gas/i386/x86-64-nops.d | 2 - gas/testsuite/gas/i386/x86-64-nops.s | 4 +- opcodes/ChangeLog | 12 + opcodes/i386-dis.c | 29 +- opcodes/i386-gen.c | 3 + opcodes/i386-init.h | 356 +- opcodes/i386-opc.h | 3 + opcodes/i386-opc.tbl | 6 + opcodes/i386-tbl.h | 10102 ++++++++++++----------- 22 files changed, 5410 insertions(+), 5230 deletions(-) create mode 100644 gas/testsuite/gas/i386/cldemote-intel.d create mode 100644 gas/testsuite/gas/i386/cldemote.d create mode 100644 gas/testsuite/gas/i386/cldemote.s create mode 100644 gas/testsuite/gas/i386/x86-64-cldemote-intel.d create mode 100644 gas/testsuite/gas/i386/x86-64-cldemote.d create mode 100644 gas/testsuite/gas/i386/x86-64-cldemote.s