summaryrefslogtreecommitdiff
path: root/elf/sofini.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/sofini.c')
-rw-r--r--elf/sofini.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/sofini.c b/elf/sofini.c
index 6da0062d06..077399f0ce 100644
--- a/elf/sofini.c
+++ b/elf/sofini.c
@@ -13,7 +13,7 @@ static void (*const __DTOR_END__[1]) (void)
this would be the 'length' field in a real FDE. */
typedef unsigned int ui32 __attribute__ ((mode (SI)));
-static const ui32 __FRAME_END__[1]
+static ui32 __FRAME_END__[1]
__attribute__ ((unused, section (".eh_frame")))
= { 0 };
#endif