summaryrefslogtreecommitdiff
path: root/gcc/crtstuff.c
diff options
context:
space:
mode:
authorJason Merrill <jason@yorick.cygnus.com>1999-09-09 21:36:20 +0000
committerJason Merrill <jason@gcc.gnu.org>1999-09-09 17:36:20 -0400
commit31cf01446d16abdebb2b05bb8183ba487648900c (patch)
tree723f2802719575de5ff62a84c4285e1397b7da80 /gcc/crtstuff.c
parenta8f73d4b365bbfe9145bfd4ae16159d632ca0c33 (diff)
downloadgcc-31cf01446d16abdebb2b05bb8183ba487648900c.tar.gz
defaults.h (EH_FRAME_SECTION, [...]): Define here.
* defaults.h (EH_FRAME_SECTION, EH_FRAME_SECTION_ASM_OP): Define here. * crtstuff.c: Not here. * dwarf2out.c: Or here. * libgcc2.c (__do_global_ctors, __do_global_dtors): Handle EH frame info. From-SVN: r29241
Diffstat (limited to 'gcc/crtstuff.c')
-rw-r--r--gcc/crtstuff.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c
index ccebde1d2c9..6ce1c863acf 100644
--- a/gcc/crtstuff.c
+++ b/gcc/crtstuff.c
@@ -1,6 +1,6 @@
/* Specialized bits of code needed to support construction and
destruction of file-scope objects in C++ code.
- Copyright (C) 1991, 94, 95, 96, 97, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1994-1999 Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@monkeys.com).
This file is part of GNU CC.
@@ -108,9 +108,6 @@ extern void *__deregister_frame_info (void *)
#ifndef DTORS_SECTION_ASM_OP
#define DTORS_SECTION_ASM_OP ".section\t.dtors,\"aw\""
#endif
-#if !defined (EH_FRAME_SECTION_ASM_OP) && defined (DWARF2_UNWIND_INFO) && defined(ASM_OUTPUT_SECTION_NAME)
-#define EH_FRAME_SECTION_ASM_OP ".section\t.eh_frame,\"aw\""
-#endif
#ifdef OBJECT_FORMAT_ELF