* 55system.ads: Set ZCX_By_Default and GCC_ZCX_Support to True.
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Nov 2003 15:25:00 +0000 (15:25 +0000)
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Nov 2003 15:25:00 +0000 (15:25 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73809 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 65bcc0e..72c51b0 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 73e6966..3d91110 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.