This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: debug info breaks build (Was: Re: Variable tracking (location lists support) - part 2)
> > I'm looking at how to do this "portably". Any suggestions would be
> > appreciated.
>
> The only way is to generate a label at the beginning of the section.
> I believe we already do this, in order to built the aranges table,
> so you should be able to reuse those.
Yes, we generate it, it is a variable text_section_label.
Thanks!
Josef