diff options
Diffstat (limited to 'ld/testsuite/ld-ifunc/ifunc-13a-x86-64.s')
-rw-r--r-- | ld/testsuite/ld-ifunc/ifunc-13a-x86-64.s | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/testsuite/ld-ifunc/ifunc-13a-x86-64.s b/ld/testsuite/ld-ifunc/ifunc-13a-x86-64.s new file mode 100644 index 0000000..5bfc9e0 --- /dev/null +++ b/ld/testsuite/ld-ifunc/ifunc-13a-x86-64.s @@ -0,0 +1,10 @@ + .text + .type foo, @function + .global +foo: + movl xxx(%rip), %eax + ret + + .data +xxx: + .quad ifunc |