bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/12372] Segfault with STT_GNU_IFUNC symbols on x86_64


From: ian at airs dot com
Subject: [Bug gold/12372] Segfault with STT_GNU_IFUNC symbols on x86_64
Date: Wed, 6 Jul 2011 14:43:13 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=12372

Ian Lance Taylor <ian at airs dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #3 from Ian Lance Taylor <ian at airs dot com> 2011-07-06 14:42:36 
UTC ---
Thanks.  The problem seems to have to do with the order of the relocs in
libfoo.so.  Currently gold is putting the R_X86_64_IRELATIVE reloc first in
.rela.dyn.  That means that it runs before the other relocs are run, which
means that when it refers to a global variable, that variable has not been
initialized.

-- 
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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]