]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Document Long_Long_Long_Size parameter for -gnateT
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 13 Sep 2022 17:48:02 +0000 (19:48 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Mon, 26 Sep 2022 09:02:30 +0000 (11:02 +0200)
This was overlooked when the new parameter was created.

gcc/ada/

* doc/gnat_ugn/building_executable_programs_with_gnat.rst
(-gnateT): Document new parameter Long_Long_Long_Size.
* gnat_ugn.texi: Regenerate.

gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst
gcc/ada/gnat_ugn.texi

index f675732aae28f1e0023b1495bf2f549a6e115723..d4bddffac60afa9d242a8cf601d492274d5aa704 100644 (file)
@@ -1719,6 +1719,7 @@ Alphabetical List of All Switches
     Float_Words_BE             : Nat; -- Float words stored big-endian?
     Int_Size                   : Pos; -- Standard.Integer'Size
     Long_Double_Size           : Pos; -- Standard.Long_Long_Float'Size
+    Long_Long_Long_Size        : Pos; -- Standard.Long_Long_Long_Integer'Size
     Long_Long_Size             : Pos; -- Standard.Long_Long_Integer'Size
     Long_Size                  : Pos; -- Standard.Long_Integer'Size
     Maximum_Alignment          : Pos; -- Maximum permitted alignment
@@ -1816,6 +1817,7 @@ Alphabetical List of All Switches
     Float_Words_BE                0
     Int_Size                     64
     Long_Double_Size            128
+    Long_Long_Long_Size         128
     Long_Long_Size               64
     Long_Size                    64
     Maximum_Alignment            16
index d7bcf74e278c5c493c95cc47cced077e81e19a8e..77d239f797c1797a1d32282f1136639fede16cba 100644 (file)
@@ -9220,6 +9220,7 @@ Float_Size                 : Pos; -- Standard.Float'Size
 Float_Words_BE             : Nat; -- Float words stored big-endian?
 Int_Size                   : Pos; -- Standard.Integer'Size
 Long_Double_Size           : Pos; -- Standard.Long_Long_Float'Size
+Long_Long_Long_Size        : Pos; -- Standard.Long_Long_Long_Integer'Size
 Long_Long_Size             : Pos; -- Standard.Long_Long_Integer'Size
 Long_Size                  : Pos; -- Standard.Long_Integer'Size
 Maximum_Alignment          : Pos; -- Maximum permitted alignment
@@ -9307,6 +9308,7 @@ Float_Size                   32
 Float_Words_BE                0
 Int_Size                     64
 Long_Double_Size            128
+Long_Long_Long_Size         128
 Long_Long_Size               64
 Long_Size                    64
 Maximum_Alignment            16
@@ -29317,8 +29319,8 @@ to permit their use in free software.
 
 @printindex ge
 
-@anchor{gnat_ugn/gnat_utility_programs switches-related-to-project-files}@w{                              }
 @anchor{cf}@w{                              }
+@anchor{gnat_ugn/gnat_utility_programs switches-related-to-project-files}@w{                              }
 
 @c %**end of body
 @bye