summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-12-26 10:58:25 -0600
committerJoel Sherrill <joel@rtems.org>2016-01-04 11:07:26 -0600
commitf6a8663ec590a07d0a65c7305bacec0f9534775e (patch)
tree906e5851f9a41439e111a58a7109111c61b7dcb2 /testsuites
parentRemove M32R architecture (diff)
downloadrtems-f6a8663ec590a07d0a65c7305bacec0f9534775e.tar.bz2
Remove H8300 port
updates #2452.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/libtests/configure.ac3
-rw-r--r--testsuites/psxtests/psx04/task3.c2
2 files changed, 1 insertions, 4 deletions
diff --git a/testsuites/libtests/configure.ac b/testsuites/libtests/configure.ac
index 4941c5134a..5ac2dfdcd4 100644
--- a/testsuites/libtests/configure.ac
+++ b/testsuites/libtests/configure.ac
@@ -53,9 +53,6 @@ case $RTEMS_CPU in
# bfin has an issue to resolve with libdl. See ticket #2252
bfin)
HAVE_LIBDL=no ;;
- # h8300 has an issue to resolve with libdl. See ticket #2284
- h8300)
- HAVE_LIBDL=no ;;
# lm32 has an issue to resolve with libdl. See ticket #2283
lm32)
HAVE_LIBDL=no ;;
diff --git a/testsuites/psxtests/psx04/task3.c b/testsuites/psxtests/psx04/task3.c
index 71ac39f0bb..5d4172cb2e 100644
--- a/testsuites/psxtests/psx04/task3.c
+++ b/testsuites/psxtests/psx04/task3.c
@@ -29,7 +29,7 @@ void *Task_3(
unsigned int remaining;
int status;
int sig;
- volatile union sigval value; /* should be removed once the H8300 target is fixed */
+ volatile union sigval value;
sigset_t mask;
siginfo_t info;