Re: [PATCH] gcov: Add -fprofile-info-section support

2020-11-16 Thread Martin Liška
On 11/16/20 12:02 PM, Sebastian Huber wrote: Hello Martin, On 16/11/2020 11:26, Martin Liška wrote: Sorry for slow response. Register the profile information in the specified section instead of using a constructor/destructor.  A pointer to the profile information generated by -fprofile-arcs

Re: [PATCH] gcov: Add -fprofile-info-section support

2020-11-16 Thread Sebastian Huber
On 16/11/2020 12:02, Sebastian Huber wrote: I sent a proposal for a simple function to convert a gcov info to a gcda byte stream: https://lists.rtems.org/mailman/listinfo Sorry, wrong URL. This is the right one: https://gcc.gnu.org/pipermail/gcc/2020-November/234213.html -- embedded brai

Re: [PATCH] gcov: Add -fprofile-info-section support

2020-11-16 Thread Sebastian Huber
Hello Martin, On 16/11/2020 11:26, Martin Liška wrote: Sorry for slow response. Register the profile information in the specified section instead of using a constructor/destructor.  A pointer to the profile information generated by -fprofile-arcs or -ftest-coverage is placed in the specified

Re: [PATCH] gcov: Add -fprofile-info-section support

2020-11-16 Thread Martin Liška
On 11/13/20 5:47 PM, Sebastian Huber wrote: Hello. Sorry for slow response. Register the profile information in the specified section instead of using a constructor/destructor. A pointer to the profile information generated by -fprofile-arcs or -ftest-coverage is placed in the specified secti