* ld-arm/gc-hidden-1.d: Fix disassembly pattern.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-10-i386.s
index 8411e815eb60967cce00ba644b5a50d69ab7b9f8..76c5bef9bda8601a98f930b37ed8fe4faf60daee 100644 (file)
@@ -6,6 +6,8 @@ foo:
         movl ifunc@GOTOFF(%ecx), %eax
        call ifunc@PLT
        call ifunc
+        movl xxx@GOT(%ecx), %eax
+        movl xxx, %eax
         ret
 
         .section .text.bar,"ax",@progbits
@@ -18,3 +20,7 @@ bar:
         .type ifunc, @gnu_indirect_function
 ifunc:
         ret
+
+        .section .data.foo,"aw",@progbits
+xxx:
+       .long ifunc 
This page took 0.024695 seconds and 4 git commands to generate.