File:  [DVB] / dietlibc / crtend.S
Revision 1.1: download - view: text, annotated - select for diffs
Thu Dec 13 17:27:47 2018 UTC (5 years, 5 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
add crtend (duh!)

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

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

.section .dtors,"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>