aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/s-secsta.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2011-08-30 16:06:25 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2011-08-30 16:06:25 +0200
commitda94696d33e93be999d7f9f5ec838cdfa9627385 (patch)
tree25ac99587bec72007353bae02bd1d1c887dbc360 /gcc/ada/s-secsta.adb
parent315f5f1bfbcbc444e5853fb54fa37edae58e5f91 (diff)
downloadgcc-da94696d33e93be999d7f9f5ec838cdfa9627385.zip
gcc-da94696d33e93be999d7f9f5ec838cdfa9627385.tar.gz
gcc-da94696d33e93be999d7f9f5ec838cdfa9627385.tar.bz2
[multiple changes]
2011-08-30 Yannick Moy <moy@adacore.com> * opt.adb, opt.ads (Full_Expander_Active): New function defines a common shorthand for (Expander_Active and not ALFA_Mode) that can be used for testing full expansion, that is active expansion not in the reduced mode for Alfa * exp_ch4.adb, exp_ch9.adb, exp_disp.adb, sem_ch10.adb, sem_ch12.adb, sem_ch6.adb, sem_ch9.adb, sem_res.adb: Use newly defined "flag" instead of the verbose (Expander_Active and not ALFA_Mode) 2011-08-30 Tristan Gingold <gingold@adacore.com> * s-parame-vms-alpha.ads, s-parame-hpux.ads, s-tassta.adb, s-tarest.adb, s-parame-vms-ia64.ads, s-soflin.adb, s-secsta.adb, s-secsta.ads, s-parame.ads, s-parame-vxworks.ads: Renames Ratio to Percentage, and Sec_Stack_Ratio to Sec_Stack_Percentage. From-SVN: r178313
Diffstat (limited to 'gcc/ada/s-secsta.adb')
-rw-r--r--gcc/ada/s-secsta.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-secsta.adb b/gcc/ada/s-secsta.adb
index 16e9fa0..1a4aa78 100644
--- a/gcc/ada/s-secsta.adb
+++ b/gcc/ada/s-secsta.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2009, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2011, 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- --
@@ -44,7 +44,7 @@ package body System.Secondary_Stack is
use type System.Parameters.Size_Type;
SS_Ratio_Dynamic : constant Boolean :=
- Parameters.Sec_Stack_Ratio = Parameters.Dynamic;
+ Parameters.Sec_Stack_Percentage = Parameters.Dynamic;
-- There are two entirely different implementations of the secondary
-- stack mechanism in this unit, and this Boolean is used to select
-- between them (at compile time, so the generated code will contain