Files
rtems/c/src/lib/start
Joel Sherrill 196094eb79 Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
This one is an enhancement to acpolish.

    It replaces some Makefile variables by others variable in Makefile.ins
    (tries to use unique name for some variables). It therefore eases
    parsing Makefile.ins for further automatic Makefile.in conversions in
    future.

    To apply:
        cd <rtems-source-tree>
        sh <path-to>/rtems-rc-19990407-8.sh
        ./autogen
1999-04-19 13:19:14 +00:00
..

$Id$

For each processor there may be some start up code
(like crt.o) in the appropriate entry subdirectory.  This
entry code transfers control to target board specific
code).

For some processors this code exists in some external (to RTEMS)
library such as libgloss or the host system (for example the hppa1.1
and UNIX cpu's)