diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gas/testsuite/gas/frv/allinsn.d | 20 | ||||
-rw-r--r-- | gas/testsuite/gas/frv/allinsn.s | 20 |
3 files changed, 26 insertions, 20 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 595d680f4e..77934e15fd 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2004-03-01 Richard Sandiford <rsandifo@redhat.com> + + * gas/frv/allinsn.s (rstb, rsth, rst, rstd, rstq): Replace with nops. + (rstbf, rsthf, rstf, rstdf, rstqf): Likewise. + * gas/frv/allinsn.d: Update accordingly. + 2004-02-17 Petko Manolov <petkan@nucleusys.com> * gas/arm/maverick.c: DSPSC to/from opcode fixes. diff --git a/gas/testsuite/gas/frv/allinsn.d b/gas/testsuite/gas/frv/allinsn.d index 5ff96af8d6..7b96806721 100644 --- a/gas/testsuite/gas/frv/allinsn.d +++ b/gas/testsuite/gas/frv/allinsn.d @@ -514,22 +514,22 @@ Disassembly of section .text: 2a0: 80 0c 19 41 stc cpr0,@\(sp,sp\) 000002a4 <rstb>: - 2a4: 82 0c 18 01 rstb sp,@\(sp,sp\) + 2a4: 80 88 00 00 nop 000002a8 <rsth>: - 2a8: 82 0c 18 41 rsth sp,@\(sp,sp\) + 2a8: 80 88 00 00 nop 000002ac <rst>: - 2ac: 82 0c 18 81 rst sp,@\(sp,sp\) + 2ac: 80 88 00 00 nop 000002b0 <rstbf>: - 2b0: 80 0c 1a 01 rstbf fr0,@\(sp,sp\) + 2b0: 80 88 00 00 nop 000002b4 <rsthf>: - 2b4: 80 0c 1a 41 rsthf fr0,@\(sp,sp\) + 2b4: 80 88 00 00 nop 000002b8 <rstf>: - 2b8: 80 0c 1a 81 rstf fr0,@\(sp,sp\) + 2b8: 80 88 00 00 nop 000002bc <std>: 2bc: 84 0c 10 c1 std fp,@\(sp,sp\) @@ -541,10 +541,10 @@ Disassembly of section .text: 2c4: 80 0c 19 81 stdc cpr0,@\(sp,sp\) 000002c8 <rstd>: - 2c8: 84 0c 18 c1 rstd fp,@\(sp,sp\) + 2c8: 80 88 00 00 nop 000002cc <rstdf>: - 2cc: 80 0c 1a c1 rstdf fr0,@\(sp,sp\) + 2cc: 80 88 00 00 nop 000002d0 <stq>: 2d0: 82 0c 11 01 stq sp,@\(sp,sp\) @@ -556,10 +556,10 @@ Disassembly of section .text: 2d8: 80 0c 19 c1 stqc cpr0,@\(sp,sp\) 000002dc <rstq>: - 2dc: 82 0c 19 01 rstq sp,@\(sp,sp\) + 2dc: 80 88 00 00 nop 000002e0 <rstqf>: - 2e0: 80 0c 1b 01 rstqf fr0,@\(sp,sp\) + 2e0: 80 88 00 00 nop 000002e4 <stbu>: 2e4: 82 0c 14 01 stbu sp,@\(sp,sp\) diff --git a/gas/testsuite/gas/frv/allinsn.s b/gas/testsuite/gas/frv/allinsn.s index 66aed2bbb2..2657f03127 100644 --- a/gas/testsuite/gas/frv/allinsn.s +++ b/gas/testsuite/gas/frv/allinsn.s @@ -681,27 +681,27 @@ stc: .text .global rstb rstb: - rstb sp,@(sp,sp) + nop .text .global rsth rsth: - rsth sp,@(sp,sp) + nop .text .global rst rst: - rst sp,@(sp,sp) + nop .text .global rstbf rstbf: - rstbf fr0,@(sp,sp) + nop .text .global rsthf rsthf: - rsthf fr0,@(sp,sp) + nop .text .global rstf rstf: - rstf fr0,@(sp,sp) + nop .text .global std std: @@ -717,11 +717,11 @@ stdc: .text .global rstd rstd: - rstd fp,@(sp,sp) + nop .text .global rstdf rstdf: - rstdf fr0,@(sp,sp) + nop .text .global stq stq: @@ -737,11 +737,11 @@ stqc: .text .global rstq rstq: - rstq sp,@(sp,sp) + nop .text .global rstqf rstqf: - rstqf fr0,@(sp,sp) + nop .text .global stbu stbu: |