From 4f87edbb75865cb92efd3166d1faeb5fd720a47f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 28 Jun 2022 07:45:02 +0200 Subject: gcov: Add functions to dump the gcov information Update #4670. --- testsuites/validation/tc-terminate.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuites') diff --git a/testsuites/validation/tc-terminate.c b/testsuites/validation/tc-terminate.c index a3f55fcc6c..79060930d7 100644 --- a/testsuites/validation/tc-terminate.c +++ b/testsuites/validation/tc-terminate.c @@ -56,6 +56,7 @@ #include #include #include +#include #include #include #include @@ -150,7 +151,7 @@ void __wrap__CPU_Fatal_halt( uint32_t source, CPU_Uint32ptr code ) longjmp( before_terminate, 1 ); } else { #if defined(RTEMS_COVERAGE) - _IO_Dump_gcov_info( rtems_put_char, NULL ); + rtems_test_gcov_dump_info(); #endif __real__CPU_Fatal_halt( source, code ); } -- cgit v1.2.3