Enhance GAS's .section directive so that it can take numeric values for the flags...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / armv1-bad.s
CommitLineData
2ad6300c
RE
1 .global entry
2 .text
3entry:
4 str r0, =0x00ff0000
5 ldr r0, {r1}
2ad6300c
RE
6 cmpl r0, r0
7 strh r0, [r1]
9d7f5776
NC
8 ldmfa r4!, {r8, r9}^
9 ldmfa r4!, {r4, r8, r9}
10 stmfa r4!, {r8, r9}^
11 stmdb r4!, {r4, r8, r9} @ This is OK.
12 stmdb r8!, {r4, r8, r9}
This page took 0.599137 seconds and 4 git commands to generate.