Retro68/binutils/ld/testsuite/ld-arm/arm-pic-veneer.s
2012-03-26 21:18:29 +02:00

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