]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/configure
except.h (output_function_exception_table): Add 'const char*' param.
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 28 Oct 2006 18:11:28 +0000 (18:11 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 28 Oct 2006 18:11:28 +0000 (18:11 +0000)
commit22ba88ef4b11703fc7a0bfacaae08f411570d48f
treeb8b495ff787a48ab2e5b9ab8e18f98a7e4c17bcf
parente73dbcaefc086d603fcd8707d06aa9599ccd9476
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
gcc/ChangeLog
gcc/config.in
gcc/configure
gcc/configure.ac
gcc/except.c
gcc/except.h
gcc/final.c