Enhance the disassembler so that it will reliably determine whether a reloc applies...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / pr24907.s
1 .syntax unified
2 .text
3 .thumb
4
5 .global foo
6 foo:
7 nop
8 bl log_func
9 b.n .L1
10 bl func
11
12 .global func
13 func:
14 nop
15 .L1:
16 nop
This page took 0.034869 seconds and 4 git commands to generate.