* gas/config/tc-arm.c (arm_ext_v6z): Remove.
[deliverable/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
9 0+006 <foo\+0x4> e3a00000 mov r0, #0
10 0+00a <foo\+0x8> e3a00000 mov r0, #0
11 0+00e <foo\+0xc> e3a00001 mov r0, #1
12 0+012 <foo\+0x10> e3a00001 mov r0, #1
13 0+016 <foo\+0x14> e3a00001 mov r0, #1
14 0+01a <foo\+0x18> e3a00002 mov r0, #2
15 0+01e <foo\+0x1c> e3a00002 mov r0, #2
16 0+022 <foo\+0x20> e3a00002 mov r0, #2
17 #...
This page took 0.029977 seconds and 4 git commands to generate.