aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/libgnat/s-parame__ae653.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/libgnat/s-parame__ae653.ads')
-rw-r--r--gcc/ada/libgnat/s-parame__ae653.ads8
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ada/libgnat/s-parame__ae653.ads b/gcc/ada/libgnat/s-parame__ae653.ads
index f838b41..a3e2351 100644
--- a/gcc/ada/libgnat/s-parame__ae653.ads
+++ b/gcc/ada/libgnat/s-parame__ae653.ads
@@ -104,8 +104,12 @@ package System.Parameters is
-- Characteristics of time_t type --
------------------------------------
- time_t_bits : constant := Long_Integer'Size;
- -- Number of bits in type time_t
+ -- IMPORTANT NOTE:
+ -- time_t_bits must match the size specified in the VSB.
+
+ time_t_bits : constant := Long_Long_Integer'Size;
+ -- Number of bits in type time_t for SR0660 and newer,
+ -- with the default configuration of the VSB.
----------------------------------------------
-- Characteristics of types in Interfaces.C --