Changeset f048c15 in rtems-central


Ignore:
Timestamp:
07/04/22 06:34:33 (15 months ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
4bae3f0
Parents:
8c8ee47
git-author:
Sebastian Huber <sebastian.huber@…> (07/04/22 06:34:33)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/04/22 14:11:14)
Message:

spec: Update due to API changes

Update #4670.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/score/interr/val/terminate.yml

    r8c8ee47 rf048c15  
    223223- bsp.h
    224224- rtems/bspIo.h
     225- rtems/test-info.h
    225226- rtems/score/atomic.h
    226227- rtems/score/io.h
     
    276277      longjmp( before_terminate, 1 );
    277278    } else {
    278   #if defined(RTEMS_COVERAGE)
    279       _IO_Dump_gcov_info( rtems_put_char, NULL );
     279  #if defined(RTEMS_GCOV_COVERAGE)
     280      rtems_test_gcov_dump_info();
    280281  #endif
    281282      __real__CPU_Fatal_halt( source, code );
Note: See TracChangeset for help on using the changeset viewer.