Sign in
gnu
/
binutils-gdb
/
777b054cf93ad2525b891ea15bbf8d5cd6a56339
/
.
/
ld
/
testsuite
/
ld-riscv-elf
/
ifunc-reloc-call-01.s
blob: 89e63260fe2eb8dc36a1083e79cdc81daaaeaaa4 [
file
] [
log
] [
blame
]
.text
.type foo_resolver
,
@
function
foo_resolver
:
ret
.size foo_resolver
,
.
-
foo_resolver
.globl foo
.type foo
,
%gnu_indirect_function
.set foo
,
foo_resolver
.globl bar
.type bar
,
@
function
bar
:
call foo
ret
.size bar
,
.
-
bar