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
This commit is contained in:
Bastian Blank 2005-01-11 23:29:24 +00:00 committed by Matthias Klose
parent 6d1089d004
commit bc7566caa4
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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>
* gnat_ugn.texi: Fix texi errors with null variables.

View File

@ -128,6 +128,7 @@ private
Machine_Overflows : constant Boolean := False;
Machine_Rounds : constant Boolean := True;
OpenVMS : constant Boolean := False;
Preallocated_Stacks : constant Boolean := False;
Signed_Zeros : constant Boolean := True;
Stack_Check_Default : constant Boolean := False;
Stack_Check_Probes : constant Boolean := False;

View File

@ -128,6 +128,7 @@ private
Machine_Overflows : constant Boolean := False;
Machine_Rounds : constant Boolean := True;
OpenVMS : constant Boolean := False;
Preallocated_Stacks : constant Boolean := False;
Signed_Zeros : constant Boolean := True;
Stack_Check_Default : constant Boolean := False;
Stack_Check_Probes : constant Boolean := False;