From: Andreas 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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e9f85cd60b39821f2edfbb2f97fc0f0e9315f3a2;p=gcc.git * 55system.ads: Set ZCX_By_Default and GCC_ZCX_Support to True. From-SVN: r73809 --- diff --git a/gcc/ada/55system.ads b/gcc/ada/55system.ads index 65bcc0ebd7f..72c51b0df52 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 73e69663a39..3d9111012fc 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.