summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-27 17:06:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-27 17:06:30 +0000
commitbf6fa0f445e147994c2ba361dd8141a3cef1cac2 (patch)
tree9d7c0b9b972337d955f4adc54f0c90f120a27a77 /c/src/ada-tests/sptests
parent2002-08-27 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-bf6fa0f445e147994c2ba361dd8141a3cef1cac2.tar.bz2
2002-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sptests/sp09/Makefile.am: Remove EXPADA. * sptests/sp09/sptest.adb: Remove RESULT from SCREEN_13. * sptests/sp19/Makefile.am: Remove EXPADA. * sptests/sp21/Makefile.am: Remove EXPADA. * sptests/sp21/sptest.adb: Remove RESULT from TASK_1. * tmtests/tmoverhd/dummy_rtems.adb: Reflect changes to IO_Managers. * tmtests/tmoverhd/dummy_rtems.ads: Reflect changes to IO_Managers.
Diffstat (limited to 'c/src/ada-tests/sptests')
-rw-r--r--c/src/ada-tests/sptests/sp09/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp09/sptest.adb2
-rw-r--r--c/src/ada-tests/sptests/sp19/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp21/Makefile.am2
-rw-r--r--c/src/ada-tests/sptests/sp21/sptest.adb2
5 files changed, 0 insertions, 10 deletions
diff --git a/c/src/ada-tests/sptests/sp09/Makefile.am b/c/src/ada-tests/sptests/sp09/Makefile.am
index 601aeb5ebe..28cb7266c7 100644
--- a/c/src/ada-tests/sptests/sp09/Makefile.am
+++ b/c/src/ada-tests/sptests/sp09/Makefile.am
@@ -6,9 +6,7 @@ include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
-if EXPADA
noinst_PROGRAMS = sp09
-endif
sp09_SOURCES = sp09.adb config.h sptest.adb sptest.ads
diff --git a/c/src/ada-tests/sptests/sp09/sptest.adb b/c/src/ada-tests/sptests/sp09/sptest.adb
index da3b66f92f..5ea025525d 100644
--- a/c/src/ada-tests/sptests/sp09/sptest.adb
+++ b/c/src/ada-tests/sptests/sp09/sptest.adb
@@ -2651,7 +2651,6 @@ package body SPTEST is
procedure SCREEN_13
is
- RESULT : RTEMS.Unsigned32;
TIME : RTEMS.TIME_OF_DAY;
STATUS : RTEMS.STATUS_CODES;
begin
@@ -2688,7 +2687,6 @@ package body SPTEST is
RTEMS.DEVICE_MAJOR_NUMBER'LAST,
0,
RTEMS.NULL_ADDRESS,
- RESULT,
STATUS
);
TEST_SUPPORT.FATAL_DIRECTIVE_STATUS(
diff --git a/c/src/ada-tests/sptests/sp19/Makefile.am b/c/src/ada-tests/sptests/sp19/Makefile.am
index 94ab737080..36c64ad94b 100644
--- a/c/src/ada-tests/sptests/sp19/Makefile.am
+++ b/c/src/ada-tests/sptests/sp19/Makefile.am
@@ -8,9 +8,7 @@ include $(top_srcdir)/ada.am
AM_ADAFLAGS += -I.
-if EXPADA
noinst_PROGRAMS = sp19
-endif
sp19_SOURCES = sp19.adb sptest.adb config.h sptest.ads
diff --git a/c/src/ada-tests/sptests/sp21/Makefile.am b/c/src/ada-tests/sptests/sp21/Makefile.am
index 87d9c040ef..e291526637 100644
--- a/c/src/ada-tests/sptests/sp21/Makefile.am
+++ b/c/src/ada-tests/sptests/sp21/Makefile.am
@@ -6,9 +6,7 @@ include $(top_srcdir)/../../../automake/lib.am
include $(top_srcdir)/ada.am
-if EXPADA
noinst_PROGRAMS = sp21
-endif
sp21_SOURCES = sp21.adb config.h sptest.adb sptest.ads
diff --git a/c/src/ada-tests/sptests/sp21/sptest.adb b/c/src/ada-tests/sptests/sp21/sptest.adb
index 606683a6be..006e75f396 100644
--- a/c/src/ada-tests/sptests/sp21/sptest.adb
+++ b/c/src/ada-tests/sptests/sp21/sptest.adb
@@ -76,7 +76,6 @@ package body SPTEST is
procedure TASK_1 (
ARGUMENT : in RTEMS.TASK_ARGUMENT
) is
- RESULT : RTEMS.Unsigned32;
STATUS : RTEMS.STATUS_CODES;
begin
@@ -154,7 +153,6 @@ package body SPTEST is
SPTEST.STUB_DRIVER_MAJOR,
0,
RTEMS.NULL_ADDRESS,
- RESULT,
STATUS
);
TEST_SUPPORT.DIRECTIVE_FAILED( STATUS, "IO_INITIALIZE" );