Fix sparc testcases when building with 64-bit default.
authorDavid S. Miller <davem@redhat.com>
Wed, 21 Sep 2011 22:29:55 +0000 (22:29 +0000)
committerDavid S. Miller <davem@redhat.com>
Wed, 21 Sep 2011 22:29:55 +0000 (22:29 +0000)
gas/testsuite/

* gas/sparc/imm-plus-rreg.d: Fix address regex for 64-bit.
* gas/sparc/save-args.d: Likewise.
* gas/sparc/ticc-imm-reg.d: Likewise, add -32 to options.
* gas/sparc/v8-movwr-imm.d: Likewise.

gas/testsuite/ChangeLog
gas/testsuite/gas/sparc/imm-plus-rreg.d
gas/testsuite/gas/sparc/save-args.d
gas/testsuite/gas/sparc/ticc-imm-reg.d
gas/testsuite/gas/sparc/v8-movwr-imm.d

index da7d3549c7cdbd4aa66f4fcd1a84965c16188690..ca8f38d0e3f5b868cf4a08c40ad1ed631805390b 100644 (file)
@@ -3,6 +3,11 @@
        * gas/sparc/hpcvis3.s: Update for fixed fchksum16 mnemonic.
        * gas/sparc/hpcvis3.d: Likewise.
 
+       * gas/sparc/imm-plus-rreg.d: Fix address regex for 64-bit.
+       * gas/sparc/save-args.d: Likewise.
+       * gas/sparc/ticc-imm-reg.d: Likewise, add -32 to options.
+       * gas/sparc/v8-movwr-imm.d: Likewise.
+
 2011-09-08  Mark Fortescue <mark@mtfhpc.demon.co.uk>
 
        * gas/sparc/imm-plus-rreg.[sd]: New test.
index aed738b84644d485d70d164514b8ec1c47a9c298..4af1f188e630ef04f4916be650ebcf0cd8b86e4a 100644 (file)
@@ -6,7 +6,7 @@
 
 Disassembly of section .text:
 
-00000000 <foo>:
+0+ <foo>:
    0:  c2 02 20 0a     ld  \[ %o0 \+ 0xa \], %g1
    4:  c4 04 a0 0a     ld  \[ %l2 \+ 0xa \], %g2
    8:  c4 22 20 0a     st  %g2, \[ %o0 \+ 0xa \]
index ab5b79f09df85a8b6f074c2f5ea4bf9d96f73624..19e6d7281ca3a76e5358929773bf583b3f47ed16 100644 (file)
@@ -6,7 +6,7 @@
 
 Disassembly of section .text:
 
-00000000 <foo>:
+0+ <foo>:
    0:  81 e0 00 00     save 
    4:  9d e3 bf a0     save  %sp, -96, %sp
    8:  9d e3 bf a0     save  %sp, -96, %sp
index ae2aca9d76ce39b0bae00875b977b8ccd3830d0e..dddefaf80caa44244438e044184bc8f94c74e50b 100644 (file)
@@ -1,4 +1,4 @@
-#as: -Av8
+#as: -32 -Av8
 #objdump: -dr
 #name: software traps
 
@@ -6,7 +6,7 @@
 
 Disassembly of section .text:
 
-00000000 <foo>:
+0+ <foo>:
    0:  91 d2 00 00     ta  %o0
    4:  91 d2 00 0a     ta  %o0 \+ %o2
    8:  91 d4 20 0a     ta  %l0 \+ 0xa
index 961bb68d9d93103510c8a2e894b3ec1fe41cbb6e..e0c1a007feafda3b002ce00f543ee49341451c77 100644 (file)
@@ -1,4 +1,4 @@
-#as: -Av8
+#as: -32 -Av8
 #objdump: -dr
 #name: V8 mov/wr aliases
 
@@ -6,7 +6,7 @@
 
 Disassembly of section .text:
 
-00000000 <foo>:
+0+ <foo>:
    0:  83 80 00 10     mov  %l0, %asr1
    4:  81 80 00 10     mov  %l0, %y
    8:  81 88 00 10     mov  %l0, %psr
This page took 0.038463 seconds and 4 git commands to generate.