https://gcc.gnu.org/g:06bc21f49d9a11b2b53108c95d9c991e51f3a785
commit r15-6593-g06bc21f49d9a11b2b53108c95d9c991e51f3a785 Author: Bob Duff <d...@adacore.com> Date: Fri Dec 13 08:58:08 2024 -0500 ada: Fix incorrect RM reference in s-imagef.adb gcc/ada/ChangeLog: * libgnat/s-imagef.adb (Set_Image_Integer): Change "RM A.3.10" to be "RM A.10.9". Diff: --- gcc/ada/libgnat/s-imagef.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/libgnat/s-imagef.adb b/gcc/ada/libgnat/s-imagef.adb index 56992064fb19..06cbed11369d 100644 --- a/gcc/ada/libgnat/s-imagef.adb +++ b/gcc/ada/libgnat/s-imagef.adb @@ -115,7 +115,7 @@ package body System.Image_F is -- Q * 10**(-D) -- This value can be written to the output file or to the result string - -- according to the format described in RM A.3.10. The details of this + -- according to the format described in RM A.10.9. The details of this -- operation are omitted here. -- A 64-bit value can represent all integers with 18 decimal digits, but