mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-14 01:26:56 -04: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
|