https://sourceware.org/bugzilla/show_bug.cgi?id=17154
            Bug ID: 17154
           Summary: x86_64 ld fails to select proper plt entry for ifunc
           Product: binutils
           Version: 2.25 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ld
          Assignee: unassigned at sourceware dot org
          Reporter: amodra at gmail dot com

As seen building current glibc.

0000000000087e20 <bcopy>:
   87e20:       48 87 fe                xchg   %rdi,%rsi
   87e23:       e9 b8 76 f9 ff          jmpq   1f4e0 <realloc@plt>

This should be jumping to here instead

000000000001f590 <*ABS*+0x877b0@plt>:
.
.
00000000000877b0 <memcpy@GLIBC_2.2.5>:

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to