]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Fix inconsistent comment for fixed-point Value attribute implementation
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 25 Mar 2025 17:35:10 +0000 (18:35 +0100)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Tue, 10 Jun 2025 07:32:06 +0000 (09:32 +0200)
The comment incorrectly mentions decimal fixed point.

gcc/ada/ChangeLog:

* libgnat/s-vafi32.ads: Fix head description.
* libgnat/s-vafi64.ads: Likewise.
* libgnat/s-vafi128.ads: Likewise.

gcc/ada/libgnat/s-vafi128.ads
gcc/ada/libgnat/s-vafi32.ads
gcc/ada/libgnat/s-vafi64.ads

index 7518c6c348ad442402c8f7b3985033832f972fcd..d75857acedab8a02c49de7dfef7f9ef080df4a8f 100644 (file)
@@ -29,9 +29,9 @@
 --                                                                          --
 ------------------------------------------------------------------------------
 
---  This package contains routines for scanning values for ordinary fixed point
---  types up to 128-bit small and mantissa, for use in Text_IO.Decimal_IO, and
---  the Value attribute for such decimal types.
+--  This package contains the routines for supporting the Value attribute for
+--  ordinary fixed point types up to 128-bit small and mantissa, and also for
+--  conversion operations required in Text_IO.Fixed_IO for such types.
 
 with Interfaces;
 with System.Arith_128;
index e3ad5c2b46ab0152f24a7f7d6aa368bf44e6992b..7ed22c6ecbeb9992e44e53d5832215a060c39670 100644 (file)
@@ -29,9 +29,9 @@
 --                                                                          --
 ------------------------------------------------------------------------------
 
---  This package contains routines for scanning values for decimal fixed point
---  types up to 32-bit small and mantissa, for use in Text_IO.Decimal_IO, and
---  the Value attribute for such decimal types.
+--  This package contains the routines for supporting the Value attribute for
+--  ordinary fixed point types up to 32-bit small and mantissa, and also for
+--  conversion operations required in Text_IO.Fixed_IO for such types.
 
 with Interfaces;
 with System.Arith_32;
index 4d86939a90eff63636d8719ad3b6325e2479dfdb..43197bb34ce8ce301ead92adbcc2b3424dbdca43 100644 (file)
@@ -29,9 +29,9 @@
 --                                                                          --
 ------------------------------------------------------------------------------
 
---  This package contains routines for scanning values for decimal fixed point
---  types up to 64-bit small and mantissa, for use in Text_IO.Decimal_IO, and
---  the Value attribute for such decimal types.
+--  This package contains the routines for supporting the Value attribute for
+--  ordinary fixed point types up to 64-bit small and mantissa, and also for
+--  conversion operations required in Text_IO.Fixed_IO for such types.
 
 with Interfaces;
 with System.Arith_64;