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.

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

Reply via email to