This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Reentering sections


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]