|
From: Julian S. <js...@ac...> - 2005-08-26 18:16:41
|
> 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. Thanks, Tom, Greg. So it looks as if statically linked, glibc-free Valgrind is a viable idea. J |