From 6f45c96c358486818b2f18acca3cab0bd4b10894 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 4 Jun 2002 02:55:28 +0000 Subject: * crtstuff.c (__EH_FRAME_BEGIN__): Conditionalize on USE_EH_FRAME_REGISTRY, not EH_FRAME_SECTION_NAME. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@54228 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/crtstuff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/crtstuff.c') diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c index bfe61168736..041c810f6f4 100644 --- a/gcc/crtstuff.c +++ b/gcc/crtstuff.c @@ -187,13 +187,13 @@ STATIC func_ptr __DTOR_LIST__[1] = { (func_ptr) (-1) }; #endif /* __DTOR_LIST__ alternatives */ -#ifdef EH_FRAME_SECTION_NAME +#ifdef USE_EH_FRAME_REGISTRY /* Stick a label at the beginning of the frame unwind info so we can register and deregister it with the exception handling library code. */ STATIC char __EH_FRAME_BEGIN__[] __attribute__((section(EH_FRAME_SECTION_NAME), aligned(4))) = { }; -#endif /* EH_FRAME_SECTION_NAME */ +#endif /* USE_EH_FRAME_REGISTRY */ #ifdef JCR_SECTION_NAME /* Stick a label at the beginning of the java class registration info -- cgit v1.2.3