From 57a569efe16c2b8e9579147fdd78ee909c7558d3 Mon Sep 17 00:00:00 2001 From: Matt Joyce Date: Mon, 30 May 2022 11:05:11 +0200 Subject: sptests: Disable Newlib reentrancy Update #4560. --- testsuites/sptests/sptls03/init.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'testsuites/sptests/sptls03') diff --git a/testsuites/sptests/sptls03/init.c b/testsuites/sptests/sptls03/init.c index 2b60828808..6625327f45 100644 --- a/testsuites/sptests/sptls03/init.c +++ b/testsuites/sptests/sptls03/init.c @@ -68,6 +68,13 @@ static void Init(rtems_task_argument arg) */ #define CONFIGURE_APPLICATION_DISABLE_FILESYSTEM +/* + * This test requires full control over the present thread-local objects. In + * certain Newlib configurations, the Newlib reentrancy support may add + * thread-local objects. + */ +#define CONFIGURE_DISABLE_NEWLIB_REENTRANCY + #define CONFIGURE_MAXIMUM_TASKS 1 #define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION -- cgit v1.2.3