mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 04:25:10 +08:00
* gas/sh/sh4a-fp.d: Fix opcode name fssra to fsrra.
* gas/sh/sh4a-fp.s: Likewise. * gas/sh/err-sh4a-fp.s: Likewise.
This commit is contained in:
parent
2cb6b099ac
commit
1b5d1a53bd
@ -1,3 +1,9 @@
|
||||
2004-02-01 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
||||
|
||||
* gas/sh/sh4a-fp.d: Fix opcode name fssra to fsrra.
|
||||
* gas/sh/sh4a-fp.s: Likewise.
|
||||
* gas/sh/err-sh4a-fp.s: Likewise.
|
||||
|
||||
2004-01-24 Chris Demetriou <cgd@broadcom.com>
|
||||
|
||||
* gas/mips/relax-swap1.s: Add extra space at end, so the
|
||||
|
@ -5,10 +5,10 @@
|
||||
|
||||
fpchg fpul ! { dg-error "excess operands" }
|
||||
|
||||
fssra fr1, fr2 ! { dg-error "excess operands" }
|
||||
fssra ! { dg-error "invalid operands|missing operand" }
|
||||
fssra fpul ! { dg-error "invalid operands" }
|
||||
fssra dr0, dr2 ! { dg-error "invalid operands" }
|
||||
fsrra fr1, fr2 ! { dg-error "excess operands" }
|
||||
fsrra ! { dg-error "invalid operands|missing operand" }
|
||||
fsrra fpul ! { dg-error "invalid operands" }
|
||||
fsrra dr0, dr2 ! { dg-error "invalid operands" }
|
||||
|
||||
fsca dr0, fpul ! { dg-error "invalid operands" }
|
||||
fsca fpul, fr0 ! { dg-error "invalid operands" }
|
||||
|
@ -8,8 +8,8 @@ start address 0x00000000
|
||||
|
||||
Disassembly of section \.text:
|
||||
0x00000000 f7 fd fpchg
|
||||
0x00000002 f1 7d fssra fr1
|
||||
0x00000004 f9 7d fssra fr9
|
||||
0x00000006 f6 7d fssra fr6
|
||||
0x00000002 f1 7d fsrra fr1
|
||||
0x00000004 f9 7d fsrra fr9
|
||||
0x00000006 f6 7d fsrra fr6
|
||||
0x00000008 f2 fd fsca fpul,dr2
|
||||
0x0000000a fc fd fsca fpul,dr12
|
||||
|
@ -3,9 +3,9 @@
|
||||
|
||||
fpchg
|
||||
|
||||
fssra fr1
|
||||
fssra fr9
|
||||
fssra fr6
|
||||
fsrra fr1
|
||||
fsrra fr9
|
||||
fsrra fr6
|
||||
|
||||
fsca fpul, dr2
|
||||
fsca fpul, dr12
|
||||
|
Loading…
Reference in New Issue
Block a user