Enhance GAS's .section directive so that it can take numeric values for the flags...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / pr18347.s
1 MOV r1, r0
2 LDR =garbage // no destination register
3 MOV r2, r3
4
5 // The warning should only be triggered by a "foo = bar"
6 // type of expression. Other ways of creating symbols
7 // should allow ARM instruction names.
8 b:
9 nop
10
11 .set bx, fred
12 .equiv ldr, bar
13 .eqv nop, fred
14 .equ mov, foo
This page took 0.030272 seconds and 4 git commands to generate.