summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-ifunc/ifunc-13a-i386.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-ifunc/ifunc-13a-i386.s')
-rw-r--r--ld/testsuite/ld-ifunc/ifunc-13a-i386.s10
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/testsuite/ld-ifunc/ifunc-13a-i386.s b/ld/testsuite/ld-ifunc/ifunc-13a-i386.s
new file mode 100644
index 0000000000..eb893af3d3
--- /dev/null
+++ b/ld/testsuite/ld-ifunc/ifunc-13a-i386.s
@@ -0,0 +1,10 @@
+ .text
+ .type foo, @function
+ .global
+foo:
+ movl xxx@GOT(%ebx), %eax
+ ret
+
+ .data
+xxx:
+ .long ifunc