]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Ada] Switch to SR0660
authorDoug Rupp <rupp@adacore.com>
Mon, 26 Jul 2021 20:07:30 +0000 (13:07 -0700)
committerPierre-Marie de Rodat <derodat@adacore.com>
Fri, 1 Oct 2021 06:13:34 +0000 (06:13 +0000)
gcc/ada/

* libgnat/s-parame__vxworks.ads (time_t_bits): Change to
Long_Long_Integer'Size.

gcc/ada/libgnat/s-parame__vxworks.ads

index 11b408b660e52f224e55ba58f6876fa73c890a09..b22d8586f77404edd6936c53125a6a6768193534 100644 (file)
@@ -108,11 +108,11 @@ package System.Parameters is
    --  Select the appropriate time_t_bits for the VSB in use, then rebuild
    --  the runtime using instructions in adainclude/libada.gpr.
 
-   time_t_bits : constant := Long_Integer'Size;
+   --  time_t_bits : constant := Long_Integer'Size;
    --  Number of bits in type time_t for SR0650 and before and SR0660 with
    --  non-default configuration.
 
-   --  time_t_bits : constant := Long_Long_Integer'Size;
+   time_t_bits : constant := Long_Long_Integer'Size;
    --  Number of bits in type time_t for SR0660 with default configuration.
 
    ----------------------------------------------