summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-05-23 11:32:21 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-05-29 08:01:54 +0200
commit9ff0f40ca0230401aa9f8739fae22691143c153f (patch)
tree6896ace0d684b6960860130cd899a4462be41352 /c/src/ada-tests
parentbuild-system: Fix the targets support for the parallel build. (diff)
downloadrtems-9ff0f40ca0230401aa9f8739fae22691143c153f.tar.bz2
ada: Remove <rtems/debug.h> support
Update #2477.
Diffstat (limited to 'c/src/ada-tests')
-rw-r--r--c/src/ada-tests/sptests/sp09/sptest.adb9
1 files changed, 0 insertions, 9 deletions
diff --git a/c/src/ada-tests/sptests/sp09/sptest.adb b/c/src/ada-tests/sptests/sp09/sptest.adb
index 47cffe228f..49d696b4de 100644
--- a/c/src/ada-tests/sptests/sp09/sptest.adb
+++ b/c/src/ada-tests/sptests/sp09/sptest.adb
@@ -22,7 +22,6 @@ with INTERFACES; use INTERFACES;
with TEST_SUPPORT;
with TEXT_IO;
with RTEMS.CLOCK;
-with RTEMS.DEBUG;
with RTEMS.EVENT;
with RTEMS.MESSAGE_QUEUE;
with RTEMS.PARTITION;
@@ -2384,11 +2383,6 @@ package body SPTEST is
"TA1 - region_return_segment - INVALID_ADDRESS"
);
- -- internal heap errors, subject to change if heap code changes
-
- TEXT_IO.PUT_LINE( "TA1 - debug_disable - DEBUG_REGION" );
- RTEMS.DEBUG.DISABLE( RTEMS.DEBUG.REGION );
-
-- OFFSET := 0;
-- GOOD_BACK_FLAG := 0;
-- GOOD_FRONT_FLAG := 0;
@@ -2449,9 +2443,6 @@ package body SPTEST is
--
-- SPTEST.REGION_GOOD_AREA( OFFSET - 2 ) := GOOD_BACK_FLAG;
- TEXT_IO.PUT_LINE( "TA1 - debug_enable - DEBUG_REGION" );
- RTEMS.DEBUG.ENABLE( RTEMS.DEBUG.REGION );
-
RTEMS.REGION.EXTEND(
100,
SPTEST.REGION_GOOD_AREA'ADDRESS,