Enhance GAS's .section directive so that it can take numeric values for the flags...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / ldsgeh.s
1 .syntax unified
2 .arch armv7-a
3 .thumb
4 .global foo
5 foo:
6 it ge
7 ldsgeh r1, [r11, #4]
This page took 0.030323 seconds and 4 git commands to generate.