http://sourceware.org/bugzilla/show_bug.cgi?id=14961
Bug #: 14961
Summary: IFUNC pointer doesn't work for i386
Product: binutils
Version: 2.24 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: ld
http://sourceware.org/bugzilla/show_bug.cgi?id=14962
Bug #: 14962
Summary: Change of behaviour (symbols in linker file) in
2.22.90.20120924
Product: binutils
Version: unspecified
Status: NEW
Severity: normal
http://sourceware.org/bugzilla/show_bug.cgi?id=14961
H.J. Lu changed:
What|Removed |Added
Summary|IFUNC pointer doesn't work |Dynamic IFUNC pointer to
|
http://sourceware.org/bugzilla/show_bug.cgi?id=14961
--- Comment #1 from H.J. Lu 2012-12-14 22:36:23
UTC ---
This may never work correctly for i386 since its PLT entry uses
%ebx:
01b0 :
1b0:ff a3 0c 00 00 00jmp*0xc(%ebx)
1b6:68 00 00 00 00 push $0x0
1bb:
http://sourceware.org/bugzilla/show_bug.cgi?id=14961
H.J. Lu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|