This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: DWARF2_UNWIND_INFO without crtstuff?
- To: Kamil Iskra <kiskra at ernie dot icslab dot agh dot edu dot pl>
- Subject: Re: DWARF2_UNWIND_INFO without crtstuff?
- From: Jason Merrill <jason at cygnus dot com>
- Date: 17 Oct 1997 09:33:56 -0700
- Cc: egcs at cygnus dot com
- References: <Pine.GSO.3.95.971017155200.8966B-100000@ernie>
>>>>> Kamil Iskra <kiskra@ernie.icslab.agh.edu.pl> writes:
> collect2 will only notice the unwind tables when do_collecting is !0,
> which is only the case when not using GNU ld. This means, that for example
> all the a.out targets that use GNU ld should be affected (it is a mistery
> for me why nobody else complained so far?).
True.
> I think I'll try to add code emitting a per-file static constructor, which
> will register the unwind info.
This will be a lot slower. I would suggest just using collect2.
Jason