From 133fb0e5523fa0fde646b0135717c5fac914ef00 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 8 Mar 1997 03:53:37 +0000 Subject: Larger Workspace when it is a POSIX API. Actually this is just to cover the extra stack used when GNAT tasks are in the system. This needs to be cleaned up. --- c/src/lib/libbsp/sparc/erc32/startup/bspstart.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'c/src') diff --git a/c/src/lib/libbsp/sparc/erc32/startup/bspstart.c b/c/src/lib/libbsp/sparc/erc32/startup/bspstart.c index 8a885e69de..9efc196c1b 100644 --- a/c/src/lib/libbsp/sparc/erc32/startup/bspstart.c +++ b/c/src/lib/libbsp/sparc/erc32/startup/bspstart.c @@ -306,6 +306,10 @@ void bsp_start( void ) BSP_Configuration = Configuration; +#if defined(RTEMS_POSIX_API) + BSP_Configuration.work_space_size *= 3; +#endif + work_space_start = (unsigned char *)rdb_start - BSP_Configuration.work_space_size; -- cgit v1.2.3