diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-01-10 14:52:35 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-01-10 14:52:35 +0000 |
commit | b5b1fc4fc87efdc058c12a6fe26e8387cc744b86 (patch) | |
tree | a16eb2e28b3fc3459114d97c65c636fc490da9f4 /opcodes/ChangeLog | |
parent | 71934f948a5d511b0d9f2fc0dd3dedca4cc9b84b (diff) | |
download | gdb-b5b1fc4fc87efdc058c12a6fe26e8387cc744b86.zip gdb-b5b1fc4fc87efdc058c12a6fe26e8387cc744b86.tar.gz gdb-b5b1fc4fc87efdc058c12a6fe26e8387cc744b86.tar.bz2 |
gas/testsuite/
2008-01-10 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/nops.s: Add more tests with opcodes from 0x0f19
to 0x0f1f.
* gas/i386/x86-64-nops.s: Likewise.
* gas/i386/nops.d: Updated.
* gas/i386/x86-64-nops.d: Likewise.
opcodes/
2008-01-10 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (REG_0F0E): Renamed to REG_0F0D.
(REG_0F18): Updated.
(reg_table): Updated.
(dis386_twobyte): Updated. Use "nopQ" on 0x19 to 0x1e.
(twobyte_has_modrm): Set 1 for 0x19 to 0x1e.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 5afdccf..3cdbe97 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +2008-01-10 H.J. Lu <hongjiu.lu@intel.com> + + * i386-dis.c (REG_0F0E): Renamed to REG_0F0D. + (REG_0F18): Updated. + (reg_table): Updated. + (dis386_twobyte): Updated. Use "nopQ" on 0x19 to 0x1e. + (twobyte_has_modrm): Set 1 for 0x19 to 0x1e. + 2008-01-08 H.J. Lu <hongjiu.lu@intel.com> * i386-gen.c (set_bitfield): Use fail () on error. |