* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / gas / testsuite / gas / arm / backslash-at.d
blobc87965f4d3721349c62dd23db737f2ba8a0eb5d7
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: Backslash-at for ARM
4 .*: file format .*arm.*
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 #...