diff options
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. */ |