mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
system-linux-armel.ads (Stack_Check_Probes): Set to True.
* system-linux-armel.ads (Stack_Check_Probes): Set to True. * system-linux-armeb.ads (Stack_Check_Probes): Likewise. From-SVN: r156169
This commit is contained in:
committed by
Eric Botcazou
parent
d3c375f58f
commit
ca6b063db1
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user