Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Interesting. I assume the dynamic linker then does all the work of
calling the resolver function and setting the got entry.
- /dev/null
+++ test/ELF/Inputs/gnu-ifunc-gotpcrel.s
@@ -0,0 +1,5 @@
+.type foo STT_GNU_IFUNC
+.globl foo
+.type foo, @function
Why do you need two .type directives?
LGTM with that changed.
Cheers,
Rafael