From 2ea37e8b0d9c2976a5be5202956af7b3ae9ccc54 Mon Sep 17 00:00:00 2001 From: Ryan Long Date: Wed, 1 Jun 2022 12:22:12 -0500 Subject: libtests/dl*: Bump up the size of CONFIGURE_INIT_TASK_STACK_SIZE Updates #4682 --- testsuites/libtests/dl06/initimpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/libtests/dl06') diff --git a/testsuites/libtests/dl06/initimpl.h b/testsuites/libtests/dl06/initimpl.h index 66e503b156..0d3987983d 100644 --- a/testsuites/libtests/dl06/initimpl.h +++ b/testsuites/libtests/dl06/initimpl.h @@ -98,7 +98,7 @@ static void Init(rtems_task_argument arg) #define CONFIGURE_RTEMS_INIT_TASKS_TABLE -#define CONFIGURE_INIT_TASK_STACK_SIZE (8U * 1024U) +#define CONFIGURE_INIT_TASK_STACK_SIZE (CONFIGURE_MINIMUM_TASK_STACK_SIZE + (4U * 1024U)) #define CONFIGURE_INIT_TASK_ATTRIBUTES (RTEMS_DEFAULT_ATTRIBUTES | RTEMS_FLOATING_POINT) -- cgit v1.2.3