diff options
Diffstat (limited to 'gcc/ada/init.c')
-rw-r--r-- | gcc/ada/init.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/ada/init.c b/gcc/ada/init.c index c3742563299..61981725eaa 100644 --- a/gcc/ada/init.c +++ b/gcc/ada/init.c @@ -1777,20 +1777,6 @@ __gnat_initialize (void) { __gnat_init_float (); - /* Assume an environment task stack size of 20kB. - - Using a constant is necessary because we do not want each Ada application - to depend on the optional taskShow library, - which is required to get the actual stack information. - - The consequence of this is that with -fstack-check - the environment task must have an actual stack size - of at least 20kB and the usable size will be about 14kB. - */ - - __gnat_set_stack_size (14336); - /* Allow some head room for the stack checking code, and for - stack space consumed during initialization */ } /********************************/ |