]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/testsuite/ld-ifunc/ifunc-8b-i386.s
Merge commit 'upstream/2.20'
[msp430-binutils.git] / ld / testsuite / ld-ifunc / ifunc-8b-i386.s
diff --git a/ld/testsuite/ld-ifunc/ifunc-8b-i386.s b/ld/testsuite/ld-ifunc/ifunc-8b-i386.s
new file mode 100644 (file)
index 0000000..1f108f8
--- /dev/null
@@ -0,0 +1,7 @@
+       .text
+       .type foo, %gnu_indirect_function
+.globl foo
+       .type   foo, @function
+foo:
+       ret
+       .size   foo, .-foo