* add p cc
[mascara-docs.git] / compilers / pcc / pcc-libs-1.0.0 / csu / README
blobdcf07e839415835e4dba556e8dcc293a27616da8
1 $Id: README,v 1.4 2009/08/14 02:17:08 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)