aboutsummaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2006-01-06 23:16:23 +0000
committerEric Christopher <echristo@gcc.gnu.org>2006-01-06 23:16:23 +0000
commit083cad550da4f24cb393626c74c4b2d144a11e02 (patch)
tree40c29d6ebecee3ad150d3ed86b8de4eacf4f5d3b /gcc/output.h
parentfacb553fe47c58844418c15db413a09091895d70 (diff)
downloadgcc-083cad550da4f24cb393626c74c4b2d144a11e02.zip
gcc-083cad550da4f24cb393626c74c4b2d144a11e02.tar.gz
gcc-083cad550da4f24cb393626c74c4b2d144a11e02.tar.bz2
tm.texi (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Document.
2006-01-06 Eric Christopher <echristo@apple.com> * doc/tm.texi (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Document. (TARGET_UNWIND_EMIT): Fix spelling. * target.h (gcc_target): Add except_table_label. * except.c (output_function_exception_table): Use. * varasm.c (default_emit_except_table_label): New. * target-def.h (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): New default define. (asm_out): Add here. * output.h (default_emit_except_table_label): Prototype. * config/darwin-protos.h (darwin_emit_except_table_label): Ditto. * config/darwin.c (darwin_emit_except_table_label): Define. * config/darwin.h (TARGET_ASM_EMIT_EXCEPT_TABLE): Ditto. From-SVN: r109435
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/output.h b/gcc/output.h
index 39b24bf..d4fad19 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -550,6 +550,7 @@ extern bool default_binds_local_p (tree);
extern bool default_binds_local_p_1 (tree, int);
extern void default_globalize_label (FILE *, const char *);
extern void default_emit_unwind_label (FILE *, tree, int, int);
+extern void default_emit_except_table_label (FILE *);
extern void default_internal_label (FILE *, const char *, unsigned long);
extern void default_file_start (void);
extern void file_end_indicate_exec_stack (void);