mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-25 16:50:49 +08:00
* 5wsystem.ads: Disable zero cost exception, not ready yet.
From-SVN: r74098
This commit is contained in:
parent
d18c338615
commit
c613599451
@ -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!)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user