[RFC/gcov 08/12] gcov: Move prepend to list to read_gcda_file()

2022-03-31 Thread Sebastian Huber
This helps to reuse read_gcda_file(). libgcc/ * libgcov-util.c (read_gcda_file): Prepend new info object to global list. (ftw_read_file): Remove list append here. --- libgcc/libgcov-util.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/lib

Re: [RFC/gcov 08/12] gcov: Move prepend to list to read_gcda_file()

2022-04-07 Thread Martin Liška
On 3/31/22 13:35, Sebastian Huber wrote: |+ /* Prepend to gcov info list */| Please add dot and 2 spaces. Martin