Annotation of dietlibc/crtend.S, revision 1.2

1.1       leitner     1: #include "dietfeatures.h"
                      2: #include <endian.h>
                      3: 
1.2     ! leitner     4: .section .init_array,"aw"
1.1       leitner     5: .global __CTOR_END__
                      6: __CTOR_END__:
                      7: 
1.2     ! leitner     8: .section .fini_array,"aw"
1.1       leitner     9: .global __DTOR_END__
                     10: __DTOR_END__:
                     11: 
                     12: .section .eh_frame,"aw"
                     13: #if __WORDSIZE == 32
                     14: .long 0
                     15: #else
                     16: .quad 0
                     17: #endif

LinuxTV legacy CVS <linuxtv.org/cvs>