diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-26 01:51:01 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-26 01:51:01 +0000 |
commit | 13c14f1ce133d0e6f2be1d5f5053a9701ca05edb (patch) | |
tree | fd026017dea2851e8801dfd0950f0f11a8281890 /gcc/crtstuff.c | |
parent | d0204055bb3468eb07b12c7dedfa1fc78ec56632 (diff) | |
download | gcc-13c14f1ce133d0e6f2be1d5f5053a9701ca05edb.tar.gz |
* 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
Diffstat (limited to 'gcc/crtstuff.c')
-rw-r--r-- | gcc/crtstuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |