system-darwin-ppc.ads (ZCX_By_Default): Change to True.
authorAndrew Pinski <pinskia@physics.uc.edu>
Fri, 14 Jan 2005 15:12:29 +0000 (15:12 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 14 Jan 2005 15:12:29 +0000 (07:12 -0800)
2005-01-14  Andrew Pinski  <pinskia@physics.uc.edu>

        * system-darwin-ppc.ads (ZCX_By_Default): Change to True.
        (GCC_ZCX_Support): Likewise.

From-SVN: r93644

gcc/ada/ChangeLog
gcc/ada/system-darwin-ppc.ads

index 9edaeaf58e80d8cd31235f563460f5955cb7269a..666c2c00f2eed4b0dca550533f22a5bb1615061b 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-14  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * system-darwin-ppc.ads (ZCX_By_Default): Change to True.
+       (GCC_ZCX_Support): Likewise.
+
 2005-01-11  Bastian Blank  <waldi@debian.org>
 
        * system-linux-s390.ads: Define Preallocated_Stacks.
index 73cbcd35ac4dfa8a901171e108a6880a31a525dd..e36d80521901b41c9697a2e243a64162c617fecf 100644 (file)
@@ -165,8 +165,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!)