Re: Basic block profiling support in recent GCCs

2006-05-16 Thread Mike Stump
On May 16, 2006, at 10:44 AM, Nikolaos Kavvadias wrote: Do you know if when building the gcc for cross (different) target (e.g. sparc-elf-gcc) the gcov does get built as well? It should. I mean my intention is to use gcov for a cross target on a simulation environment based on SystemC (http:

Re: Basic block profiling support in recent GCCs

2006-05-16 Thread Nikolaos Kavvadias
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike Stump wrote: > On May 16, 2006, at 5:08 AM, Nikolaos Kavvadias wrote: > >> is basic block profiling being dropped out > > > Please use gcov instead. No, gcov isn't going away. > > Thank you Mike and Janis for your responses. I'll have a look at

Re: Basic block profiling support in recent GCCs

2006-05-16 Thread Janis Johnson
On Tue, May 16, 2006 at 03:08:52PM +0300, Nikolaos Kavvadias wrote: > is basic block profiling being dropped out from recent GCCs (i mean > compiling with "-g -pg -a")? > If it is still supported in any of the GCC development branches please > let me know. Support for -a was dropped in GCC 3.1 Ba

Re: Basic block profiling support in recent GCCs

2006-05-16 Thread Mike Stump
On May 16, 2006, at 5:08 AM, Nikolaos Kavvadias wrote: is basic block profiling being dropped out Please use gcov instead. No, gcov isn't going away.