ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / bfs-0.s
1 .arch armv8.1-m.main
2 .text
3 .syntax unified
4 .thumb
5 future:
6 bf branch, target
7 bfcsel branch, target, else, eq
8 bfl branch, target
9 add r0, r0, r1
10 branch:
11 b target
12 else:
This page took 0.031179 seconds and 4 git commands to generate.