Hi
Nicholas Nethercote wrote:
> On Sat, 17 Jun 2006, Marc Alff wrote:
>
>> 2) Licensing
>>
>> For technical reasons, I can not use the gcov library itself,
>> and plan to implement code to read/write the files the GCOV program
>> needs.
>
> Then wh
GCC's) to read/write
*.gcno and *.gcda
- XYZ write files during it's execution
- GCOV, used as a stand alone program, later consumes these files.
So, XYZ and GCOV are independent programs, and are not linked together.
Is that usage of GCOV a valid one ?
Thanks for your time and comments,
Marc Alff.