binutils-gdb/ld/testsuite/ld-arm/arm-pic-veneer.s

15 lines
121 B
ArmAsm

.text
.arm
.global _start
.type _start, %function
_start:
b foo
.thumb
.global foo
.type foo, %function
foo:
nop
bx lr