* system-linux-armel.ads (Stack_Check_Probes): Set to True.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Jan 2010 11:55:45 +0000 (11:55 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Jan 2010 11:55:45 +0000 (11:55 +0000)
* system-linux-armeb.ads (Stack_Check_Probes): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156169 138bc75d-0d04-0410-961f-82ee72b054a4

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;