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 65cf035b8dc PR29892, Field file_table of struct module is uninitialized new 6825a3bc866 x86: revert disassembler parts of "x86: Allow 16-bit regist [...] new 5317ad2ccc3 x86: constify parse_insn()'s input new 04784e33fab x86: re-work insn/suffix recognition new 9db83a32776 ix86: don't recognize/derive Q suffix in the common case new e2b983d47e7 x86-64: allow HLE store of accumulator to absolute 32-bit address new e3669c7f7ba x86: move bad-use-of-TLS-reloc check new 77a19f0e193 x86: drop (now) stray IsString
The 7 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/config/tc-i386-intel.c | 13 +- gas/config/tc-i386.c | 518 +++--- gas/testsuite/gas/i386/code16.d | 1 + gas/testsuite/gas/i386/code16.e | 3 + gas/testsuite/gas/i386/code16.s | 4 +- gas/testsuite/gas/i386/i386-intel.d | 16 +- gas/testsuite/gas/i386/i386.d | 16 +- gas/testsuite/gas/i386/intel-intel.d | 4 +- gas/testsuite/gas/i386/intel.d | 4 +- gas/testsuite/gas/i386/intel16.d | 10 +- gas/testsuite/gas/i386/intel16.s | 12 +- gas/testsuite/gas/i386/opcode-intel.d | 4 + gas/testsuite/gas/i386/opcode-suffix.d | 4 + gas/testsuite/gas/i386/opcode.d | 4 + gas/testsuite/gas/i386/opcode.s | 5 + gas/testsuite/gas/i386/sse3-intel.d | 1 + gas/testsuite/gas/i386/sse3.d | 47 +- gas/testsuite/gas/i386/sse3.s | 1 + gas/testsuite/gas/i386/x86-64-hle-intel.d | 8 + gas/testsuite/gas/i386/x86-64-hle.d | 8 + gas/testsuite/gas/i386/x86-64-hle.s | 8 + gas/testsuite/gas/i386/x86-64-lfence-load.d | 9 +- gas/testsuite/gas/i386/x86-64-lfence-load.s | 7 +- gas/testsuite/gas/i386/x86-64-sse3-intel.d | 1 + gas/testsuite/gas/i386/x86-64-sse3.d | 1 + gas/testsuite/gas/i386/x86-64-sse3.s | 1 + gas/testsuite/gas/i386/x86_64-intel.d | 32 +- gas/testsuite/gas/i386/x86_64.d | 32 +- opcodes/i386-dis.c | 16 +- opcodes/i386-opc.tbl | 45 +- opcodes/i386-tbl.h | 2415 +++++++++++++-------------- 31 files changed, 1617 insertions(+), 1633 deletions(-) create mode 100644 gas/testsuite/gas/i386/code16.e