-
- Downloads
except.h (output_function_exception_table): Add 'const char*' param.
* except.h (output_function_exception_table): Add 'const char*' param. * except.c (switch_to_exception_section): Add 'const char*' param. If named sections are supported and HAVE_LD_EH_GC_SECTIONS is defined and flag_function_sections is set, use a function-specific section. (output_function_exception_table): Add 'const char*' param. Adjust call to switch_to_exception_section. * final.c (rest_of_handle_final): Adjust calls to output_function_exception_table. * configure.ac (HAVE_LD_EH_GC_SECTIONS): New check. * config.in: Regenerate. * configure: Likewise. From-SVN: r118107
Showing
- gcc/ChangeLog 14 additions, 0 deletionsgcc/ChangeLog
- gcc/config.in 7 additions, 0 deletionsgcc/config.in
- gcc/configure 47 additions, 0 deletionsgcc/configure
- gcc/configure.ac 43 additions, 0 deletionsgcc/configure.ac
- gcc/except.c 13 additions, 3 deletionsgcc/except.c
- gcc/except.h 1 addition, 1 deletiongcc/except.h
- gcc/final.c 2 additions, 2 deletionsgcc/final.c
Loading
Please register or sign in to comment