[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/4538] add --all-init flag to force all static initializers to be
From: |
ian at airs dot com |
Subject: |
[Bug ld/4538] add --all-init flag to force all static initializers to be loaded |
Date: |
7 Aug 2007 05:30:08 -0000 |
------- Additional Comments From ian at airs dot com 2007-08-07 05:30 -------
What advantage will --all-init bring you over --whole-archive?
How would you define --all-init in terms of the linker? You are defining it in
terms of C++. But different C++ implementations handle static constructors
completely differently. You need to define what --all-init should do in linker
terms.
Quite aside from that, this is not a bug. I recommend that you define what the
linker should do, write a patch, and send it to the mailing list to see what
people think. Please don't keep reopening this bug. That is inappropriate
behaviour.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |WONTFIX
http://sourceware.org/bugzilla/show_bug.cgi?id=4538
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.