system-linux-armel.ads (Stack_Check_Probes): Set to True.
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 22 Jan 2010 11:55:45 +0000 (11:55 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 22 Jan 2010 11:55:45 +0000 (11:55 +0000)
* system-linux-armel.ads (Stack_Check_Probes): Set to True.
* system-linux-armeb.ads (Stack_Check_Probes): Likewise.

From-SVN: r156169

gcc/ada/ChangeLog
gcc/ada/system-linux-armeb.ads
gcc/ada/system-linux-armel.ads

index a794e5b..073ee10 100644 (file)
@@ -1,3 +1,8 @@
+2010-01-22  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * system-linux-armel.ads (Stack_Check_Probes): Set to True.
+       * system-linux-armeb.ads (Stack_Check_Probes): Likewise.
+
 2010-01-18  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc-interface/utils.c (create_var_decl_1): Fix formatting nits.
index a16ef7c..aa57af8 100644 (file)
@@ -137,7 +137,7 @@ private
    Preallocated_Stacks       : constant Boolean := False;
    Signed_Zeros              : constant Boolean := True;
    Stack_Check_Default       : constant Boolean := False;
-   Stack_Check_Probes        : constant Boolean := False;
+   Stack_Check_Probes        : constant Boolean := True;
    Stack_Check_Limits        : constant Boolean := False;
    Support_64_Bit_Divides    : constant Boolean := True;
    Support_Aggregates        : constant Boolean := True;
index 4a41e56..64a82f1 100644 (file)
@@ -137,7 +137,7 @@ private
    Preallocated_Stacks       : constant Boolean := False;
    Signed_Zeros              : constant Boolean := True;
    Stack_Check_Default       : constant Boolean := False;
-   Stack_Check_Probes        : constant Boolean := False;
+   Stack_Check_Probes        : constant Boolean := True;
    Stack_Check_Limits        : constant Boolean := False;
    Support_64_Bit_Divides    : constant Boolean := True;
    Support_Aggregates        : constant Boolean := True;