]> gcc.gnu.org Git - gcc.git/commitdiff
[Ada] Fix formatting issues in the gnat_ugn documentation
authorPierre-Marie de Rodat <derodat@adacore.com>
Mon, 1 Jul 2019 13:34:19 +0000 (13:34 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Mon, 1 Jul 2019 13:34:19 +0000 (13:34 +0000)
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

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

index 26e7c62596e3e6007f82a7c06169b235c3287d12..368e120ce2dc8b757eda37712832e7aff77ef3e2 100644 (file)
@@ -1,3 +1,9 @@
+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.
index b5363dada9772580cd2e38fc0d3899b567c21c37..94cbc01faefa21048e4e692fdcd16205e0fa1a1c 100644 (file)
@@ -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
index faf01c6f3c52de38bdf52132355425a6cda68b7e..d09b879963a59754751e526282016010b0246815 100644 (file)
@@ -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:: 
This page took 0.112138 seconds and 5 git commands to generate.