From 2cc07db4b089b8b3df05261f1d7acbc96d2e720a Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 9 Aug 2001 15:33:35 -0700 Subject: Move constructor/destructor handling into target hooks. From-SVN: r44747 --- gcc/defaults.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/defaults.h') diff --git a/gcc/defaults.h b/gcc/defaults.h index 0939d07..b069c57 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -209,9 +209,9 @@ do { ASM_OUTPUT_LABEL(FILE,LABEL_ALTERNATE_NAME (INSN)); } while (0) #define DWARF2_UNWIND_INFO 1 #endif -/* If we have named section, and we're using crtstuff to run ctors, - then use named sections for registering eh frame information. */ -#if defined (TARGET_ASM_NAMED_SECTION) && defined (ASM_OUTPUT_CONSTRUCTOR) +/* If we have named sections, and we're using crtstuff to run ctors, + use them for registering eh frame information. */ +#if defined (TARGET_ASM_NAMED_SECTION) #ifndef EH_FRAME_SECTION_NAME #define EH_FRAME_SECTION_NAME ".eh_frame" #endif -- cgit v1.1