From: Arnaud Charlet Date: Mon, 1 Dec 2003 09:39:57 +0000 (+0100) Subject: * 5wsystem.ads: Disable zero cost exception, not ready yet. X-Git-Tag: releases/gcc-3.4.0~2004 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c6135994510a3ecfb69f8366ec0494154a479590;p=thirdparty%2Fgcc.git * 5wsystem.ads: Disable zero cost exception, not ready yet. From-SVN: r74098 --- diff --git a/gcc/ada/5wsystem.ads b/gcc/ada/5wsystem.ads index 4f72f04d0a37..2a7496a98437 100644 --- a/gcc/ada/5wsystem.ads +++ b/gcc/ada/5wsystem.ads @@ -138,8 +138,8 @@ private Support_Long_Shifts : constant Boolean := True; Suppress_Standard_Library : constant Boolean := False; Use_Ada_Main_Program_Name : constant Boolean := False; - ZCX_By_Default : constant Boolean := True; - GCC_ZCX_Support : constant Boolean := True; + ZCX_By_Default : constant Boolean := False; + GCC_ZCX_Support : constant Boolean := False; Front_End_ZCX_Support : constant Boolean := False; -- Obsolete entries, to be removed eventually (bootstrap issues!) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index d014410ac9f9..1d55f66fa1f3 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2003-12-01 Arnaud Charlet + + * 5wsystem.ads: Disable zero cost exception, not ready yet. + 2003-11-29 Ulrich Weigand * Make-lang.in (nmake.ads): Add dependency on ada/nmake.adb