(root)/
binutils-2.41/
ld/
testsuite/
ld-arm/
arm-pic-veneer.s
.text
.arm
.global _start
.type _start, %function
_start:
b foo

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