bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fix expected results for SH DSP tests


From: Nick Clifton
Subject: Fix expected results for SH DSP tests
Date: 15 Jan 2002 12:25:57 +0000

Hi Guys,

  The DSP tests for the SH port of GAS are currently failing because
  some of the expected disassembled opcodes are wrong.  This patch
  fixes this problem.

Cheers
        Nick


2002-01-15  Nick Clifton  <address@hidden>

        * gas/sh/dsp.d: Fix expected results.

Index: gas/testsuite/gas/sh/dsp.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/sh/dsp.d,v
retrieving revision 1.1
diff -c -3 -p -r1.1 dsp.d
*** dsp.d       2001/10/09 12:25:52     1.1
--- dsp.d       2002/01/15 12:08:56
*************** Disassembly of section .text:
*** 9,24 ****
  0+000 <[^>]*> f6 80 [         ]*movs.w        @-r2,x0
  0+002 <[^>]*> f7 94 [         ]*movs.w        @r3,x1
  0+004 <[^>]*> f4 a8 [         ]*movs.w        @r4\+,y0
! 0+006 <[^>]*> f5 b8 [         ]*movs.w        @r5\+,y1
  0+008 <[^>]*> f5 c1 [         ]*movs.w        m0,@-r5
  0+00a <[^>]*> f4 e5 [         ]*movs.w        m1,@r4
  0+00c <[^>]*> f7 79 [         ]*movs.w        a0,@r3\+
! 0+00e <[^>]*> f6 59 [         ]*movs.w        a1,@r2\+
  0+010 <[^>]*> f6 f2 [         ]*movs.l        @-r2,a0g
  0+012 <[^>]*> f7 d6 [         ]*movs.l        @r3,a1g
  0+014 <[^>]*> f4 8a [         ]*movs.l        @r4\+,x0
! 0+016 <[^>]*> f5 9a [         ]*movs.l        @r5\+,x1
  0+018 <[^>]*> f5 a3 [         ]*movs.l        y0,@-r5
  0+01a <[^>]*> f4 b7 [         ]*movs.l        y1,@r4
  0+01c <[^>]*> f7 cb [         ]*movs.l        m0,@r3\+
! 0+01e <[^>]*> f6 eb [         ]*movs.l        m1,@r2\+
--- 9,24 ----
  0+000 <[^>]*> f6 80 [         ]*movs.w        @-r2,x0
  0+002 <[^>]*> f7 94 [         ]*movs.w        @r3,x1
  0+004 <[^>]*> f4 a8 [         ]*movs.w        @r4\+,y0
! 0+006 <[^>]*> f5 bc [         ]*movs.w        @r5\+r8,y1
  0+008 <[^>]*> f5 c1 [         ]*movs.w        m0,@-r5
  0+00a <[^>]*> f4 e5 [         ]*movs.w        m1,@r4
  0+00c <[^>]*> f7 79 [         ]*movs.w        a0,@r3\+
! 0+00e <[^>]*> f6 5d [         ]*movs.w        a1,@r2\+r8
  0+010 <[^>]*> f6 f2 [         ]*movs.l        @-r2,a0g
  0+012 <[^>]*> f7 d6 [         ]*movs.l        @r3,a1g
  0+014 <[^>]*> f4 8a [         ]*movs.l        @r4\+,x0
! 0+016 <[^>]*> f5 9e [         ]*movs.l        @r5\+r8,x1
  0+018 <[^>]*> f5 a3 [         ]*movs.l        y0,@-r5
  0+01a <[^>]*> f4 b7 [         ]*movs.l        y1,@r4
  0+01c <[^>]*> f7 cb [         ]*movs.l        m0,@r3\+
! 0+01e <[^>]*> f6 ef [         ]*movs.l        m1,@r2\+r8




reply via email to

[Prev in Thread] Current Thread [Next in Thread]