aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2007-09-26 04:42:47 +0000
committerH.J. Lu <hjl.tools@gmail.com>2007-09-26 04:42:47 +0000
commit4dffcebc10670489b064181a62e9588e72fb566a (patch)
tree5afda928aebbd6b85b99edaa635d72b92c598f01 /opcodes/ChangeLog
parentc828a49faf94e9b2cba6d2870a5bfeaef2da5a3f (diff)
downloadgdb-4dffcebc10670489b064181a62e9588e72fb566a.zip
gdb-4dffcebc10670489b064181a62e9588e72fb566a.tar.gz
gdb-4dffcebc10670489b064181a62e9588e72fb566a.tar.bz2
gas/
2007-09-25 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (output_insn): Use i.tm.opcode_length to check opcode length. opcodes/ 2007-09-25 H.J. Lu <hongjiu.lu@intel.com> * i386-gen.c (process_i386_opcodes): Process opcode_length. * i386-opc.h (template): Add opcode_length. * 386-opc.tbl: Likewise. * i386-tbl.h: Regenerated.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 8411939..add8f6a 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,11 @@
+2007-09-25 H.J. Lu <hongjiu.lu@intel.com>
+
+ * i386-gen.c (process_i386_opcodes): Process opcode_length.
+
+ * i386-opc.h (template): Add opcode_length.
+ * 386-opc.tbl: Likewise.
+ * i386-tbl.h: Regenerated.
+
2007-09-21 H.J. Lu <hongjiu.lu@intel.com>
* i386-opc.h: Adjust whitespaces.