bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/14009] gcc 4.7 conversion to init_array breaks users needi


From: ian at airs dot com
Subject: [Bug binutils/14009] gcc 4.7 conversion to init_array breaks users needing control of C++ static initialization order
Date: Sun, 22 Apr 2012 21:23:27 +0000

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at airs dot com

--- Comment #1 from Ian Lance Taylor <ian at airs dot com> 2012-04-22 21:23:27 
UTC ---
If you were able to use scripts to control the order of constructors when using
.ctors, I think you should be able to do the same using .init_array.  You just
have to put the .init_array sections in the reverse order of the .ctors
sections.

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