[rtems-central commit] spec: Update due to API changes

Sebastian Huber sebh at rtems.org
Tue Jul 5 07:19:32 UTC 2022


Module:    rtems-central
Branch:    master
Commit:    f048c15c7d805ca8286d8fc6c85500d02eeafd32
Changeset: http://git.rtems.org/rtems-central/commit/?id=f048c15c7d805ca8286d8fc6c85500d02eeafd32

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Jul  4 08:34:33 2022 +0200

spec: Update due to API changes

Update #4670.

---

 spec/score/interr/val/terminate.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/spec/score/interr/val/terminate.yml b/spec/score/interr/val/terminate.yml
index 6ad12ae4..7b0dec50 100644
--- a/spec/score/interr/val/terminate.yml
+++ b/spec/score/interr/val/terminate.yml
@@ -222,6 +222,7 @@ test-header: null
 test-includes:
 - bsp.h
 - rtems/bspIo.h
+- rtems/test-info.h
 - rtems/score/atomic.h
 - rtems/score/io.h
 - rtems/score/percpu.h
@@ -275,8 +276,8 @@ test-support: |
       halt_code = code;
       longjmp( before_terminate, 1 );
     } else {
-  #if defined(RTEMS_COVERAGE)
-      _IO_Dump_gcov_info( rtems_put_char, NULL );
+  #if defined(RTEMS_GCOV_COVERAGE)
+      rtems_test_gcov_dump_info();
   #endif
       __real__CPU_Fatal_halt( source, code );
     }



More information about the vc mailing list