summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-arm/arm-pic-veneer.s
blob: 9e09ed63337713cb1d0303048939629304b168a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.text
.arm
.global _start
.type _start, %function
_start:
b foo

.thumb
.global foo
.type foo, %function
foo:
nop
bx lr