summaryrefslogtreecommitdiffstats
path: root/c/src/tests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-29 17:19:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-29 17:19:16 +0000
commit11290355c9454c575d56c7928a725fd95e88d6f8 (patch)
tree1cd5ff063250cff764a59189f1e1956c40925a35 /c/src/tests
parentnew programs added (diff)
downloadrtems-11290355c9454c575d56c7928a725fd95e88d6f8.tar.bz2
all targets compile .. tony's patches in place
Diffstat (limited to 'c/src/tests')
-rw-r--r--c/src/tests/samples/cdtest/main.cc3
-rw-r--r--c/src/tests/support/include/tmacros.h3
2 files changed, 1 insertions, 5 deletions
diff --git a/c/src/tests/samples/cdtest/main.cc b/c/src/tests/samples/cdtest/main.cc
index 1a12431701..d6b7126e5c 100644
--- a/c/src/tests/samples/cdtest/main.cc
+++ b/c/src/tests/samples/cdtest/main.cc
@@ -29,7 +29,6 @@
#include <rtems.h>
#include <stdio.h>
-#include <libcsupport.h>
#include <iostream.h>
extern "C" {
@@ -128,7 +127,7 @@ cdtest(void)
// in many implementations in order to get global constructors
// run.
//
-// Ref: c/src/lib/libbsp/hppa1_1/simhppa/startup/bspstart.c
+// Ref: c/src/lib/libbsp/hppa1_1/pxfl/startup/bspstart.c
//
diff --git a/c/src/tests/support/include/tmacros.h b/c/src/tests/support/include/tmacros.h
index 6fb8402241..dc2a82f397 100644
--- a/c/src/tests/support/include/tmacros.h
+++ b/c/src/tests/support/include/tmacros.h
@@ -26,7 +26,6 @@ extern "C" {
#include <stdio.h>
#include <stdlib.h>
-#include <libcsupport.h>
#define FOREVER 1 /* infinite loop */
@@ -95,8 +94,6 @@ extern "C" {
putchar( '\n' ); \
}
-#define put_buffer( _buffer ) XYZ( _buffer )
-
#define build_time( TB, MON, DAY, YR, HR, MIN, SEC, TK ) \
{ (TB)->year = YR; \
(TB)->month = MON; \