OSDN Git Service

* 5wsystem.ads: Disable zero cost exception, not ready yet.
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Dec 2003 09:39:57 +0000 (09:39 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Dec 2003 09:39:57 +0000 (09:39 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74098 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 4f72f04..2a7496a 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 d014410..1d55f66 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