From 13c14f1ce133d0e6f2be1d5f5053a9701ca05edb Mon Sep 17 00:00:00 2001 From: ghazi Date: Fri, 26 Oct 2001 01:51:01 +0000 Subject: * dwarf2out.c (PTR_SIZE, default_eh_frame_section): Move outside of macro guards. Fix #endif comment. * output.h (default_exception_section, default_eh_frame_section): Move prototypes outside of macro guard. * crtstuff.c: Fix #endif comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46520 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/crtstuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/crtstuff.c') diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c index e62f0c0a8c2..dae5190f904 100644 --- a/gcc/crtstuff.c +++ b/gcc/crtstuff.c @@ -460,7 +460,7 @@ STATIC int __FRAME_END__[] __attribute__ ((unused, mode(SI), section(EH_FRAME_SECTION_NAME), aligned(4))) = { 0 }; -#endif /* EH_FRAME_SECTION */ +#endif /* EH_FRAME_SECTION_NAME */ #ifdef JCR_SECTION_NAME /* Null terminate the .jcr section array. */ -- cgit v1.2.3