system-linux-ppc.ads: Set ZCX_By_Default and GCC_ZCX_Support to True.
authorToon Moene <toon@moene.indiv.nluug.nl>
Tue, 18 Jan 2005 21:37:25 +0000 (22:37 +0100)
committerToon Moene <toon@gcc.gnu.org>
Tue, 18 Jan 2005 21:37:25 +0000 (21:37 +0000)
2005-01-18  Toon Moene  <toon@moene.indiv.nluug.nl>

* system-linux-ppc.ads: Set ZCX_By_Default and GCC_ZCX_Support
to True.

From-SVN: r93853

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

index 09031a0d4d0db9da0959e7baaa83a07359879ef6..1ad4753e2527d6cd70d10b1928ec681d5f3e6c16 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-18  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * system-linux-ppc.ads: Set ZCX_By_Default and GCC_ZCX_Support
+       to True.
+
 2005-01-18  Richard Henderson  <rth@redhat.com>
 
        * Makefile.in (LIBGNAT_TARGET_PAIRS, TOOLS_TARGET_PAIRS, MISCLIB,
index abffe5df7eb2f94f50133e2a297eb6f0d3aa8ac2..f1b7bfa9cb6e47986282c668da7e0664b0f72736 100644 (file)
@@ -139,8 +139,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!)