This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Reentering sections
- To: gcc at gcc dot gnu dot org
- Subject: Reentering sections
- From: Roman Lechtchinsky <rl at cs dot tu-berlin dot de>
- Date: Fri, 21 Sep 2001 14:18:09 +0200 (MET DST)
Hi,
the function output_function_exception_table in except.c first opens an
exception section and then, after outputting the exception table, reenters
the function section for the function to which the table belongs. This
doesn't work on the Cray T3E since the assembler doesn't support reopening
sections. 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?
Bye
Roman