aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/ada/back_end.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/ada/back_end.ads')
-rw-r--r--gcc-4.8/gcc/ada/back_end.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc-4.8/gcc/ada/back_end.ads b/gcc-4.8/gcc/ada/back_end.ads
index bfa2eb5b4..9d92ce39c 100644
--- a/gcc-4.8/gcc/ada/back_end.ads
+++ b/gcc-4.8/gcc/ada/back_end.ads
@@ -55,6 +55,7 @@ package Back_End is
Complex : Boolean; -- True iff type has real and imaginary parts
Count : Natural; -- Number of elements in vector, 0 otherwise
Float_Rep : Float_Rep_Kind; -- Representation used for fpt type
+ Precision : Positive; -- Precision of representation in bits
Size : Positive; -- Size of representation in bits
Alignment : Natural); -- Required alignment in bits
pragma Convention (C, Register_Type_Proc);