summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-01-15 23:07:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-01-15 23:07:00 +0000
commitb817240cb8535fa649193ff1505e08b35ab9a430 (patch)
tree06c7408b584b2bf169a107060a56b046b22cfa5b
parentSplit error handler into its own directory. (diff)
downloadrtems-b817240cb8535fa649193ff1505e08b35ab9a430.tar.bz2
Init task was not defined as being floating point.
-rw-r--r--c/src/tests/samples/paranoia/system.h2
-rw-r--r--testsuites/samples/paranoia/system.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/c/src/tests/samples/paranoia/system.h b/c/src/tests/samples/paranoia/system.h
index 5e1b2d2b88..f562ec2800 100644
--- a/c/src/tests/samples/paranoia/system.h
+++ b/c/src/tests/samples/paranoia/system.h
@@ -27,6 +27,8 @@ rtems_task Init(
#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER
+#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
+
#include <confdefs.h>
/* global variables */
diff --git a/testsuites/samples/paranoia/system.h b/testsuites/samples/paranoia/system.h
index 5e1b2d2b88..f562ec2800 100644
--- a/testsuites/samples/paranoia/system.h
+++ b/testsuites/samples/paranoia/system.h
@@ -27,6 +27,8 @@ rtems_task Init(
#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER
+#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
+
#include <confdefs.h>
/* global variables */