summaryrefslogtreecommitdiffstats
path: root/lib/csu/crtend.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Declare the symbols that label the .ctors, .dtors, .eh_frame, and .jcrguenther2017-01-211-11/+5
* gcc 2.x is deadguenther2015-04-041-3/+1
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+2
* Sprinkle a few __used markers to prevent gcc4 from throwing away essentialkettenis2010-05-011-5/+5
* Don't specify mode(SI) attribute for __EH_FRAME_END__ as we havejsg2009-07-141-2/+2
* Add gcj java class registration hooks for gcc3 elf archs. From NetBSDkurt2009-04-131-1/+6
* Add support for DWARF2 exception handling.kettenis2004-10-101-1/+4
* add finalized guard to destructor calls, to prevent multiple calls.espie2004-01-261-1/+1
* small clean-up: typedef to desambiguate const, prototypes...espie2004-01-261-3/+4
* __init/__fini handling on ELF has not been correct. It is supposed todrahn2004-01-081-4/+4
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-3/+3
* Create a common_elf directory with crtbegin and crtend that canart2001-02-031-0/+13