diff options
author | Bastian Blank <waldi@debian.org> | 2005-01-11 23:29:24 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2005-01-11 23:29:24 +0000 |
commit | bc7566caa4d145e59d8623a8413f90915f3747dc (patch) | |
tree | 196be7004e7392bc2fc56c2dc83ca586cf5d02b0 /gcc | |
parent | 6d1089d0048664ac7c26e4725e69097d050443e9 (diff) | |
download | gcc-bc7566caa4d145e59d8623a8413f90915f3747dc.zip gcc-bc7566caa4d145e59d8623a8413f90915f3747dc.tar.gz gcc-bc7566caa4d145e59d8623a8413f90915f3747dc.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/ada/system-linux-s390.ads | 1 | ||||
-rw-r--r-- | gcc/ada/system-linux-s390x.ads | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 68d377d..9edaeaf 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -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. diff --git a/gcc/ada/system-linux-s390.ads b/gcc/ada/system-linux-s390.ads index 2c18a6c..2e2fc67 100644 --- a/gcc/ada/system-linux-s390.ads +++ b/gcc/ada/system-linux-s390.ads @@ -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; diff --git a/gcc/ada/system-linux-s390x.ads b/gcc/ada/system-linux-s390x.ads index e1484a3..8e81e12 100644 --- a/gcc/ada/system-linux-s390x.ads +++ b/gcc/ada/system-linux-s390x.ads @@ -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; |