NAME

ccfix - produces list of constructors or destructors for C++ object files


SYNOPSIS

ccfix [D | I] <objectlist>


ARGUMENTS

I
Produce constructor list.

D
Produce destructor list.

objectlist
List of objects to process


DESCRIPTION

It is not intended to be used directly.

ccfix takes a list of object files produced from C++ and emits (on stdout) an assembler file containing a list of symbols for all the constructors (or destructors) in the object. This can then be assembled using arm-asm and combined with the original object(s) using catobj. It is invoked by the C++ makerule in ISOS.


See

the catobj manpage and the arm-asm manpage.