Changeset d0f426a1 in rtems
- Timestamp:
- 06/03/97 00:34:04 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a6b44a8a
- Parents:
- 7e3dcbc
- Location:
- c/src/ada-tests
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ada-tests/mptests/mp01/mptest.ads
r7e3dcbc rd0f426a1 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with BSP_MPCI; 26 25 with RTEMS; -
c/src/ada-tests/mptests/mp02/mptest.ads
r7e3dcbc rd0f426a1 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with BSP_MPCI; 26 25 with RTEMS; -
c/src/ada-tests/mptests/mp03/mptest.ads
r7e3dcbc rd0f426a1 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with BSP_MPCI; 26 25 with RTEMS; -
c/src/ada-tests/mptests/mp04/mptest.ads
r7e3dcbc rd0f426a1 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with BSP_MPCI; 26 25 with RTEMS; -
c/src/ada-tests/mptests/mp05/mptest.ads
r7e3dcbc rd0f426a1 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with BSP_MPCI; 26 25 with RTEMS; -
c/src/ada-tests/mptests/mp06/mptest.ads
r7e3dcbc rd0f426a1 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with BSP_MPCI; 26 25 with RTEMS; -
c/src/ada-tests/mptests/mp07/mptest.ads
r7e3dcbc rd0f426a1 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with BSP_MPCI; 26 25 with RTEMS; -
c/src/ada-tests/mptests/mp08/mptest.ads
r7e3dcbc rd0f426a1 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with BSP_MPCI; 26 25 with RTEMS; -
c/src/ada-tests/mptests/mp09/mptest.ads
r7e3dcbc rd0f426a1 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with BSP_MPCI; 26 25 with RTEMS; -
c/src/ada-tests/mptests/mp10/mptest.ads
r7e3dcbc rd0f426a1 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with BSP_MPCI; 26 25 with RTEMS; -
c/src/ada-tests/mptests/mp11/mptest.ads
r7e3dcbc rd0f426a1 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with BSP_MPCI; 26 25 with RTEMS; -
c/src/ada-tests/mptests/mp12/mptest.ads
r7e3dcbc rd0f426a1 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with BSP_MPCI; 26 25 with RTEMS; -
c/src/ada-tests/mptests/mp13/mptest.ads
r7e3dcbc rd0f426a1 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with BSP_MPCI; 26 25 with RTEMS; -
c/src/ada-tests/mptests/mp14/mptest.ads
r7e3dcbc rd0f426a1 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with BSP_MPCI; 26 25 with RTEMS; -
c/src/ada-tests/samples/base_mp/mptest.ads
r7e3dcbc rd0f426a1 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with BSP_MPCI; 26 25 with RTEMS; -
c/src/ada-tests/samples/base_sp/sptest.ads
r7e3dcbc rd0f426a1 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25 -
c/src/ada-tests/samples/ticker/sptest.ads
r7e3dcbc rd0f426a1 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25 -
c/src/ada-tests/support/init.c
r7e3dcbc rd0f426a1 11 11 */ 12 12 13 #define __RTEMS_VIOLATE_KERNEL_VISIBILITY__ 13 14 #include <bsp.h> 14 15 … … 24 25 } 25 26 27 /* 28 * Only for sp04 29 */ 30 31 rtems_id tcb_to_id( 32 Thread_Control *tcb 33 ) 34 { 35 return tcb->Object.id; 36 } 37 26 38 #define CONFIGURE_INIT 27 39 #include "config.h" -
c/src/ada-tests/support/test_support.adb
r7e3dcbc rd0f426a1 132 132 -- 133 133 Text_IO.Put_Line( "<pause> " ); 134 Text_IO.Get_Line( Ignored_String, Ignored_Last );134 -- Text_IO.Get_Line( Ignored_String, Ignored_Last ); 135 135 136 136 exception
Note: See TracChangeset
for help on using the changeset viewer.