]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Fix the level of the LLVM chapter in the User's Guide
authorSebastian Poeplau <poeplau@adacore.com>
Wed, 20 Nov 2024 11:28:25 +0000 (12:28 +0100)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Thu, 12 Dec 2024 09:57:59 +0000 (10:57 +0100)
gcc/ada/ChangeLog:

* doc/gnat_ugn/building_executable_programs_with_gnat.rst: Move
the LLVM chapter one level up.
* gnat_ugn.texi: Regenerate.

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

index 7870d8d7c57188e1e604c3d16de97dd505e1d930..48e47eb83368f8f44b69d23861336468125174b4 100644 (file)
@@ -8023,7 +8023,7 @@ replace colons with semicolons in the assignments to these variables.
 .. _GNATLLVM:
 
 GNAT with the LLVM Back End
----------------------------
+===========================
 
 This section outlines the usage of the GNAT compiler with the LLVM
 back end and highlights its key limitations. Certain GNAT versions,
index c856dddba909d7a488c34427e21a1d2c87040320..662fe1c164258285c9b310168cb224375563f13e 100644 (file)
@@ -239,6 +239,7 @@ Building Executable Programs with GNAT
 * Binding with gnatbind:: 
 * Linking with gnatlink:: 
 * Using the GNU make Utility:: 
+* GNAT with the LLVM Back End:: 
 
 Building with gnatmake
 
@@ -307,7 +308,6 @@ Using the GNU make Utility
 * Automatically Creating a List of Directories:: 
 * Generating the Command Line Switches:: 
 * Overcoming Command Line Length Limits:: 
-* GNAT with the LLVM Back End:: 
 
 GNAT Utility Programs
 
@@ -7060,6 +7060,7 @@ in a GNAT context (see @ref{71,,Using the GNU make Utility}).
 * Binding with gnatbind:: 
 * Linking with gnatlink:: 
 * Using the GNU make Utility:: 
+* GNAT with the LLVM Back End:: 
 
 @end menu
 
@@ -17255,7 +17256,7 @@ may be useful to control the exact invocation by using the verbose
 switch.
 @end table
 
-@node Using the GNU make Utility,,Linking with gnatlink,Building Executable Programs with GNAT
+@node Using the GNU make Utility,GNAT with the LLVM Back End,Linking with gnatlink,Building Executable Programs with GNAT
 @anchor{gnat_ugn/building_executable_programs_with_gnat id48}@anchor{12f}@anchor{gnat_ugn/building_executable_programs_with_gnat using-the-gnu-make-utility}@anchor{71}
 @section Using the GNU @code{make} Utility
 
@@ -17277,7 +17278,6 @@ is the same, these examples use some advanced features found only in
 * Automatically Creating a List of Directories:: 
 * Generating the Command Line Switches:: 
 * Overcoming Command Line Length Limits:: 
-* GNAT with the LLVM Back End:: 
 
 @end menu
 
@@ -17479,7 +17479,7 @@ all:
         gnatmake $@{GNATMAKE_SWITCHES@} main_unit
 @end example
 
-@node Overcoming Command Line Length Limits,GNAT with the LLVM Back End,Generating the Command Line Switches,Using the GNU make Utility
+@node Overcoming Command Line Length Limits,,Generating the Command Line Switches,Using the GNU make Utility
 @anchor{gnat_ugn/building_executable_programs_with_gnat id52}@anchor{136}@anchor{gnat_ugn/building_executable_programs_with_gnat overcoming-command-line-length-limits}@anchor{137}
 @subsection Overcoming Command Line Length Limits
 
@@ -17537,9 +17537,9 @@ all:
         gnatmake main_unit
 @end example
 
-@node GNAT with the LLVM Back End,,Overcoming Command Line Length Limits,Using the GNU make Utility
+@node GNAT with the LLVM Back End,,Using the GNU make Utility,Building Executable Programs with GNAT
 @anchor{gnat_ugn/building_executable_programs_with_gnat gnat-with-the-llvm-back-end}@anchor{138}@anchor{gnat_ugn/building_executable_programs_with_gnat gnatllvm}@anchor{7}
-@subsection GNAT with the LLVM Back End
+@section GNAT with the LLVM Back End
 
 
 This section outlines the usage of the GNAT compiler with the LLVM