Enhance GAS's .section directive so that it can take numeric values for the flags...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / arm-it-auto-3.d
CommitLineData
58ed6ca6
NC
1#name: ARM IT automatic instruction generation 3
2#as: -mthumb -march=armv7a -mimplicit-it=always
3#objdump: -d --prefix-addresses --show-raw-insn
4#skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
5
6.*: +file format .*arm.*
7
8Disassembly of section .text.one:
900000000 <.text.one> 2800 cmp r0, #0
1000000002 <.text.one\+0x2> bf08 it eq
1100000004 <.text.one\+0x4> 3102 addeq r1, #2
12
13Disassembly of section .text.two:
1400000000 <.text.two> bf08 it eq
1500000002 <.text.two\+0x2> 3103 addeq r1, #3
This page took 0.299696 seconds and 4 git commands to generate.