OSDN Git Service

2007-06-28 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl@lucon.org>
Thu, 28 Jun 2007 14:29:56 +0000 (14:29 +0000)
committerH.J. Lu <hjl@lucon.org>
Thu, 28 Jun 2007 14:29:56 +0000 (14:29 +0000)
commitb5a9378fa24e4f6ea7d1de23812d3ba910bbc8df
treeb578f844b1865eaa687365159967bb27c90e6b6f
parentd7f594df7b407b5eb532700990d9a8cfca123a41
2007-06-28  H.J. Lu  <hongjiu.lu@intel.com>

* Makefile.am (HFILES): Add i386-opc.h and i386-tbl.h.
(CFILES): Add i386-gen.c.
(i386-gen): New rule.
(i386-gen.o): Likewise.
(i386-tbl.h): Likewise.
Run "make dep-am".
* Makefile.in: Regenerated.

* i386-gen.c: New file.
* i386-opc.tbl: Likewise.
* i386-reg.tbl: Likewise.
* i386-tbl.h: Likewise.

* i386-opc.c: Include "i386-tbl.h".
(i386_optab): Removed.
(i386_regtab): Likewise.
(i386_regtab_size): Likewise.
opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/i386-gen.c [new file with mode: 0644]
opcodes/i386-opc.c
opcodes/i386-opc.tbl [new file with mode: 0644]
opcodes/i386-reg.tbl [new file with mode: 0644]
opcodes/i386-tbl.h [new file with mode: 0644]