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 b863a268731 Automatic date update in version.in new 76d3f746c53 x86: abstract out obtaining of a template's mnemonic new 5c139202915 x86: move insn mnemonics to a separate table new 3e451ee4a65 x86: re-use insn mnemonic strings as much as possible new 992dd393c94 x86: absorb allocation in i386-gen new 6d86a54595d x86: avoid strcmp() in a few places new edf772580db x86: embed register names in reg_entry new 2d9e0890978 x86: embed register and alike names in disassembler new a2e2f5ad743 x86: split i386-gen's opcode hash entry struct
The 8 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/Makefile.am | 2 +- gas/Makefile.in | 2 +- gas/config/tc-i386-intel.c | 16 +- gas/config/tc-i386.c | 159 +- opcodes/Makefile.am | 14 +- opcodes/Makefile.in | 14 +- opcodes/i386-dis.c | 68 +- opcodes/i386-gen.c | 136 +- opcodes/i386-mnem.h | 2341 +++++++++++ opcodes/i386-opc.h | 4 +- opcodes/i386-tbl.h | 9611 ++++++++++++++++++++++++++------------------ 11 files changed, 8388 insertions(+), 3979 deletions(-) create mode 100644 opcodes/i386-mnem.h