diff options
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.c b/gcc/except.c index 285d4a657e8..419936a4838 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -2930,7 +2930,7 @@ output_one_function_exception_table (const char * ARG_UNUSED (fnname), #endif /* If the target wants a label to begin the table, emit it here. */ - targetm.asm_out.except_table_label (asm_out_file); + targetm.asm_out.emit_except_table_label (asm_out_file); have_tt_data = (VEC_length (tree, cfun->eh->ttype_data) || (targetm.arm_eabi_unwinder |