This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: Does/can ld edit .stab sections?
- To: binutils at sources dot redhat dot com, gdb at sources dot redhat dot com
- Subject: Re: Does/can ld edit .stab sections?
- From: Alan Modra <amodra at bigpond dot net dot au>
- Date: Fri, 2 Nov 2001 10:21:21 +1030
- References: <20011101115947.B31822@nevyn.them.org>
On Thu, Nov 01, 2001 at 11:59:47AM -0500, Daniel Jacobowitz wrote:
>
> Or perhaps to generate separate stab sections for each original section
> and merge them at link time?
Yes, that is exactly what is needed. Initial support for section groups
has already been added to binutils, but gcc needs to be taught how to
tell the linker about groups. I will look into it sometime...
Alan