diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2009-11-10 12:37:56 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2009-11-10 12:37:56 +0000 |
commit | c587836d9d5d1c1ec9182becd91268e0249d8f26 (patch) | |
tree | 996bcc436199345158b562b4008920a8cc25dd12 /gcc/ada/system-linux-hppa.ads | |
parent | f1faf79d47e9e63be59f5fb8f0929c399374668e (diff) | |
download | gcc-c587836d9d5d1c1ec9182becd91268e0249d8f26.zip gcc-c587836d9d5d1c1ec9182becd91268e0249d8f26.tar.gz gcc-c587836d9d5d1c1ec9182becd91268e0249d8f26.tar.bz2 |
re PR middle-end/20548 (ACATS c52103x c52104x c52104y segfault)
PR ada/20548
* system-linux-alpha.ads (Stack_Check_Probes): Set to true.
* system-linux-hppa.ads (Stack_Check_Probes): Likewise.
* system-linux-sparc.ads (Stack_Check_Probes): Likewise.
* system-linux-sparcv9.ads (Stack_Check_Probes): Likewise.
From-SVN: r154063
Diffstat (limited to 'gcc/ada/system-linux-hppa.ads')
-rw-r--r-- | gcc/ada/system-linux-hppa.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/system-linux-hppa.ads b/gcc/ada/system-linux-hppa.ads index a23ebde..9790043 100644 --- a/gcc/ada/system-linux-hppa.ads +++ b/gcc/ada/system-linux-hppa.ads @@ -129,7 +129,7 @@ private Preallocated_Stacks : constant Boolean := False; Signed_Zeros : constant Boolean := True; Stack_Check_Default : constant Boolean := False; - Stack_Check_Probes : constant Boolean := False; + Stack_Check_Probes : constant Boolean := True; Stack_Check_Limits : constant Boolean := False; Support_64_Bit_Divides : constant Boolean := True; Support_Aggregates : constant Boolean := True; |