8 lines
125 B
ArmAsm
Raw Normal View History

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