bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/12730] [regression] crash when allocating in a static constructo


From: hjl.tools at gmail dot com
Subject: [Bug ld/12730] [regression] crash when allocating in a static constructor
Date: Wed, 4 May 2011 22:42:53 +0000

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.



reply via email to

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