mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
10 lines
143 B
ArmAsm
10 lines
143 B
ArmAsm
|
.text
|
||
|
.weak func1
|
||
|
.weak func2
|
||
|
.weak func3
|
||
|
.globl _start
|
||
|
_start:
|
||
|
cmp func1@GOTPCREL(%rip),%rax
|
||
|
jmp *func2@GOTPCREL(%rip)
|
||
|
call func3@PLT
|