Commit 7b3a8d34 by Pierre-Marie de Rodat Committed by Pierre-Marie de Rodat

[Ada] Fix formatting issues in the gnat_ugn documentation

2019-07-01  Pierre-Marie de Rodat  <derodat@adacore.com>

gcc/ada/

	* doc/gnat_ugn/building_executable_programs_with_gnat.rst: Fix
	formatting issues in the -gnatR section.
	* gnat_ugn.texi: Regenerate.

From-SVN: r272853
parent 2330bb91
2019-07-01 Pierre-Marie de Rodat <derodat@adacore.com>
* doc/gnat_ugn/building_executable_programs_with_gnat.rst: Fix
formatting issues in the -gnatR section.
* gnat_ugn.texi: Regenerate.
2019-06-30 Iain Sandoe <iain@sandoe.co.uk>
* gnatlink.adb (Link_Step): Remove duplicate -static-libgcc switches.
......
......@@ -5889,8 +5889,8 @@ Debugging Control
compiler sources.
If the switch is followed by an ``s`` (e.g., :switch:`-gnatR3s`), then
the output is to a file with the name :file:`file.rep` where file is
the name of the corresponding source file, except if `j`` is also
the output is to a file with the name :file:`file.rep` where ``file`` is
the name of the corresponding source file, except if ``j`` is also
specified, in which case the file name is :file:`file.json`.
Note that it is possible for record components to have zero size. In
......
......@@ -21,7 +21,7 @@
@copying
@quotation
GNAT User's Guide for Native Platforms , Dec 05, 2018
GNAT User's Guide for Native Platforms , Jun 21, 2019
AdaCore
......@@ -15143,8 +15143,8 @@ available in the specification of the Repinfo unit present in the
compiler sources.
If the switch is followed by an @code{s} (e.g., @code{-gnatR3s}), then
the output is to a file with the name @code{file.rep} where file is
the name of the corresponding source file, except if @cite{j`} is also
the output is to a file with the name @code{file.rep} where @code{file} is
the name of the corresponding source file, except if @code{j} is also
specified, in which case the file name is @code{file.json}.
Note that it is possible for record components to have zero size. In
......@@ -23556,15 +23556,15 @@ the set of handlers
Most programs should experience a substantial speed improvement by
being compiled with a ZCX run-time.
This is especially true for
tasking applications or applications with many exception handlers.@}
tasking applications or applications with many exception handlers.
Note however that the ZCX run-time does not support asynchronous abort
of tasks (@code{abort} and @code{select-then-abort} constructs) and will instead
implement abort by polling points in the runtime. You can also add additional
polling points explicitly if needed in your application via @code{pragma
Abort_Defer}.
This section summarizes which combinations of threads and exception support
are supplied on various GNAT platforms.
It then shows how to select a particular library either
permanently or temporarily,
explains the properties of (and tradeoffs among) the various threads
libraries, and provides some additional
information about several specific platforms.
@menu
* Summary of Run-Time Configurations::
......
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