From: schwab Date: Fri, 21 Nov 2003 15:25:00 +0000 (+0000) Subject: * 55system.ads: Set ZCX_By_Default and GCC_ZCX_Support to True. X-Git-Tag: upstream/4.9.2~75186 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c12b3a6556f9f14dfead69c49adce7f7088008a2;p=platform%2Fupstream%2Flinaro-gcc.git * 55system.ads: Set ZCX_By_Default and GCC_ZCX_Support to True. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73809 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ada/55system.ads b/gcc/ada/55system.ads index 65bcc0e..72c51b0 100644 --- a/gcc/ada/55system.ads +++ b/gcc/ada/55system.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 := False; - GCC_ZCX_Support : constant Boolean := False; + ZCX_By_Default : constant Boolean := True; + GCC_ZCX_Support : constant Boolean := True; 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 73e6966..3d91110 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2003-11-21 Andreas Schwab + + * 55system.ads: Set ZCX_By_Default and GCC_ZCX_Support to True. + 2003-11-21 Vasiliy Fofanov * 5wsystem.ads: Enable zero cost exception.