From: Arnaud Charlet Date: Thu, 12 Jan 2017 13:50:33 +0000 (+0100) Subject: Change percentage to 25 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fedb08304104dd99ca2b7ae58407d039ad21507b;p=gcc.git Change percentage to 25 From-SVN: r244359 --- diff --git a/gcc/ada/s-parame-ae653.ads b/gcc/ada/s-parame-ae653.ads index d833e586547..4969ad39ebf 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;