x86; Allow IFUNC pointer defined in PDE
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-14a.s
index 9f2060441cd905413059a7f1c2d1f469dbec8619..87bc0ef07adbdef3ba12de668f1c2bc8aaad1f14 100644 (file)
@@ -2,6 +2,6 @@
        .globl bar
        .type   bar, @function
 bar:
-       jmp     foo
+       jmp     foo@PLT
        .size   bar, .-bar
        .hidden foo
This page took 0.024222 seconds and 4 git commands to generate.