diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-10-14 23:16:19 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-10-14 23:16:19 +0000 |
commit | 553d0a74471e33adbfcad81d71345a3daf0a4bb5 (patch) | |
tree | dfc438c7ae59f164516ae0bf3e92357f9c090a01 /opcodes/ChangeLog | |
parent | 98bb660ae6ada20bd1861d82c41847e6465b621c (diff) | |
download | gdb-553d0a74471e33adbfcad81d71345a3daf0a4bb5.zip gdb-553d0a74471e33adbfcad81d71345a3daf0a4bb5.tar.gz gdb-553d0a74471e33adbfcad81d71345a3daf0a4bb5.tar.bz2 |
Remove CheckRegSize from movq.
2010-10-14 H.J. Lu <hongjiu.lu@intel.com>
* i386-opc.tbl: Remove CheckRegSize from movq.
* i386-tbl.h: Regenerated.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 8e9594e..668eeb7 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,10 @@ 2010-10-14 H.J. Lu <hongjiu.lu@intel.com> + * i386-opc.tbl: Remove CheckRegSize from movq. + * i386-tbl.h: Regenerated. + +2010-10-14 H.J. Lu <hongjiu.lu@intel.com> + * i386-opc.tbl: Remove CheckRegSize from instructions with 0, 1 or fixed operands. * i386-tbl.h: Regenerated. |