1 $Id: README,v 1.1.1.2 2009/09/04 00:27:35 gmcgarry Exp $
3 OS-dependent and target-dependent:
5 crt0.o startup code for programs (maybe compiled -static)
6 crt1.o startup code for programs compiled -dynamic (if necessary)
7 gcrt1.o profiling startup code for programs (maybe compiled -dynamic)
8 crti.o beginning of _init() and _fini() functions (inside .init section)
9 crtn.o end of _init() and _fini() functions (inside .fini section)
11 OS-dependent, but target-independent:
13 crtbegin.o support for calling global ctors/dtors
14 crtend.o end of the ctor/dtor lists
15 crtbeginT.o + for static binary (if necessary)
16 crtendT.o + for static binary (if necessary)
17 crtbeginS.o + for shared library (if necessary)
18 crtendS.o + for shared library (if necessary)