mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-02 11:00:37 +08: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:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user