diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-09-26 04:42:47 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-09-26 04:42:47 +0000 |
commit | 4dffcebc10670489b064181a62e9588e72fb566a (patch) | |
tree | 5afda928aebbd6b85b99edaa635d72b92c598f01 /gas/ChangeLog | |
parent | c828a49faf94e9b2cba6d2870a5bfeaef2da5a3f (diff) | |
download | gdb-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 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2b561ff..57f08fb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +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. + 2007-09-25 Nathan Sidwell <nathan@codesourcery.com> * config/tc-m68k.c (LONG_BRANCH_VIA_COND): New. |