diff options
-rw-r--r-- | elf/sofini.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/elf/sofini.c b/elf/sofini.c index 13e74b7903..7ec313be4e 100644 --- a/elf/sofini.c +++ b/elf/sofini.c @@ -9,11 +9,3 @@ static void (*const __DTOR_END__[1]) (void) __attribute__ ((used, section (".dtors"))) = { 0 }; #endif - -/* Terminate the frame unwind info section with a 4byte 0 as a sentinel; - this would be the 'length' field in a real FDE. */ - -typedef unsigned int ui32 __attribute__ ((mode (SI))); -static const ui32 __FRAME_END__[1] - __attribute__ ((used, section (".eh_frame"))) - = { 0 }; |