]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/arm/backslash-at.d
daily update
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / arm / backslash-at.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: Backslash-at for ARM
3
4 .*: file format .*arm.*
5
6 Disassembly of section .text:
7 0+000 <.*>.*615c.*
8 0+002 <foo> e3a00000 mov r0, #0 ; 0x0
9 0+006 <foo\+0x4> e3a00000 mov r0, #0 ; 0x0
10 0+00a <foo\+0x8> e3a00000 mov r0, #0 ; 0x0
11 0+00e <foo\+0xc> e3a00001 mov r0, #1 ; 0x1
12 0+012 <foo\+0x10> e3a00001 mov r0, #1 ; 0x1
13 0+016 <foo\+0x14> e3a00001 mov r0, #1 ; 0x1
14 0+01a <foo\+0x18> e3a00002 mov r0, #2 ; 0x2
15 0+01e <foo\+0x1c> e3a00002 mov r0, #2 ; 0x2
16 0+022 <foo\+0x20> e3a00002 mov r0, #2 ; 0x2
17 #...