linux/kernel/gcov
Peter Oberparleiter ec4d11fc4b gcov: add support for GCC 15
Using gcov on kernels compiled with GCC 15 results in truncated 16-byte
long .gcda files with no usable data.  To fix this, update GCOV_COUNTERS
to match the value defined by GCC 15.

Tested with GCC 14.3.0 and GCC 15.2.0.

Link: https://lkml.kernel.org/r/20251028115125.1319410-1-oberpar@linux.ibm.com
Signed-off-by: Peter Oberparleiter <oberpar@linux.ibm.com>
Reported-by: Matthieu Baerts <matttbe@kernel.org>
Closes: https://github.com/linux-test-project/lcov/issues/445
Tested-by: Matthieu Baerts <matttbe@kernel.org>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2025-11-09 21:19:44 -08:00
..
Kconfig gcov: Remove compiler version check 2021-12-02 17:25:21 +09:00
Makefile gcov: shut up missing prototype warnings for internal stubs 2023-08-18 10:18:58 -07:00
base.c gcov: combine common code 2021-05-07 00:26:32 -07:00
clang.c gcov: clang: use correct function param names 2025-01-24 22:47:27 -08:00
fs.c gcov: annotate struct gcov_iterator with __counted_by 2023-10-18 14:43:22 -07:00
gcc_4_7.c gcov: add support for GCC 15 2025-11-09 21:19:44 -08:00
gcc_base.c
gcov.h gcov: combine common code 2021-05-07 00:26:32 -07:00