summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl06
diff options
context:
space:
mode:
authorRyan Long <ryan.long@oarcorp.com>2022-06-01 12:22:12 -0500
committerJoel Sherrill <joel@rtems.org>2022-07-29 08:32:47 -0500
commit2ea37e8b0d9c2976a5be5202956af7b3ae9ccc54 (patch)
tree18643a5937bccb1286ef760d5c8f7d03e5548b1a /testsuites/libtests/dl06
parentcpukit/libdl: Add support for AArch64 (diff)
downloadrtems-2ea37e8b0d9c2976a5be5202956af7b3ae9ccc54.tar.bz2
libtests/dl*: Bump up the size of CONFIGURE_INIT_TASK_STACK_SIZE
Updates #4682
Diffstat (limited to 'testsuites/libtests/dl06')
-rw-r--r--testsuites/libtests/dl06/initimpl.h2
1 files changed, 1 insertions, 1 deletions
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)