diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-01-12 16:04:11 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-01-12 16:04:11 +0000 |
commit | c7532693f2dc4939e87175093559b998022cb835 (patch) | |
tree | 3f348bcd60c64e067ce80f15649160701cea3b61 /opcodes/ChangeLog | |
parent | 460e679b1285e11e1c05093a6447d40960dffa3b (diff) | |
download | gdb-c7532693f2dc4939e87175093559b998022cb835.zip gdb-c7532693f2dc4939e87175093559b998022cb835.tar.gz gdb-c7532693f2dc4939e87175093559b998022cb835.tar.bz2 |
gas/testsuite/
2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/opts.s: Add tests for add, adc, and, cmp, or, sbb,
sub and xor.
* gas/i386/x86-64-opts.s: Likewise.
* gas/i386/opts.d: Updated.
* gas/i386/opts-intel.d: Likewise.
* gas/i386/x86-64-opts.d: Likewise.
* gas/i386/x86-64-opts-intel.d: Likewise.
opcodes/
2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (dis386): Use EbS on addB, orB, adcB, sbbB, andB,
subB, xorB and cmpB. Use EvS on addS, orS, adcS, sbbS, andS,
subS, xorS and cmpS.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ec0952e..f8ddf48 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2009-01-12 H.J. Lu <hongjiu.lu@intel.com> + + * i386-dis.c (dis386): Use EbS on addB, orB, adcB, sbbB, andB, + subB, xorB and cmpB. Use EvS on addS, orS, adcS, sbbS, andS, + subS, xorS and cmpS. + 2009-01-10 H.J. Lu <hongjiu.lu@intel.com> * i386-gen.c (cpu_flag_init): Replace CpuP4 and CpuK6 with |