Diff for /dietlibc/crtend.S between versions 1.1 and 1.2

version 1.1, 2018/12/13 17:27:47 version 1.2, 2018/12/13 17:33:16
Line 1 Line 1
 #include "dietfeatures.h"  #include "dietfeatures.h"
 #include <endian.h>  #include <endian.h>
   
 .section .ctors,"aw"  .section .init_array,"aw"
 .global __CTOR_END__  .global __CTOR_END__
 __CTOR_END__:  __CTOR_END__:
   
 .section .dtors,"aw"  .section .fini_array,"aw"
 .global __DTOR_END__  .global __DTOR_END__
 __DTOR_END__:  __DTOR_END__:
   

Removed from v.1.1  
changed lines
  Added in v.1.2


LinuxTV legacy CVS <linuxtv.org/cvs>