Dear Ravi,
On Mon, Oct 11, 2010 at 11:56:33AM +0530, ravi s wrote:
> > Is there a way to get the assembly code coverage just like we have it for
> > source code like C/C++/Fortran ?
> > -fprofile-arcs -ftest-coverage doesn't seem to work with assembly (*.S)
> > files.
Iirc the gcc approach
Pls let me know if you have any solution/workaround in gcc.
On Wed, Oct 6, 2010 at 5:08 PM, ravi s wrote:
>
> Hi,
>
> Is there a way to get the assembly code coverage just like we have it for
> source code like C/C++/Fortran ?
> -fprofile-arcs -ftest-coverage doesn't seem to work with assembl