Re: [PATCH v3] gcov: Add __gcov_info_to_gdca()

2021-08-06 Thread Sebastian Huber
On 06/08/2021 12:26, Martin Liška wrote: On 8/6/21 10:05 AM, Sebastian Huber wrote: What about the attached patch? The patch is fine, please install it. Thanks, I checked it in. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded

Re: [PATCH v3] gcov: Add __gcov_info_to_gdca()

2021-08-06 Thread Martin Liška
On 8/6/21 10:05 AM, Sebastian Huber wrote: What about the attached patch? The patch is fine, please install it. Martin

Re: [PATCH v3] gcov: Add __gcov_info_to_gdca()

2021-08-06 Thread Christophe Lyon via Gcc-patches
On Fri, Aug 6, 2021 at 10:05 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Christophe, > > On 06/08/2021 09:50, Christophe Lyon wrote: > > Looks like there's a problem with your patch: > > > > /tmp/1784442_7.tmpdir/aci-gcc-fsf/builds/gcc-fsf-gccsrc/obj-arm-none-eabi/gcc

Re: [PATCH v3] gcov: Add __gcov_info_to_gdca()

2021-08-06 Thread Sebastian Huber
Hello Christophe, On 06/08/2021 09:50, Christophe Lyon wrote: Looks like there's a problem with your patch:   /tmp/1784442_7.tmpdir/aci-gcc-fsf/builds/gcc-fsf-gccsrc/obj-arm-none-eabi/gcc1/./gcc/xgcc -B/tmp/1784442_7.tmpdir/aci-gcc-fsf/builds/gcc-fsf-gccsrc/obj-arm-none-eabi/gcc1/./gcc/ -B/

Re: [PATCH v3] gcov: Add __gcov_info_to_gdca()

2021-08-06 Thread Christophe Lyon via Gcc-patches
On Fri, Aug 6, 2021 at 7:31 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 05/08/2021 14:53, Martin Liška wrote: > > On 7/23/21 11:39 AM, Sebastian Huber wrote: > >> Add __gcov_info_to_gcda() to libgcov to get the gcda data for a gcda > >> info in a > >> freestanding environm

Re: [PATCH v3] gcov: Add __gcov_info_to_gdca()

2021-08-05 Thread Sebastian Huber
On 05/08/2021 14:53, Martin Liška wrote: On 7/23/21 11:39 AM, Sebastian Huber wrote: Add __gcov_info_to_gcda() to libgcov to get the gcda data for a gcda info in a freestanding environment.  It is intended to be used with the -fprofile-info-section option.  A crude test program which doesn't us

Re: [PATCH v3] gcov: Add __gcov_info_to_gdca()

2021-08-05 Thread Martin Liška
On 7/23/21 11:39 AM, Sebastian Huber wrote: Add __gcov_info_to_gcda() to libgcov to get the gcda data for a gcda info in a freestanding environment. It is intended to be used with the -fprofile-info-section option. A crude test program which doesn't use a linker script is (use "gcc -coverage -f

[PATCH v3] gcov: Add __gcov_info_to_gdca()

2021-07-23 Thread Sebastian Huber
Add __gcov_info_to_gcda() to libgcov to get the gcda data for a gcda info in a freestanding environment. It is intended to be used with the -fprofile-info-section option. A crude test program which doesn't use a linker script is (use "gcc -coverage -fprofile-info-section -lgcc test.c" to compile