Commit a0ad148f by Jakub Jelinek Committed by Jakub Jelinek

re PR bootstrap/56258 (Please upgrade doc/*.texi to the latest texinfo package(s))

	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: r196196
parent 7bcc6e75
2013-02-21 Jakub Jelinek <jakub@redhat.com> 2013-02-21 Jakub Jelinek <jakub@redhat.com>
PR bootstrap/56258
* doc/invoke.texi (-fdump-rtl-pro_and_epilogue): Use @item
instead of @itemx.
PR inline-asm/56405 PR inline-asm/56405
* expr.c (expand_expr_real_1) <case TARGET_MEM_REF, MEM_REF>: Don't * expr.c (expand_expr_real_1) <case TARGET_MEM_REF, MEM_REF>: Don't
use movmisalign or extract_bit_field for EXPAND_MEMORY modifier. use movmisalign or extract_bit_field for EXPAND_MEMORY modifier.
......
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-14 Rainer Emrich <rainer@emrich-ebersheim.de> 2013-02-14 Rainer Emrich <rainer@emrich-ebersheim.de>
PR target/52123 PR target/52123
......
...@@ -42,7 +42,7 @@ Texts. A copy of the license is included in the section entitled ...@@ -42,7 +42,7 @@ Texts. A copy of the license is included in the section entitled
@titlepage @titlepage
@titlefont{GNAT Coding Style:} @titlefont{GNAT Coding Style:}
@sp 1 @sp 1
@title @hfill A Guide for GNAT Developers @title A Guide for GNAT Developers
@subtitle GNAT, The GNU Ada Compiler @subtitle GNAT, The GNU Ada Compiler
@versionsubtitle @versionsubtitle
@author Ada Core Technologies, Inc. @author Ada Core Technologies, Inc.
......
...@@ -48,8 +48,7 @@ project files allow you to specify: ...@@ -48,8 +48,7 @@ project files allow you to specify:
@item Source file naming conventions; you can specify these either globally or for @item Source file naming conventions; you can specify these either globally or for
individual compilation units (@pxref{Naming Schemes}). individual compilation units (@pxref{Naming Schemes}).
@item Change any of the above settings depending on external values, thus enabling @item Change any of the above settings depending on external values, thus enabling
the reuse of the projects in various @b{scenarios} (@pxref{Scenarios the reuse of the projects in various @b{scenarios} (@pxref{Scenarios in Projects}).
in Projects}).
@item Automatically build libraries as part of the build process @item Automatically build libraries as part of the build process
(@pxref{Library Projects}). (@pxref{Library Projects}).
...@@ -360,8 +359,8 @@ locating the specified source files in the specified source directories. ...@@ -360,8 +359,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 @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 sources (most of the time because the attributes defined in the project
file will be reused in other projects, as explained in @pxref{Organizing file will be reused in other projects, as explained in
Projects into Subsystems}. To do this, the attribute @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_Files} is set to the empty list, i.e. @code{()}. Alternatively,
@emph{Source_Dirs} can be set to the empty list, with the same @emph{Source_Dirs} can be set to the empty list, with the same
result. result.
...@@ -388,8 +387,9 @@ locating the specified source files in the specified source directories. ...@@ -388,8 +387,9 @@ locating the specified source files in the specified source directories.
This can be done thanks to the attribute @b{Excluded_Source_Files} This can be done thanks to the attribute @b{Excluded_Source_Files}
(or its synonym @b{Locally_Removed_Files}). (or its synonym @b{Locally_Removed_Files}).
Its value is the list of file names that should not be taken into account. 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 This attribute is often used when extending a project,
Extension}. A similar attribute @b{Excluded_Source_List_File} plays the same @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 role but takes the name of file containing file names similarly to
@code{Source_List_File}. @code{Source_List_File}.
......
...@@ -5612,7 +5612,7 @@ Dump after the peephole pass. ...@@ -5612,7 +5612,7 @@ Dump after the peephole pass.
@opindex fdump-rtl-postreload @opindex fdump-rtl-postreload
Dump after post-reload optimizations. Dump after post-reload optimizations.
@itemx -fdump-rtl-pro_and_epilogue @item -fdump-rtl-pro_and_epilogue
@opindex fdump-rtl-pro_and_epilogue @opindex fdump-rtl-pro_and_epilogue
Dump after generating the function prologues and epilogues. Dump after generating the function prologues and epilogues.
......
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.
2013-01-03 Jakub Jelinek <jakub@redhat.com> 2013-01-03 Jakub Jelinek <jakub@redhat.com>
* gnu/java/rmi/registry/RegistryImpl.java (version): Update * gnu/java/rmi/registry/RegistryImpl.java (version): Update
......
...@@ -2025,7 +2025,7 @@ Doclet, grouped by type. Explanations are in the following sections. ...@@ -2025,7 +2025,7 @@ Doclet, grouped by type. Explanations are in the following sections.
@item Virtual Machine Options @item Virtual Machine Options
@xref{Virtual Machine Options,,Options Controlling Gjdoc Behavior}. @xref{Virtual Machine Options,,Options Controlling Gjdoc Behavior}.
@gccoptlist{-classpath} @gccoptlist{-bootclasspath} @gccoptlist{-J}@var{vmopt} @gccoptlist{-classpath -bootclasspath -J @var{vmopt}}
@end table @end table
......
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