2007-09-06 H.J. Lu <hongjiu.lu@intel.com>
commitd2a354774a0e0604d99f8c6daae8a551639f2542
authorH.J. Lu <hjl@lucon.org>
Thu, 6 Sep 2007 21:31:55 +0000 (6 21:31 +0000)
committerH.J. Lu <hjl@lucon.org>
Thu, 6 Sep 2007 21:31:55 +0000 (6 21:31 +0000)
treeff89aa94c28f17babbb3ea67c2e3e0e298a389b1
parent8309a662d2b43bef6e58c282d731ff696946c449
2007-09-06  H.J. Lu  <hongjiu.lu@intel.com>

* i386-gen.c (table): New.
(process_i386_opcodes): Report errno when faied to open
i386-opc.tbl.  Output opcodes to table.  Close i386-opc.tbl
before return.
(process_i386_registers): Report errno when faied to open
i386-reg.tbl.  Output opcodes to table.  Close i386-reg.tbl
before return.
(main): Open i386-tbl.h for output.

* Makefile.am ($(srcdir)/i386-tbl.h): Remove " > $@".
* Makefile.in: Regenerated.
opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/i386-gen.c