blob: a2228473422f4b32549842a3b6692aba767c4f26 [file] [log] [blame]
.text
.type foo_resolver, @function
foo_resolver:
ret
.size foo_resolver, .-foo_resolver
# The ifunc `foo` is called by the ifunc-caller.
.globl foo
.type foo, %gnu_indirect_function
.set foo, foo_resolver