http://sourceware.org/bugzilla/show_bug.cgi?id=14961
--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2012-12-14 22:36:23 UTC --- This may never work correctly for i386 since its PLT entry uses %ebx: 000001b0 <foo@plt>: 1b0: ff a3 0c 00 00 00 jmp *0xc(%ebx) 1b6: 68 00 00 00 00 push $0x0 1bb: e9 e0 ff ff ff jmp 1a0 <foo@plt-0x10> We can't return pointer to PLT entry since wrong %ebx may be used when calling it. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- 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