summaryrefslogtreecommitdiff
path: root/lib/csu/common/crtend.c
Commit message (Expand)AuthorAgeFilesLines
* Rename __JCR_LIST__ to __JCR_END__ in crtend.c.John Baldwin2020-11-101-1/+1
* csu: Fix dynamiclib/init_test:jcr_test on !HAVE_CTORS archsKyle Evans2019-11-081-4/+6
* Add the missing 0 at the end of the .jcr section.Andrew Turner2018-11-241-0/+3
* Make the .ctors, .dtors, and .jcr markers as static. They shouldn't beAndrew Turner2018-10-291-2/+2
* Implement a BSD licensed crtbegin/crtendAndrew Turner2018-10-251-0/+64
* GC these crt{begin,end}.c, which are unused since the last FreeBSD platformMarius Strobl2006-05-221-33/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Move the code for the ".init" and ".fini" sections outside of aJohn Polstra1999-03-121-3/+5
* Import C startup files for ELF support.John Polstra1998-03-071-0/+31