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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl.tools at gmail dot com

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2013-01-17 15:19:22 
UTC ---
It is done on purpose since .ctors is replaced by .init_array
which does preserve order of .ctors within the same file as well
as .ctors with priority.  It doesn't preserver orders of .ctors
sections between different input files.  If a program depends on
linking order of input files, you can switch the order of input
files at command-line.

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