aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.h
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2006-10-28 18:11:28 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2006-10-28 18:11:28 +0000
commit22ba88ef4b11703fc7a0bfacaae08f411570d48f (patch)
treeb8b495ff787a48ab2e5b9ab8e18f98a7e4c17bcf /gcc/except.h
parente73dbcaefc086d603fcd8707d06aa9599ccd9476 (diff)
downloadgcc-22ba88ef4b11703fc7a0bfacaae08f411570d48f.zip
gcc-22ba88ef4b11703fc7a0bfacaae08f411570d48f.tar.gz
gcc-22ba88ef4b11703fc7a0bfacaae08f411570d48f.tar.bz2
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
Diffstat (limited to 'gcc/except.h')
-rw-r--r--gcc/except.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.h b/gcc/except.h
index 1f96477..5efad71 100644
--- a/gcc/except.h
+++ b/gcc/except.h
@@ -68,7 +68,7 @@ extern void convert_from_eh_region_ranges (void);
extern unsigned int convert_to_eh_region_ranges (void);
extern void find_exception_handler_labels (void);
extern bool current_function_has_exception_handlers (void);
-extern void output_function_exception_table (void);
+extern void output_function_exception_table (const char *);
extern void expand_builtin_unwind_init (void);
extern rtx expand_builtin_eh_return_data_regno (tree);