[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: |
8 Aug 2007 04:14:57 -0000 |
------- Additional Comments From ian at airs dot com 2007-08-08 04:14 -------
> I would say it shouldn't change the runtime behavior based on whether you
linked > via an archive or via individual object files.
That is exactly the behaviour you get with --whole-archive.
.ctors/.dtors is how constructors are handled on most ELF based systems. But
note that the very popular operating systems Windows and Mac OS X are not ELF
based.
--
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.