diff options
Diffstat (limited to 'elf')
-rw-r--r-- | elf/soinit.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/elf/soinit.c b/elf/soinit.c index c0a881ef5d..6fecbb5674 100644 --- a/elf/soinit.c +++ b/elf/soinit.c @@ -20,10 +20,6 @@ run_hooks (void (*const list[]) (void)) (**list) (); } -static const char __EH_FRAME_BEGIN__[] - __attribute__ ((used, section (".eh_frame"))) - = { }; - /* This function will be called from _init in init-first.c. */ void __libc_global_ctors (void) |