system-linux-s390.ads: Define Preallocated_Stacks.
authorBastian Blank <waldi@debian.org>
Tue, 11 Jan 2005 23:29:24 +0000 (23:29 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Tue, 11 Jan 2005 23:29:24 +0000 (23:29 +0000)
2005-01-11  Bastian Blank  <waldi@debian.org>

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

From-SVN: r93207

gcc/ada/ChangeLog
gcc/ada/system-linux-s390.ads
gcc/ada/system-linux-s390x.ads

index 68d377d2118897eecba196036a79bca8a1e316f7..9edaeaf58e80d8cd31235f563460f5955cb7269a 100644 (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.
index 2c18a6c15bb3e9b442f55a277e98219d831a11c0..2e2fc678c48e5a96012e885fe8b3cc9eca4d9f81 100644 (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;
index e1484a35599e06b1ade4a5085f28c93782468338..8e81e121d37d0df1fe68f7cfffc36117b78cfa8e 100644 (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;