mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-22 21:57:41 +01: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
|