Commit bc7566ca by Bastian Blank Committed by Matthias Klose

system-linux-s390.ads: Define Preallocated_Stacks.

2005-01-11  Bastian Blank  <waldi@debian.org>

        * system-linux-s390.ads: Define Preallocated_Stacks.
        * system-linux-s390x.ads: Likewise.

From-SVN: r93207
parent 6d1089d0
2005-01-11 Bastian Blank <waldi@debian.org>
* system-linux-s390.ads: Define Preallocated_Stacks.
* system-linux-s390x.ads: Likewise.
2005-01-04 Arnaud Charlet <charlet@adacore.com> 2005-01-04 Arnaud Charlet <charlet@adacore.com>
* gnat_ugn.texi: Fix texi errors with null variables. * gnat_ugn.texi: Fix texi errors with null variables.
......
...@@ -128,6 +128,7 @@ private ...@@ -128,6 +128,7 @@ private
Machine_Overflows : constant Boolean := False; Machine_Overflows : constant Boolean := False;
Machine_Rounds : constant Boolean := True; Machine_Rounds : constant Boolean := True;
OpenVMS : constant Boolean := False; OpenVMS : constant Boolean := False;
Preallocated_Stacks : constant Boolean := False;
Signed_Zeros : constant Boolean := True; Signed_Zeros : constant Boolean := True;
Stack_Check_Default : constant Boolean := False; Stack_Check_Default : constant Boolean := False;
Stack_Check_Probes : constant Boolean := False; Stack_Check_Probes : constant Boolean := False;
......
...@@ -128,6 +128,7 @@ private ...@@ -128,6 +128,7 @@ private
Machine_Overflows : constant Boolean := False; Machine_Overflows : constant Boolean := False;
Machine_Rounds : constant Boolean := True; Machine_Rounds : constant Boolean := True;
OpenVMS : constant Boolean := False; OpenVMS : constant Boolean := False;
Preallocated_Stacks : constant Boolean := False;
Signed_Zeros : constant Boolean := True; Signed_Zeros : constant Boolean := True;
Stack_Check_Default : constant Boolean := False; Stack_Check_Default : constant Boolean := False;
Stack_Check_Probes : constant Boolean := False; Stack_Check_Probes : constant Boolean := False;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment