mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
10 lines
141 B
ArmAsm
10 lines
141 B
ArmAsm
|
.text
|
||
|
.globl foo
|
||
|
.type foo, @function
|
||
|
foo:
|
||
|
.cfi_startproc
|
||
|
call func1@plt
|
||
|
call func2@plt
|
||
|
movq func1@GOTPCREL(%rip), %rax
|
||
|
.cfi_endproc
|