diff options
Diffstat (limited to 'ld/testsuite/ld-ifunc/ifunc-8b-i386.s')
-rw-r--r-- | ld/testsuite/ld-ifunc/ifunc-8b-i386.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ld-ifunc/ifunc-8b-i386.s b/ld/testsuite/ld-ifunc/ifunc-8b-i386.s new file mode 100644 index 0000000..1f108f8 --- /dev/null +++ b/ld/testsuite/ld-ifunc/ifunc-8b-i386.s @@ -0,0 +1,7 @@ + .text + .type foo, %gnu_indirect_function +.globl foo + .type foo, @function +foo: + ret + .size foo, .-foo |