Mail Archives: djgpp-workers/2002/12/20/14:01:38
> From: sandmann AT clio DOT rice DOT edu (Charles Sandmann)
> Date: Thu, 19 Dec 2002 16:40:58 -0600 (CST)
>
> The following symbols get pulled into each image built with CVS. It
> makes my head spin...
Well, please remember that the startup code does memory allocation,
creates the environ[] array and looks at environment variables such
as LFN, copies strings to and fro, expands command-line wildcards,
reads and processes the DJGPP.ENV file, etc. etc... So it's niot
surprising we use so many library functions: otherwise, where would
the 30KB of minimal image come from? ;-)
> Some like lseek and llseek we can probably fix.
Also `remove' and `_truename' caused my brows to go up. Whatever do
we need those for in the startup code?
- Raw text -