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

15 lines
121 B
ArmAsm
Raw Normal View History

2012-03-26 19:18:29 +00:00
.text
.arm
.global _start
.type _start, %function
_start:
b foo
.thumb
.global foo
.type foo, %function
foo:
nop
bx lr