From bc7566caa4d145e59d8623a8413f90915f3747dc Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Tue, 11 Jan 2005 23:29:24 +0000 Subject: [PATCH] system-linux-s390.ads: Define Preallocated_Stacks. 2005-01-11 Bastian Blank * system-linux-s390.ads: Define Preallocated_Stacks. * system-linux-s390x.ads: Likewise. From-SVN: r93207 --- gcc/ada/ChangeLog | 5 +++++ gcc/ada/system-linux-s390.ads | 1 + gcc/ada/system-linux-s390x.ads | 1 + 3 files changed, 7 insertions(+) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 68d377d2118..9edaeaf58e8 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2005-01-11 Bastian Blank + + * system-linux-s390.ads: Define Preallocated_Stacks. + * system-linux-s390x.ads: Likewise. + 2005-01-04 Arnaud Charlet * 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 2c18a6c15bb..2e2fc678c48 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 e1484a35599..8e81e121d37 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; -- 2.30.2