summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2018-08-31 15:34:49 +0200
committerDaniel Hellstrom <daniel@gaisler.com>2018-09-20 12:48:32 +0200
commit1a2656cd8e7d046ea2d9194e39da0c7b054bb134 (patch)
treee81504b1d0150fc70c9fe06630a8889d6cc5d7c5
parentsparc: clang AS does no accept UNIMP without argument (diff)
downloadrtems-1a2656cd8e7d046ea2d9194e39da0c7b054bb134.tar.bz2
tm26: enable FP context when fprintf used
calling rtems_print_printer_fprintf_putc() results in usage of vfprintf() which may use floating point instructions in its implementation.
-rw-r--r--testsuites/tmtests/tm26/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/tmtests/tm26/system.h b/testsuites/tmtests/tm26/system.h
index e41afc9283..961a992ca6 100644
--- a/testsuites/tmtests/tm26/system.h
+++ b/testsuites/tmtests/tm26/system.h
@@ -31,6 +31,7 @@ rtems_task Init(
#define CONFIGURE_TICKS_PER_TIMESLICE 0
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
#define CONFIGURE_SCHEDULER_PRIORITY