]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/darwin.c
tm.texi (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument to indicate if this label is...
authorMike Stump <mrs@apple.com>
Wed, 19 May 2004 02:11:42 +0000 (02:11 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Wed, 19 May 2004 02:11:42 +0000 (02:11 +0000)
commiteeab4d81a61970e9079dbd9a8033d13e0cc27980
tree4adbc5fe821c2a82672b65131f45055c866c807e
parentbb9a388dad84486a075d822e4bed05a74faab780
tm.texi (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument to indicate if this label is for eh.

* doc/tm.texi (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument to indicate
if this label is for eh.
* config/darwin-protos.h (darwin_emit_unwind_label): Likewise.
* config/darwin.c (darwin_emit_unwind_label): Likewise.
* dwarf2out.c (output_call_frame_info): Likewise.
* output.h (default_emit_unwind_label): Likewise.
* target.h (unwind_label): Likewise.
* varasm.c (default_emit_unwind_label): Likewise.

* config/darwin.h (DWARF2_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE,
DEBUG_FRAME_SECTION, DEBUG_INFO_SECTION, DEBUG_ABBREV_SECTION,
DEBUG_ARANGES_SECTION, DEBUG_MACINFO_SECTION, DEBUG_LINE_SECTION,
DEBUG_LOC_SECTION, DEBUG_PUBNAMES_SECTION, DEBUG_STR_SECTION,
DEBUG_RANGES_SECTION): Define.

Radar 3657068.

Co-Authored-By: Devang Patel <dpatel@apple.com>
From-SVN: r82016
gcc/ChangeLog
gcc/config/darwin-protos.h
gcc/config/darwin.c
gcc/config/darwin.h
gcc/doc/tm.texi
gcc/dwarf2out.c
gcc/output.h
gcc/target.h
gcc/varasm.c