This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/18743] _init/_ lacking unwind-info
- From: "davidm at hpl dot hp dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Nov 2004 20:23:47 -0000
- Subject: [Bug target/18743] _init/_ lacking unwind-info
- References: <20041130193704.18743.davidm@hpl.hp.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From davidm at hpl dot hp dot com 2004-11-30 20:23 -------
(In reply to comment #5)
> Well if _init/_fini is created by the linker then isn't this a linker bug
which should generated the unwind
> info?
I don't really care which way it goes.
When the same issue came up for ia64, we decided to deprecated .init/.fini
in favor of .init_array/.fini_array (which are much cleaner anyhow) and, from
my perspective, that choice has worked out very well.
If you search the net for "unwind info for init init_array" you'll find some old
discussions on this topic.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18743