ld: Unify STT_GNU_IFUNC handling
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-22-x86-64.s
index f402c62fb0839bae2495ad6b6149d1bbb8c37d2d..d4194a0fba6b594a2057182a38c18bd041ece177 100644 (file)
@@ -9,7 +9,11 @@ _start:
        .global __start
 __start:
        .type __start,"function"
+       call    *foo@GOTPCREL(%rip)
+       jmp     *foo@GOTPCREL(%rip)
+       add     foo@GOTPCREL(%rip), %rax
        movq    foo@GOTPCREL(%rip), %rax
+       test    %rax, foo@GOTPCREL(%rip)
        movq    bar@GOTPCREL(%rip), %rax
        .type foo, %gnu_indirect_function
        .globl foo
This page took 0.024646 seconds and 4 git commands to generate.