mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-23 15:32:26 +00:00
8 lines
125 B
ArmAsm
8 lines
125 B
ArmAsm
# jal relocs against undefined weak symbols should not be treated as
|
|
# overflowing
|
|
|
|
.globl start
|
|
.weak foo
|
|
start:
|
|
jal foo
|