diff options
Diffstat (limited to 'gcc/ada/system.ads')
-rw-r--r-- | gcc/ada/system.ads | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/system.ads b/gcc/ada/system.ads index bab3bd76e85..c35ee7cab27 100644 --- a/gcc/ada/system.ads +++ b/gcc/ada/system.ads @@ -7,7 +7,7 @@ -- S p e c -- -- (Compiler Version) -- -- -- --- Copyright (C) 1992-2015, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2017, Free Software Foundation, Inc. -- -- -- -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. The copyright notice above, and the license provisions that follow -- @@ -163,8 +163,8 @@ private Always_Compatible_Rep : constant Boolean := True; Suppress_Standard_Library : constant Boolean := False; Use_Ada_Main_Program_Name : constant Boolean := False; - Frontend_Exceptions : constant Boolean := True; - ZCX_By_Default : constant Boolean := False; + Frontend_Exceptions : constant Boolean := False; + ZCX_By_Default : constant Boolean := True; -- Obsolete entries, to be removed eventually (bootstrap issues) @@ -173,6 +173,6 @@ private Long_Shifts_Inlined : constant Boolean := True; Functions_Return_By_DSP : constant Boolean := False; Support_64_Bit_Divides : constant Boolean := True; - GCC_ZCX_Support : constant Boolean := False; + GCC_ZCX_Support : constant Boolean := True; end System; |