mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
c314987d19
overflow for calls to undefined weak symbols.
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
|