diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2001-10-26 01:51:01 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-10-26 01:51:01 +0000 |
commit | f3a8e4f58d1107f0e84b865d5dd0e92ea56d8e6e (patch) | |
tree | fd026017dea2851e8801dfd0950f0f11a8281890 /gcc/crtstuff.c | |
parent | ed4a14688d13dcabe426d88b81a63f9c12aa4ba2 (diff) | |
download | gcc-f3a8e4f58d1107f0e84b865d5dd0e92ea56d8e6e.zip gcc-f3a8e4f58d1107f0e84b865d5dd0e92ea56d8e6e.tar.gz gcc-f3a8e4f58d1107f0e84b865d5dd0e92ea56d8e6e.tar.bz2 |
dwarf2out.c (PTR_SIZE, [...]): Move outside of macro guards.
* 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.
From-SVN: r46520
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 e62f0c0..dae5190 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. */ |