summaryrefslogtreecommitdiffstats
path: root/lib/csu/common_elf (follow)
Commit message (Expand)AuthorAgeFilesLines
* ELF uberalles, so move the files up out of common_elfguenther2014-11-157-562/+0
* Move atexit(3) into crtbegin.c and certbeginS.c such that we can pass thekettenis2013-12-282-2/+18
* Fix static linking of libpthread: have crt0 invoke __init_tcb() if it'sguenther2013-12-121-1/+6
* Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inguenther2013-12-031-0/+121
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-052-4/+4
* Reverse the order that ctors and dtors are run in accordance withmatthew2012-09-082-14/+14
* Add __guard_local as a hidden symbol to ld.so, kernel, and everymatthew2012-08-282-2/+6
* Sprinkle a few __used markers to prevent gcc4 from throwing away essentialkettenis2010-05-014-19/+19
* 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-134-4/+49
* Work-around a gcc3 -g bug causing debug ld.so to crash.kurt2009-03-061-2/+2
* Tag ELF shared libraries as OpenBSD.kettenis2009-02-041-1/+3
* Add __cxa_atexit() support for gcc3. This provides support for shared object destructors called at dlclose() time. Inspired by similar changes in FreeBSD and NetBSD.millert2007-09-032-2/+36
* Change __register_frame_info into a weakly defined symbol.kettenis2004-10-261-5/+8
* Add support for DWARF2 exception handling.kettenis2004-10-102-2/+20
* add finalized guard to destructor calls, to prevent multiple calls.espie2004-01-264-13/+22
* small clean-up: typedef to desambiguate const, prototypes...espie2004-01-265-16/+43
* __init/__fini handling on ELF has not been correct. It is supposed todrahn2004-01-084-21/+48
* correct array initializer size to be [1], not [0] fixes gcc3 libstdc++ errordrahn2003-12-281-3/+3
* remove multi-line literals in __asm syntax to keep gcc3 happyavsm2003-11-221-11/+9
* boring protosderaadt2003-06-261-5/+5
* add a newline at end of file. gcc3 rightfully complains if the filerohee2003-03-311-2/+2
* 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-164-16/+16
* Commonize csu code for elf systems, powerpc now no longer has it's owndrahn2001-05-282-0/+112
* oops.art2001-02-031-4/+3
* Schedule running of __fini in __init, not __start.art2001-02-031-1/+2
* An OpenBSD tag doesn't hurt.art2001-02-031-0/+1
* Add an OS note identifying OpenBSD binaries.art2001-02-032-1/+23
* Decruftification.art2001-02-031-8/+1
* Create a common_elf directory with crtbegin and crtend that canart2001-02-032-0/+125