Re: Preloader Compiles with Coverage Flags

2005-03-29 Thread Mike Hearn
On Tue, 29 Mar 2005 03:22:05 -0800, Aaron Arvey wrote: > This is handy for when you want to compile entire wine source with > gcov coverage analysis enabled. Wonderful! I had thought the problems with the preloader were due to the odd things we do with the stack and assembly in there, but if it's

Preloader Compiles with Coverage Flags

2005-03-29 Thread Aaron Arvey
This is handy for when you want to compile entire wine source with gcov coverage analysis enabled. See http://www.winehq.org/hypermail/wine-patches/2005/02/.html for more information on how to compile wine with gcov support. Changelog: * loader/preloader.c adds empty __bb_init_func