Enhance GAS's .section directive so that it can take numeric values for the flags...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / offset.d
1 # name: OFFSET_IMM regression
2 # as:
3 # objdump: -dr --prefix-addresses --show-raw-insn
4
5 .*: +file format .*arm.*
6
7 Disassembly of section .text:
8 0+0 <[^>]+> e51f0004 ? ldr r0, \[pc, #-4\] ; 0+4 <[^>]+>
9 0+4 <[^>]+> e1a00000 ? nop ; \(mov r0, r0\)
10 0+8 <[^>]+> e1a00000 ? nop ; \(mov r0, r0\)
11 0+c <[^>]+> e1a00000 ? nop ; \(mov r0, r0\)
This page took 0.030277 seconds and 4 git commands to generate.