This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Help in modifying GCOV code
- From: Hua Jie Lee <h dot lee2 at pgrad dot unimelb dot edu dot au>
- To: gcc-help at gcc dot gnu dot org
- Date: Thu, 27 Sep 2007 10:52:27 +1000 (EST)
- Subject: Help in modifying GCOV code
Hi there,
I have installed Linux Ubuntu and install GCC on top of it. I would like
to make some modification on GCOV code especially for the GCC-Version with
my own modified printed version.
I try to make the changes in the gcov.c in
/home/usr/local/gcc/gcc-4.2.1/gcov.c
And after the changes made, when I query using gcov -v it doesnt show the
modified version of the print that I made earlier on.
Do you have any ideas what step did I miss out?
Please help. Thanks.
Regards,
Lee