* 55system.ads: Set ZCX_By_Default and GCC_ZCX_Support to True.
authorAndreas Schwab <schwab@suse.de>
Fri, 21 Nov 2003 15:25:00 +0000 (15:25 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Fri, 21 Nov 2003 15:25:00 +0000 (15:25 +0000)
From-SVN: r73809

gcc/ada/55system.ads
gcc/ada/ChangeLog

index 65bcc0ebd7fc408036a6dc59c26d469b401d83cf..72c51b0df5223fd262763e5d52c785dec9fad6b3 100644 (file)
@@ -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!)
index 73e69663a39a09ba8439d6d8450e0ab570376dbb..3d9111012fc5b8916de508302503f465c6dafa1a 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-21  Andreas Schwab  <schwab@suse.de>
+
+       * 55system.ads: Set ZCX_By_Default and GCC_ZCX_Support to True.
+
 2003-11-21  Vasiliy Fofanov  <fofanov@act-europe.fr>
 
        * 5wsystem.ads: Enable zero cost exception.