--- dietlibc/crtend.S 2018/12/13 17:27:47 1.1 +++ dietlibc/crtend.S 2018/12/13 17:33:16 1.2 @@ -1,11 +1,11 @@ #include "dietfeatures.h" #include -.section .ctors,"aw" +.section .init_array,"aw" .global __CTOR_END__ __CTOR_END__: -.section .dtors,"aw" +.section .fini_array,"aw" .global __DTOR_END__ __DTOR_END__: