http://sourceware.org/bugzilla/show_bug.cgi?id=12730
--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> 2011-05-04 22:42:49 
UTC ---
The behavior of this testcase depends on the order of

__static_initialization_and_destruction_0(int, int)

and

PWLIB_StaticLoader ()

PWLIB_StaticLoader must be called after
__static_initialization_and_destruction_0.

Depending on compiler and linker, the relative order may be different.
I will change the linker to preserve the order.

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