aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Wohlferd <dw@LimeGreenSocks.com>2014-07-19 11:04:39 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2014-07-19 11:04:39 +0000
commita9bc2242f03d785e73e701af4f0dd2a0dd4bfeda (patch)
treea47df6abe08ca8cb7a005a2e163a1dc5a1a221f8 /gcc
parentc6d27333f81c40ab898af772035f169815c8d3bd (diff)
downloadgcc-a9bc2242f03d785e73e701af4f0dd2a0dd4bfeda.zip
gcc-a9bc2242f03d785e73e701af4f0dd2a0dd4bfeda.tar.gz
gcc-a9bc2242f03d785e73e701af4f0dd2a0dd4bfeda.tar.bz2
* gnat_rm.texi: Clean up for makeinfo 5.2.
From-SVN: r212845
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/ChangeLog4
-rw-r--r--gcc/ada/gnat_rm.texi60
2 files changed, 34 insertions, 30 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index e9413d4..613d2db 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,5 +1,9 @@
2014-07-19 David Wohlferd <dw@LimeGreenSocks.com>
+ * gnat_rm.texi: Clean up for makeinfo 5.2.
+
+2014-07-19 David Wohlferd <dw@LimeGreenSocks.com>
+
* gnat_rm.texi (Machine Code Insertions): Clean up.
2014-07-18 Robert Dewar <dewar@adacore.com>
diff --git a/gcc/ada/gnat_rm.texi b/gcc/ada/gnat_rm.texi
index 00e6734..b1bcfb7 100644
--- a/gcc/ada/gnat_rm.texi
+++ b/gcc/ada/gnat_rm.texi
@@ -85,8 +85,9 @@ AdaCore
* Implementation of Ada 2012 Features::
* Obsolescent Features::
* GNU Free Documentation License::
-* Index::
+* Index:Concept Index.
+@detailmenu
--- The Detailed Node Listing ---
About This Guide
@@ -111,10 +112,10 @@ Implementation Defined Pragmas
* Pragma Assertion_Policy::
* Pragma Assume::
* Pragma Assume_No_Invalid_Values::
+* Pragma Ast_Entry::
* Pragma Async_Readers::
* Pragma Async_Writers::
* Pragma Attribute_Definition::
-* Pragma Ast_Entry::
* Pragma C_Pass_By_Copy::
* Pragma Check::
* Pragma Check_Float_Overflow::
@@ -697,6 +698,7 @@ Obsolescent Features
GNU Free Documentation License
Index
+@end detailmenu
@end menu
@end ifnottex
@@ -959,10 +961,10 @@ consideration, the use of these pragmas should be minimized.
* Pragma Assertion_Policy::
* Pragma Assume::
* Pragma Assume_No_Invalid_Values::
+* Pragma Ast_Entry::
* Pragma Async_Readers::
* Pragma Async_Writers::
* Pragma Attribute_Definition::
-* Pragma Ast_Entry::
* Pragma C_Pass_By_Copy::
* Pragma Check::
* Pragma Check_Float_Overflow::
@@ -19242,19 +19244,6 @@ C @code{timeval} format.
@cindex Time
@cindex @code{GNAT.Calendar.Time_IO} (@file{g-catiio.ads})
-@node GNAT.CRC32 (g-crc32.ads)
-@section @code{GNAT.CRC32} (@file{g-crc32.ads})
-@cindex @code{GNAT.CRC32} (@file{g-crc32.ads})
-@cindex CRC32
-@cindex Cyclic Redundancy Check
-
-@noindent
-This package implements the CRC-32 algorithm. For a full description
-of this algorithm see
-``Computation of Cyclic Redundancy Checks via Table Look-Up'',
-@cite{Communications of the ACM}, Vol.@: 31 No.@: 8, pp.@: 1008-1013,
-Aug.@: 1988. Sarwate, D.V@.
-
@node GNAT.Case_Util (g-casuti.ads)
@section @code{GNAT.Case_Util} (@file{g-casuti.ads})
@cindex @code{GNAT.Case_Util} (@file{g-casuti.ads})
@@ -19329,6 +19318,19 @@ of a partition).
@noindent
Provides a simple interface to handle Ctrl-C keyboard events.
+@node GNAT.CRC32 (g-crc32.ads)
+@section @code{GNAT.CRC32} (@file{g-crc32.ads})
+@cindex @code{GNAT.CRC32} (@file{g-crc32.ads})
+@cindex CRC32
+@cindex Cyclic Redundancy Check
+
+@noindent
+This package implements the CRC-32 algorithm. For a full description
+of this algorithm see
+``Computation of Cyclic Redundancy Checks via Table Look-Up'',
+@cite{Communications of the ACM}, Vol.@: 31 No.@: 8, pp.@: 1008-1013,
+Aug.@: 1988. Sarwate, D.V@.
+
@node GNAT.Current_Exception (g-curexc.ads)
@section @code{GNAT.Current_Exception} (@file{g-curexc.ads})
@cindex @code{GNAT.Current_Exception} (@file{g-curexc.ads})
@@ -19985,17 +19987,6 @@ A very simple facility for locking and unlocking sections of code using a
single global task lock. Appropriate for use in situations where contention
between tasks is very rarely expected.
-@node GNAT.Time_Stamp (g-timsta.ads)
-@section @code{GNAT.Time_Stamp} (@file{g-timsta.ads})
-@cindex @code{GNAT.Time_Stamp} (@file{g-timsta.ads})
-@cindex Time stamp
-@cindex Current time
-
-@noindent
-Provides a simple function that returns a string YYYY-MM-DD HH:MM:SS.SS that
-represents the current date and time in ISO 8601 format. This is a very simple
-routine with minimal code and there are no dependencies on any other unit.
-
@node GNAT.Threads (g-thread.ads)
@section @code{GNAT.Threads} (@file{g-thread.ads})
@cindex @code{GNAT.Threads} (@file{g-thread.ads})
@@ -20008,6 +19999,17 @@ by the GNAT run-time system. Consult the documentation of this package for
further details if your program has threads that are created by a non-Ada
environment which then accesses Ada code.
+@node GNAT.Time_Stamp (g-timsta.ads)
+@section @code{GNAT.Time_Stamp} (@file{g-timsta.ads})
+@cindex @code{GNAT.Time_Stamp} (@file{g-timsta.ads})
+@cindex Time stamp
+@cindex Current time
+
+@noindent
+Provides a simple function that returns a string YYYY-MM-DD HH:MM:SS.SS that
+represents the current date and time in ISO 8601 format. This is a very simple
+routine with minimal code and there are no dependencies on any other unit.
+
@node GNAT.Traceback (g-traceb.ads)
@section @code{GNAT.Traceback} (@file{g-traceb.ads})
@cindex @code{GNAT.Traceback} (@file{g-traceb.ads})
@@ -22902,7 +22904,7 @@ standard replacement for GNAT's @code{Task_Info} functionality.
@include fdl.texi
@c GNU Free Documentation License
-@node Index,,GNU Free Documentation License, Top
+@node Concept Index
@unnumbered Index
@printindex cp
@@ -22910,5 +22912,3 @@ standard replacement for GNAT's @code{Task_Info} functionality.
@contents
@bye
-tablishes the following set of restrictions:
-Pragma Shared