|
From: Tom H. <to...@co...> - 2005-08-26 18:45:57
|
In message <200...@ac...>
Julian Seward <js...@ac...> wrote:
> > Alternatively, you could link with -nostartfiles, which will omit
> > crt1.o completely. In that case you need your own start.S that
> > provides a _start() function that processes auxv and calls Valgrind's
> > main().
>
> Did that. It seems to work. Cool. Just committed revs 1363 and 4526.
Hmm. It's not fully working for me... The problem is that gcc is
inserting calls to memcpy to handle structure assignments and those
are then unresolved when linking.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|