Mail Archives: djgpp-workers/2002/10/21/06:30:22
Martin Stromberg wrote:
>
> > There is also the question of stress testing the code. The easiest
> > thing to do would be to fix the bare minimum naming to be libc compatible,
> > dump it into a copy of libc.a, and try building the entire toolchain
> > twice to see if all goes well. This would need a volunteer ...
>
> I've built and rebuilt and rebuilt and rebuilt CVS libc and the tools
> (i. e. djgpp/src).
The makefile as it is will build a malloc.o, ready to be linked
into anything, using the names malloc, free, realloc. I have
linked this ahead of the library to check operation during
initialization, with no problem. I would expect that the only
addition needed is to build the library with that .o file. IIRC
using such a configuration shows up the little stubs left from
initialization calls to malloc, which creates multiple unexpected
sbrk extensions.
--
Chuck F (cbfalconer AT yahoo DOT com) (cbfalconer AT worldnet DOT att DOT net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home.att.net> USE worldnet address!
- Raw text -