OSDN Git Service

2005-01-18 Toon Moene <toon@moene.indiv.nluug.nl>
authortoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jan 2005 21:37:25 +0000 (21:37 +0000)
committertoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jan 2005 21:37:25 +0000 (21:37 +0000)
* system-linux-ppc.ads: Set ZCX_By_Default and GCC_ZCX_Support
to True.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93853 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 09031a0..1ad4753 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 abffe5d..f1b7bfa 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!)