follow'/>
summaryrefslogtreecommitdiff
path: root/lib/csu/common_elf/crtbegin.c
AgeCommit message (Expand)Author
2010-08-07Retire old crtbegin/crtend implementation. It is not compatible with thejoerg
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2006-05-19Instead of using -I- -I${.CURDIR} and #include "dot_init.h", use:christos
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2004-08-28Error out if we try to build with GCC 3.3 or later; we should be usingthorpej
2004-08-26Remove sysident.h-related comment; that stuff is handled by crti.c thesethorpej
2003-12-03Make sure this still compiles with gcc-2.95. Hello vaxen!christos
2003-12-02Use __attribute__((__used__,__noinline__)) (instead of __unused__)lukem
2003-09-07Allow platforms to define __EH_FRAME_CONST. Currently "const" for x86_64,fvdl
2003-05-31Don't need sysident.h here anymore; crti provides it.thorpej
2002-11-22Split crtbegin/crtend into crti/crtbegin/crtend/crtn. NetBSD-specificthorpej
2002-11-11Fix signed/unsigned comparison warnings.thorpej
2002-04-08Correct some comments.skrll
2001-12-31Add support for invoking GNU C++ local destructors in shared objectsthorpej
2001-12-30Add support for registering Java classes emitted by the Java compilerthorpej
2001-12-30Make sure the Dwarf2 EH frame info is 4-byte aligned.thorpej
2001-10-11Run the entries in __CTOR_LIST__ and __DTOR_LIST__ in the order gcc expect.kristerw
2001-08-03Add support for DWARF2 frame unwinding/exception handling. Thisthorpej
2001-07-17minor KNFmrg
2001-05-11Reorganization of crtbegin/crtend.ross
1998-09-05Assign my copyrights to TNF.pk
1998-07-27We need <sys/param.h> because sysident.h requires the `NetBSD' constant.thorpej
1998-07-25These all need types.h.mycroft
1998-07-25Don't pull in param.h (and therefore don't pull in unistd.h).mycroft