bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/15025] --enable-initfini-array creates .init_array where no inpu


From: hjl.tools at gmail dot com
Subject: [Bug ld/15025] --enable-initfini-array creates .init_array where no input has one
Date: Thu, 17 Jan 2013 15:19:22 +0000

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.



reply via email to

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