File:  [DVB] / dietlibc / crtend.S
Revision 1.2: download - view: text, annotated - select for diffs
Thu Dec 13 17:33:16 2018 UTC (5 years, 5 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
switch from .ctors and .dtors to .init_array and .fini_array

#include "dietfeatures.h"
#include <endian.h>

.section .init_array,"aw"
.global __CTOR_END__
__CTOR_END__:

.section .fini_array,"aw"
.global __DTOR_END__
__DTOR_END__:

.section .eh_frame,"aw"
#if __WORDSIZE == 32
.long 0
#else
.quad 0
#endif

LinuxTV legacy CVS <linuxtv.org/cvs>