diff options
Diffstat (limited to 'gcc/ada/targparm.ads')
-rw-r--r-- | gcc/ada/targparm.ads | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/ada/targparm.ads b/gcc/ada/targparm.ads index 60b2367..5195a39f 100644 --- a/gcc/ada/targparm.ads +++ b/gcc/ada/targparm.ads @@ -544,16 +544,6 @@ package Targparm is -- WARNING: There is a matching C declaration of this variable in fe.h - ------------------------------------------- - -- Boolean-Valued Fixed-Point Attributes -- - ------------------------------------------- - - Fractional_Fixed_Ops_On_Target : Boolean := False; - -- Set to True for targets that support fixed-by-fixed multiplication - -- and division for fixed-point types with a small value equal to - -- 2 ** (-(T'Object_Size - 1)) and whose values have an absolute - -- value less than 1.0. - ----------------- -- Subprograms -- ----------------- |