New ARC implementation.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / swi.d
index 58654ecfe1a98b46c2d30895cd146383df907aba..385f2a3952fdc912513fe7ed500f991ed4fcccf6 100644 (file)
@@ -1,11 +1,11 @@
-#as: -EL -marc8
-#objdump: -dr -EL
+#as: -mcpu=archs
+#objdump: -dr --show-raw-insn
 
-.*: +file format elf32-.*arc
+.*: +file format .*arc.*
 
 Disassembly of section .text:
 
 00000000 <main>:
-   0:  00 84 00 40     40008400     add        r0,r1,r2
-   4:  02 fe ff 1f     1ffffe02     swi        
-   8:  00 0a 62 50     50620a00     sub        r3,r4,r5
+   0:  2100 0080               add     r0,r1,r2
+   4:  226f 003f               swi
+   8:  2402 0143               sub     r3,r4,r5
This page took 0.025401 seconds and 4 git commands to generate.