mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08: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
|