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 b35abeab8d8 Automatic date update in version.in new 99f0fb12d54 x86: instantiate i386_{op,reg}tab[] in gas instead of in li [...] new bc30b54aef5 x86: remove i386-opc.c new 27cf5a35ce9 x86: break gas dependency on libopcodes new 313095ba2d8 x86: add generated tables dependency check to gas new daf15e3e96b x86: drop sentinel from i386_optab[] new 65f440c8fb5 x86: generate template sets data at build time
The 6 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 | 11 + gas/Makefile.in | 11 + gas/config/tc-i386.c | 38 +- gas/configure | 2 +- gas/configure.ac | 2 +- opcodes/Makefile.am | 8 +- opcodes/Makefile.in | 9 +- opcodes/configure | 2 +- opcodes/configure.ac | 2 +- opcodes/i386-gen.c | 30 +- opcodes/i386-opc.c | 24 - opcodes/i386-opc.h | 7 +- opcodes/i386-tbl.h | 2348 +++++++++++++++++++++++++++++++++++++++++++++++++- 13 files changed, 2397 insertions(+), 97 deletions(-) delete mode 100644 opcodes/i386-opc.c