]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/arm/pr24907.s
Enhance the disassembler so that it will reliably determine whether a reloc applies...
[thirdparty/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