AIX bootstrap failure (was Re: Hot/cold partitioning fixes)

Geoffrey Keating geoffk@geoffk.org
Fri Apr 1 22:08:00 GMT 2005


Daniel Jacobowitz <drow@false.org> writes:

> On Fri, Apr 01, 2005 at 12:00:08PM -0800, Caroline Tice wrote:
> > I really need labels with predictable names, as these labels are used in
> > the debugging information to determine the size of the text sections.
> 
> And you can't somehow associate the labels with the function?  For
> instance, record them in "struct function", or as a property of the
> FUNCTION_DECL.  It looks like current_function isn't usable during
> dwarf2 output, but you'll have the decl; you could create a hash table
> mapping the FUNCTION_DECL to the appropriate label.

They should go in 'struct function'.  There's a pointer to the function
structure from the DECL.



More information about the Gcc-patches mailing list