aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2017-01-12 14:50:33 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2017-01-12 14:50:33 +0100
commitfedb08304104dd99ca2b7ae58407d039ad21507b (patch)
treeeef0533d557e23fe55177a58789402ae1f018353 /gcc/ada
parenteacfa9bc8c4c90dc97a0c51bb8e438167c9d9207 (diff)
downloadgcc-fedb08304104dd99ca2b7ae58407d039ad21507b.zip
gcc-fedb08304104dd99ca2b7ae58407d039ad21507b.tar.gz
gcc-fedb08304104dd99ca2b7ae58407d039ad21507b.tar.bz2
Change percentage to 25
From-SVN: r244359
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/s-parame-ae653.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-parame-ae653.ads b/gcc/ada/s-parame-ae653.ads
index d833e58..4969ad3 100644
--- a/gcc/ada/s-parame-ae653.ads
+++ b/gcc/ada/s-parame-ae653.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2014, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2016, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -70,7 +70,7 @@ package System.Parameters is
-- The special value of minus one indicates that the secondary
-- stack is to be allocated from the heap instead.
- Sec_Stack_Percentage : constant Percentage := 50;
+ Sec_Stack_Percentage : constant Percentage := 25;
-- This constant defines the handling of the secondary stack
Sec_Stack_Dynamic : constant Boolean := Sec_Stack_Percentage = Dynamic;