* 5wsystem.ads: Disable zero cost exception, not ready yet.

From-SVN: r74098
This commit is contained in:
Arnaud Charlet 2003-12-01 10:39:57 +01:00 committed by Arnaud Charlet
parent d18c338615
commit c613599451
2 changed files with 6 additions and 2 deletions

View 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!)

View 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