Skip ELF specific tests on non-ELF ARM targets
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / svc.d
1 # name: SWI/SVC instructions
2 # objdump: -dr --prefix-addresses --show-raw-insn
3 # skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
4
5 .*: +file format .*arm.*
6
7 Disassembly of section \.text:
8 0+000 <[^>]+> ef123456 (swi|svc) 0x00123456
9 0+004 <[^>]+> ef876543 (swi|svc) 0x00876543
10 0+008 <[^>]+> ef123456 (swi|svc) 0x00123456
11 0+00c <[^>]+> ef876543 (swi|svc) 0x00876543
12 0+010 <[^>]+> df5a (swi|svc) 90
13 0+012 <[^>]+> dfa5 (swi|svc) 165
14 0+014 <[^>]+> df5a (swi|svc) 90
15 0+016 <[^>]+> dfa5 (swi|svc) 165
This page took 0.031162 seconds and 4 git commands to generate.