Enhance GAS's .section directive so that it can take numeric values for the flags...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / thumb-b-bad.s
CommitLineData
f1d0450f
NC
1.syntax unified
2
3.type f, %function
4e:
5 b . - 0xfffffe @ gas mis-assembles as a forward branch
6 b . - 0xfffffc
7 b . + 0x1000002
8 b . + 0x1000004 @ gas mis-assembles as a backward branch
9 b.w . + 0x2000002 @ gas mis-assembles as a backward branch
10
11f: b g @ gas mis-assembles as a backward branch
12
13 .space 0x1fffff0
14
15g: b f @ gas mis-assembles as a forward branch
16
17
This page took 0.213227 seconds and 4 git commands to generate.