Reentering sections

Roman Lechtchinsky rl@cs.tu-berlin.de
Wed Sep 26 05:14:00 GMT 2001


On Fri, 21 Sep 2001, Richard Henderson wrote:
> > Is this behavior actually necessary (the entire function body is
> > output before output_function_exception_table is called, AFAICS) or is the
> > call to function_section bogus?
> 
> As currently configured, we have yet to do assemble_end_function,
> which does need to be in function_section.
> [...]
> It should be possible to rearrange this based on IA64_UNWIND_INFO.

Yep, there is one more problem, though. (*debug_hooks->function_decl) is
called after output_function_exception_table, but it needs to be in the
function section. Can it be output directly after assemle_end_function,
i.e. before the exception table on non-IA64_UNWIND_INFO architectures?

Bye

Roman




More information about the Gcc mailing list