2013-04-06 16:48:33 +02:00

8 lines
125 B
ArmAsm

# jal relocs against undefined weak symbols should not be treated as
# overflowing
.globl start
.weak foo
start:
jal foo