Make COFF and ELF disassemblys agree
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / adrl.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: ADRL
3
4 # Test the `ADRL' pseudo-op
5
6 .*: +file format .*arm.*
7
8 Disassembly of section .text:
9 ...
10 00002000 <.*> e24f0008 sub r0, pc, #8 ; 0x8
11 00002004 <.*> e2400c20 sub r0, r0, #8192 ; 0x2000
12 00002008 <.*> e28f0018 add r0, pc, #24 ; 0x18
13 0000200c <.*> e2800c20 add r0, r0, #8192 ; 0x2000
14 00002010 <.*> e24f0018 sub r0, pc, #24 ; 0x18
15 00002014 <.*> e1a00000 nop \(mov r0,r0\)
16 00002018 <.*> e28f0000 add r0, pc, #0 ; 0x0
17 0000201c <.*> e1a00000 nop \(mov r0,r0\)
18 ...
This page took 0.030658 seconds and 5 git commands to generate.