- Timestamp:
- 08/26/02 14:27:21 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f435621b
- Parents:
- 8a0e8da
- Location:
- c/src/ada-tests
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ada-tests/ChangeLog
r8a0e8da r190f5c23 1 2002-08-26 Joel Sherrill <joel@OARcorp.com> 2 3 * mptests/mp01/mptest.ads, mptests/mp02/mptest.ads, 4 mptests/mp03/mptest.ads, mptests/mp04/mptest.ads, 5 mptests/mp05/mptest.ads, mptests/mp06/mptest.ads, 6 mptests/mp07/mptest.ads, mptests/mp08/mptest.ads, 7 mptests/mp09/mptest.ads, mptests/mp10/mptest.ads, 8 mptests/mp11/mptest.ads, mptests/mp12/mptest.ads, 9 mptests/mp13/mptest.ads, mptests/mp14/mptest.adb, 10 mptests/mp14/mptest.ads: Per PR274, identify the need for the 11 BSP_MPCI package. It was a trivial dependency and eliminated. 12 1 13 2002-08-26 Joel Sherrill <joel@OARcorp.com> 2 14 -
c/src/ada-tests/mptests/mp01/mptest.ads
r8a0e8da r190f5c23 22 22 -- 23 23 24 with BSP_MPCI;25 24 with RTEMS; 26 25 -
c/src/ada-tests/mptests/mp02/mptest.ads
r8a0e8da r190f5c23 22 22 -- 23 23 24 with BSP_MPCI;25 24 with RTEMS; 26 25 -
c/src/ada-tests/mptests/mp03/mptest.ads
r8a0e8da r190f5c23 22 22 -- 23 23 24 with BSP_MPCI;25 24 with RTEMS; 26 25 -
c/src/ada-tests/mptests/mp04/mptest.ads
r8a0e8da r190f5c23 22 22 -- 23 23 24 with BSP_MPCI;25 24 with RTEMS; 26 25 -
c/src/ada-tests/mptests/mp05/mptest.ads
r8a0e8da r190f5c23 22 22 -- 23 23 24 with BSP_MPCI;25 24 with RTEMS; 26 25 -
c/src/ada-tests/mptests/mp06/mptest.ads
r8a0e8da r190f5c23 22 22 -- 23 23 24 with BSP_MPCI;25 24 with RTEMS; 26 25 -
c/src/ada-tests/mptests/mp07/mptest.ads
r8a0e8da r190f5c23 22 22 -- 23 23 24 with BSP_MPCI;25 24 with RTEMS; 26 25 -
c/src/ada-tests/mptests/mp08/mptest.ads
r8a0e8da r190f5c23 22 22 -- 23 23 24 with BSP_MPCI;25 24 with RTEMS; 26 25 -
c/src/ada-tests/mptests/mp09/mptest.ads
r8a0e8da r190f5c23 22 22 -- 23 23 24 with BSP_MPCI;25 24 with RTEMS; 26 25 -
c/src/ada-tests/mptests/mp10/mptest.ads
r8a0e8da r190f5c23 22 22 -- 23 23 24 with BSP_MPCI;25 24 with RTEMS; 26 25 -
c/src/ada-tests/mptests/mp11/mptest.ads
r8a0e8da r190f5c23 22 22 -- 23 23 24 with BSP_MPCI;25 24 with RTEMS; 26 25 -
c/src/ada-tests/mptests/mp12/mptest.ads
r8a0e8da r190f5c23 22 22 -- 23 23 24 with BSP_MPCI;25 24 with RTEMS; 26 25 -
c/src/ada-tests/mptests/mp13/mptest.ads
r8a0e8da r190f5c23 22 22 -- 23 23 24 with BSP_MPCI;25 24 with RTEMS; 26 25 -
c/src/ada-tests/mptests/mp14/mptest.adb
r8a0e8da r190f5c23 23 23 24 24 with INTERFACES; use INTERFACES; 25 with INTERFACES.C; 25 26 with BSP; 26 with BSP_MPCI;27 27 with RTEMS; 28 28 with TEST_SUPPORT; … … 57 57 OLD_MODE : RTEMS.MODE; 58 58 STATUS : RTEMS.STATUS_CODES; 59 procedure BSP_MPCI_PRINT_STATISTICS; 60 pragma Import (C, BSP_MPCI_PRINT_STATISTICS, "MPCI_Print_statistics" ); 59 61 begin 60 62 … … 62 64 TEST_SUPPORT.DIRECTIVE_FAILED( STATUS, "TASK_MODE" ); 63 65 64 BSP_MPCI .PRINT_STATISTICS;66 BSP_MPCI_PRINT_STATISTICS; 65 67 66 68 RTEMS.SHUTDOWN_EXECUTIVE( 0 ); -
c/src/ada-tests/mptests/mp14/mptest.ads
r8a0e8da r190f5c23 22 22 -- 23 23 24 with BSP_MPCI;25 24 with RTEMS; 26 25
Note: See TracChangeset
for help on using the changeset viewer.