]> gcc.gnu.org Git - gcc.git/commit - gcc/output.h
tm.texi (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Document.
authorEric Christopher <echristo@apple.com>
Fri, 6 Jan 2006 23:16:23 +0000 (23:16 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Fri, 6 Jan 2006 23:16:23 +0000 (23:16 +0000)
commit083cad550da4f24cb393626c74c4b2d144a11e02
tree40c29d6ebecee3ad150d3ed86b8de4eacf4f5d3b
parentfacb553fe47c58844418c15db413a09091895d70
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
gcc/ChangeLog
gcc/config/darwin-protos.h
gcc/config/darwin.c
gcc/config/darwin.h
gcc/doc/tm.texi
gcc/except.c
gcc/output.h
gcc/target-def.h
gcc/target.h
gcc/varasm.c
This page took 0.063419 seconds and 5 git commands to generate.