index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
csu
/
crtend.c
Age
Commit message (
Expand
)
Author
2017-01-21
Declare the symbols that label the .ctors, .dtors, .eh_frame, and .jcr
Philip Guenther
2015-04-04
gcc 2.x is dead
Philip Guenther
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2010-05-01
Sprinkle a few __used markers to prevent gcc4 from throwing away essential
Mark Kettenis
2009-07-14
Don't specify mode(SI) attribute for __EH_FRAME_END__ as we have
Jonathan Gray
2009-04-13
Add gcj java class registration hooks for gcc3 elf archs. From NetBSD
Kurt Miller
2004-10-10
Add support for DWARF2 exception handling.
Mark Kettenis
2004-01-26
add finalized guard to destructor calls, to prevent multiple calls.
Marc Espie
2004-01-26
small clean-up: typedef to desambiguate const, prototypes...
Marc Espie
2004-01-08
__init/__fini handling on ELF has not been correct. It is supposed to
Dale Rahn
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-02-03
Create a common_elf directory with crtbegin and crtend that can
Artur Grabowski