diff options
author | Jose Ruiz <ruiz@adacore.com> | 2024-11-12 12:22:55 +0100 |
---|---|---|
committer | Marc Poulhiès <dkm@gcc.gnu.org> | 2024-11-26 10:49:34 +0100 |
commit | 92e782e7758b068a6399c97f8b8e1972d67b0739 (patch) | |
tree | 7b146ab0b7f7209d3abf5b98695c6b03af6cd0b9 /gcc | |
parent | bd0b9886f17d9dc13de8f533f1239016d1198ea8 (diff) | |
download | gcc-92e782e7758b068a6399c97f8b8e1972d67b0739.zip gcc-92e782e7758b068a6399c97f8b8e1972d67b0739.tar.gz gcc-92e782e7758b068a6399c97f8b8e1972d67b0739.tar.bz2 |
ada: Fix the file documenting the ali format
gcc/ada/ChangeLog:
* doc/gnat_ugn/the_gnat_compilation_model.rst: The format of
the ali file is documented in lib-writ.ads.
* gnat_ugn.texi: Regenerate.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/doc/gnat_ugn/the_gnat_compilation_model.rst | 4 | ||||
-rw-r--r-- | gcc/ada/gnat_ugn.texi | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ada/doc/gnat_ugn/the_gnat_compilation_model.rst b/gcc/ada/doc/gnat_ugn/the_gnat_compilation_model.rst index 4c87b73..64a3631 100644 --- a/gcc/ada/doc/gnat_ugn/the_gnat_compilation_model.rst +++ b/gcc/ada/doc/gnat_ugn/the_gnat_compilation_model.rst @@ -1751,8 +1751,8 @@ The following information is contained in that file: in the unit. Used by some tools to provide cross-reference information. For a full detailed description of the format of the :file:`ALI` file, -see the source of the body of unit ``Lib.Writ``, contained in file -:file:`lib-writ.adb` in the GNAT compiler sources. +see the source of the spec of unit ``Lib.Writ``, contained in file +:file:`lib-writ.ads` in the GNAT compiler sources. .. _Binding_an_Ada_Program: diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 0414a21..a03dc7c 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -19,7 +19,7 @@ @copying @quotation -GNAT User's Guide for Native Platforms , Nov 18, 2024 +GNAT User's Guide for Native Platforms , Nov 26, 2024 AdaCore @@ -3228,8 +3228,8 @@ in the unit. Used by some tools to provide cross-reference information. @end itemize For a full detailed description of the format of the @code{ALI} file, -see the source of the body of unit @code{Lib.Writ}, contained in file -@code{lib-writ.adb} in the GNAT compiler sources. +see the source of the spec of unit @code{Lib.Writ}, contained in file +@code{lib-writ.ads} in the GNAT compiler sources. @node Binding an Ada Program,GNAT and Libraries,The Ada Library Information Files,The GNAT Compilation Model @anchor{gnat_ugn/the_gnat_compilation_model binding-an-ada-program}@anchor{2a}@anchor{gnat_ugn/the_gnat_compilation_model id34}@anchor{68} @@ -29839,8 +29839,8 @@ to permit their use in free software. @printindex ge -@anchor{d2}@w{ } @anchor{gnat_ugn/gnat_utility_programs switches-related-to-project-files}@w{ } +@anchor{d2}@w{ } @c %**end of body @bye |