* 5wsystem.ads: Disable zero cost exception, not ready yet.
authorArnaud Charlet <charlet@act-europe.fr>
Mon, 1 Dec 2003 09:39:57 +0000 (10:39 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 1 Dec 2003 09:39:57 +0000 (10:39 +0100)
From-SVN: r74098

gcc/ada/5wsystem.ads
gcc/ada/ChangeLog

index 4f72f04d0a37b298c2d1d472d7bdf4c1b88aadcf..2a7496a984377acdc86e2f18e9a0446e428bf829 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 := True;
-   GCC_ZCX_Support           : constant Boolean := True;
+   ZCX_By_Default            : constant Boolean := False;
+   GCC_ZCX_Support           : constant Boolean := False;
    Front_End_ZCX_Support     : constant Boolean := False;
 
    --  Obsolete entries, to be removed eventually (bootstrap issues!)
index d014410ac9f9030da0f968cbbf8163f4c260f63d..1d55f66fa1f388ede5906346e21b582c5ec6e123 100644 (file)
@@ -1,3 +1,7 @@
+2003-12-01  Arnaud Charlet  <charlet@act-europe.fr>
+
+       * 5wsystem.ads: Disable zero cost exception, not ready yet.
+
 2003-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * Make-lang.in (nmake.ads): Add dependency on ada/nmake.adb