aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2007-09-06 21:31:55 +0000
committerH.J. Lu <hjl.tools@gmail.com>2007-09-06 21:31:55 +0000
commit34edb9ad0763d910e11da84a186febeba8354f30 (patch)
treea33a723be8bdb5e3935b5307783fa01128ab51ec /opcodes/ChangeLog
parentf0027ce2699c8d2a1e9f263838f2f3dd3c74b0eb (diff)
downloadgdb-34edb9ad0763d910e11da84a186febeba8354f30.zip
gdb-34edb9ad0763d910e11da84a186febeba8354f30.tar.gz
gdb-34edb9ad0763d910e11da84a186febeba8354f30.tar.bz2
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.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 3c9ee7b..c1cc6ce 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,19 @@
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.
+
+2007-09-06 H.J. Lu <hongjiu.lu@intel.com>
+
* i386-opc.tbl: Correct SVME instructions to allow 32bit register
operand in 64bit mode.
* i386-tbl.h: Regenerated.