Browse Source

PR gas/3812

* gas/v850/v850e1.d: Correct expected disassembly of cmov insn to account for sign extension.
drow-reverse-20070409-branch
Nick Clifton 20 years ago
parent
commit
7e017ce0b3
  1. 6
      gas/testsuite/ChangeLog
  2. 2
      gas/testsuite/gas/v850/v850e1.d

6
gas/testsuite/ChangeLog

@ -1,3 +1,9 @@
2007-02-02 Nick Clifton <nickc@redhat.com>
PR gas/3812
* gas/v850/v850e1.d: Correct expected disassembly of cmov insn to
account for sign extension.
2007-01-11 Paul Brook <paul@codesourcery.com>
* gas/arm/thumb2_add.d: Add test for missing operand.

2
gas/testsuite/gas/v850/v850e1.d

@ -11,7 +11,7 @@ Disassembly of section .text:
0x0+04 e0 1f 40 23 [ ]*bsw sp, gp
0x0+08 05 02 [ ]*callt 5
0x0+0a e8 3f e4 00 [ ]*clr1 r7, r8
0x0+0e f6 17 14 1b [ ]*cmov nz, 22, r2, sp
0x0+0e f6 17 14 1b [ ]*cmov nz, -10, r2, sp
0x0+12 e1 17 34 1b [ ]*cmov nz, r1, r2, sp
0x0+16 e0 07 44 01 [ ]*ctret
0x0+1a e0 07 46 01 [ ]*dbret

Loading…
Cancel
Save