Commit 5194d582 by Arnaud Charlet

Regenerate.

From-SVN: r252057
parent 22dbb9f2
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
@copying @copying
@quotation @quotation
GNAT User's Guide for Native Platforms , Sep 11, 2017 GNAT User's Guide for Native Platforms , Sep 13, 2017
AdaCore AdaCore
...@@ -16560,9 +16560,6 @@ with a correct list of object files and library references. ...@@ -16560,9 +16560,6 @@ with a correct list of object files and library references.
references for the Ada part of a program. It uses the binder file references for the Ada part of a program. It uses the binder file
generated by the @code{gnatbind} to determine this list. generated by the @code{gnatbind} to determine this list.
Note: to invoke @cite{gnatlink} with a project file, use the @cite{gnat}
driver (see The_GNAT_Driver_and_Project_Files).
@menu @menu
* Running gnatlink:: * Running gnatlink::
* Switches for gnatlink:: * Switches for gnatlink::
...@@ -17436,9 +17433,6 @@ units. It gives the relationship between objects, unit names and source ...@@ -17436,9 +17433,6 @@ units. It gives the relationship between objects, unit names and source
files. It can also be used to check the source dependencies of a unit files. It can also be used to check the source dependencies of a unit
as well as various characteristics. as well as various characteristics.
Note: to invoke @cite{gnatls} with a project file, use the @cite{gnat}
driver (see The_GNAT_Driver_and_Project_Files).
@menu @menu
* Running gnatls:: * Running gnatls::
* Switches for gnatls:: * Switches for gnatls::
...@@ -17820,9 +17814,6 @@ To use these tools, you must not compile your application using the ...@@ -17820,9 +17814,6 @@ To use these tools, you must not compile your application using the
(see @ref{1b,,Building with gnatmake}). Otherwise, cross-referencing (see @ref{1b,,Building with gnatmake}). Otherwise, cross-referencing
information will not be generated. information will not be generated.
Note: to invoke @cite{gnatxref} or @cite{gnatfind} with a project file,
use the @cite{gnat} driver (see The_GNAT_Driver_and_Project_Files).
@menu @menu
* gnatxref Switches:: * gnatxref Switches::
* gnatfind Switches:: * gnatfind Switches::
...@@ -23652,26 +23643,24 @@ The default run-time library (when GNAT is installed) is @emph{rts-native}. ...@@ -23652,26 +23643,24 @@ The default run-time library (when GNAT is installed) is @emph{rts-native}.
This default run-time is selected by the means of soft links. This default run-time is selected by the means of soft links.
For example on x86-linux: For example on x86-linux:
@example @c --
-- @c -- $(target-dir)
-- $(target-dir) @c -- |
-- | @c -- +--- adainclude----------+
-- +--- adainclude----------+ @c -- | |
-- | | @c -- +--- adalib-----------+ |
-- +--- adalib-----------+ | @c -- | | |
-- | | | @c -- +--- rts-native | |
-- +--- rts-native | | @c -- | | | |
-- | | | | @c -- | +--- adainclude <---+
-- | +--- adainclude <---+ @c -- | | |
-- | | | @c -- | +--- adalib <----+
-- | +--- adalib <----+ @c -- |
-- | @c -- +--- rts-sjlj
-- +--- rts-sjlj @c -- |
-- | @c -- +--- adainclude
-- +--- adainclude @c -- |
-- | @c -- +--- adalib
-- +--- adalib
@end example
@example @example
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment