* 55system.ads: Set ZCX_By_Default and GCC_ZCX_Support to True.

From-SVN: r73809
This commit is contained in:
Andreas Schwab 2003-11-21 15:25:00 +00:00 committed by Andreas Schwab
parent 4716418ffe
commit e9f85cd60b
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 := 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!)

View File

@ -1,3 +1,7 @@
2003-11-21 Andreas Schwab <schwab@suse.de>
* 55system.ads: Set ZCX_By_Default and GCC_ZCX_Support to True.
2003-11-21 Vasiliy Fofanov <fofanov@act-europe.fr>
* 5wsystem.ads: Enable zero cost exception.