diff options
Diffstat (limited to 'gcc/ada/targparm.ads')
-rw-r--r-- | gcc/ada/targparm.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/targparm.ads b/gcc/ada/targparm.ads index b29f506be75..38dd2266840 100644 --- a/gcc/ada/targparm.ads +++ b/gcc/ada/targparm.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1999-2005 Free Software Foundation, Inc. -- +-- Copyright (C) 1999-2005, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -295,7 +295,7 @@ package Targparm is -- this variable is True, then GCC ZCX is used. GCC_ZCX_Support_On_Target : Boolean := False; - -- Indicates that the target supports GCC Exceptions. + -- Indicates that the target supports GCC Exceptions ------------------------------------ -- Run-Time Library Configuration -- @@ -523,7 +523,7 @@ package Targparm is -- Set to True for targets where S'Machine_Overflows is True Signed_Zeros_On_Target : Boolean := True; - -- Set to False on targets that do not reliably support signed zeros. + -- Set to False on targets that do not reliably support signed zeros ------------------------------------------- -- Boolean-Valued Fixed-Point Attributes -- |