public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-4001] [Ada] Switch to SR0660
@ 2021-10-01  6:14 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2021-10-01  6:14 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2e0782a9fab99f32f08b9dc3d8167360425ecb95

commit r12-4001-g2e0782a9fab99f32f08b9dc3d8167360425ecb95
Author: Doug Rupp <rupp@adacore.com>
Date:   Mon Jul 26 13:07:30 2021 -0700

    [Ada] Switch to SR0660
    
    gcc/ada/
    
            * libgnat/s-parame__vxworks.ads (time_t_bits): Change to
            Long_Long_Integer'Size.

Diff:
---
 gcc/ada/libgnat/s-parame__vxworks.ads | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/ada/libgnat/s-parame__vxworks.ads b/gcc/ada/libgnat/s-parame__vxworks.ads
index 11b408b660e..b22d8586f77 100644
--- a/gcc/ada/libgnat/s-parame__vxworks.ads
+++ b/gcc/ada/libgnat/s-parame__vxworks.ads
@@ -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.
 
    ----------------------------------------------


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-01  6:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-01  6:14 [gcc r12-4001] [Ada] Switch to SR0660 Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).