]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR bootstrap/56258 (Please upgrade doc/*.texi to the latest texinfo package(s))
authorJakub Jelinek <jakub@redhat.com>
Thu, 21 Feb 2013 09:56:01 +0000 (10:56 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 21 Feb 2013 09:56:01 +0000 (10:56 +0100)
PR bootstrap/56258
* doc/invoke.texi (-fdump-rtl-pro_and_epilogue): Use @item
instead of @itemx.

* gnat-style.texi (@title): Remove @hfill.
* projects.texi: Avoid line wrapping inside of @pxref or
@xref.

* doc/cp-tools.texinfo (Virtual Machine Options): Use just
one @gccoptlist instead of 3 separate ones.

From-SVN: r196198

gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/gnat-style.texi
gcc/ada/projects.texi
gcc/doc/invoke.texi
libjava/classpath/ChangeLog.gcj
libjava/classpath/doc/cp-tools.texinfo

index 1f2bf229950241184ef8a04d8264f51465801c26..4e4b4db95aa0d1d12a63f836d98531d6f00495bc 100644 (file)
@@ -1,3 +1,9 @@
+2013-02-21  Jakub Jelinek  <jakub@redhat.com>
+
+       PR bootstrap/56258
+       * doc/invoke.texi (-fdump-rtl-pro_and_epilogue): Use @item
+       instead of @itemx.
+
 2013-02-11  Uros Bizjak  <ubizjak@gmail.com>
 
        Backport from mainline
index 47b35cc93de6733aa7c26d5ea2fe69fe83a8e10b..a4a944a76e171739c3722779fc990325ff8974f9 100644 (file)
@@ -1,3 +1,10 @@
+2013-02-21  Jakub Jelinek  <jakub@redhat.com>
+
+       PR bootstrap/56258
+       * gnat-style.texi (@title): Remove @hfill.
+       * projects.texi: Avoid line wrapping inside of @pxref or
+       @xref.
+
 2013-02-07  Simon Wright  <simon@pushface.org>
 
        PR target/50678
index 1e2f365f351ccd5db9f2f7ebf1225c80ae89e5e4..13eb1ed1f5a477f15f1aea4302283801328e3f10 100644 (file)
@@ -42,7 +42,7 @@ Texts.  A copy of the license is included in the section entitled
 @titlepage
 @titlefont{GNAT Coding Style:}
 @sp 1
-@title @hfill A Guide for GNAT Developers
+@title A Guide for GNAT Developers
 @subtitle GNAT, The GNU Ada Compiler
 @versionsubtitle
 @author Ada Core Technologies, Inc.
index 3b05c44d5b3598a24b1af726b2785dab03aa2b44..36c915ffe83f4d0159661f450e1380990bb1e610 100644 (file)
@@ -45,8 +45,7 @@ project files allow you to specify:
 @item Source file naming conventions; you can specify these either globally or for
   individual compilation units (@pxref{Naming Schemes}).
 @item Change any of the above settings depending on external values, thus enabling
-  the reuse of the projects in various @b{scenarios} (@pxref{Scenarios
-  in Projects}).
+  the reuse of the projects in various @b{scenarios} (@pxref{Scenarios in Projects}).
 @item Automatically build libraries as part of the build process
   (@pxref{Library Projects}).
 
@@ -350,8 +349,8 @@ locating the specified source files in the specified source directories.
 
 @item For various reasons, it is sometimes useful to have a project with no
   sources (most of the time because the attributes defined in the project
-  file will be reused in other projects, as explained in @pxref{Organizing
-  Projects into Subsystems}. To do this, the attribute
+  file will be reused in other projects, as explained in
+  @pxref{Organizing Projects into Subsystems}. To do this, the attribute
   @emph{Source_Files} is set to the empty list, i.e. @code{()}. Alternatively,
   @emph{Source_Dirs} can be set to the empty list, with the same
   result.
@@ -378,8 +377,9 @@ locating the specified source files in the specified source directories.
   This can be done thanks to the attribute @b{Excluded_Source_Files}
   (or its synonym @b{Locally_Removed_Files}).
   Its value is the list of file names that should not be taken into account.
-  This attribute is often used when extending a project, @xref{Project
-  Extension}. A similar attribute @b{Excluded_Source_List_File} plays the same
+  This attribute is often used when extending a project,
+  @xref{Project Extension}. A similar attribute
+  @b{Excluded_Source_List_File} plays the same
   role but takes the name of file containing file names similarly to
   @code{Source_List_File}.
 
index de25c58cb13c7f944bc642def047282129e74e3b..7280c9b6459fa6d637ed7d01e074c316fbb27606 100644 (file)
@@ -5192,7 +5192,7 @@ Dump after the peephole pass.
 @opindex fdump-rtl-postreload
 Dump after post-reload optimizations.
 
-@itemx -fdump-rtl-pro_and_epilogue
+@item -fdump-rtl-pro_and_epilogue
 @opindex fdump-rtl-pro_and_epilogue
 Dump after generating the function pro and epilogues.
 
index 2dd8785e789ae980ec42b6f542cb1439be1df23b..2dd49120bb78490e00ef53ad142696f6825c7021 100644 (file)
@@ -1,3 +1,9 @@
+2013-02-21  Jakub Jelinek  <jakub@redhat.com>
+
+       PR bootstrap/56258
+       * doc/cp-tools.texinfo (Virtual Machine Options): Use just
+       one @gccoptlist instead of 3 separate ones.
+
 2012-09-20  Jakub Jelinek  <jakub@redhat.com>
 
        PR other/43620
index f7a2d245e7dd4e6748373cc9238e1a433fab093c..727696248810589ce2d202b36bbc7bbf36c8c3e0 100644 (file)
@@ -2022,7 +2022,7 @@ Doclet, grouped by type.  Explanations are in the following sections.
 
 @item Virtual Machine Options
 @xref{Virtual Machine Options,,Options Controlling Gjdoc Behavior}.
-@gccoptlist{-classpath}  @gccoptlist{-bootclasspath}  @gccoptlist{-J}@var{vmopt}
+@gccoptlist{-classpath  -bootclasspath  -J @var{vmopt}}
 
 @end table