Blame SOURCES/gcc44-texinfo.patch

f28b6a
2013-03-20  Jack Howarth  <howarth@bromo.med.uc.edu>
f28b6a
f28b6a
	PR bootstrap/56258
f28b6a
	* doc/c-tree.texi (POINTER_PLUS_EXPR): Use @item instead of @itemx.
f28b6a
	(PLUS_EXPR): Likewise.
f28b6a
	* doc/cppopts.texi (--help): Likewise.
f28b6a
	* doc/invoke.texi (-fenable-@var{kind}-@var{pass}): Likewise
f28b6a
	(-fdump-rtl-cprop_hardreg): Likewise.
f28b6a
	(-fdump-rtl-csa): Likewise.
f28b6a
	(-fdump-rtl-dce): Likewise.
f28b6a
	(-fdump-rtl-dbr): Likewise.
f28b6a
	(-fdump-rtl-into_cfglayout): Likewise.
f28b6a
	(-fdump-rtl-outof_cfglayout): Likewise.
f28b6a
	(@gccoptlist): Move misplaced bracket.
f28b6a
	* doc/sourcebuild.texi (all.cross): Use @item instead of @itemx.
f28b6a
f28b6a
--- gcc/doc/c-tree.texi	(revision 196819)
f28b6a
+++ gcc/doc/c-tree.texi	(revision 196820)
f28b6a
@@ -2338,13 +2338,13 @@ generate these expressions anyhow, if it
f28b6a
 not matter.  The type of the operands and that of the result are
f28b6a
 always of @code{BOOLEAN_TYPE} or @code{INTEGER_TYPE}.
f28b6a
 
f28b6a
-@itemx POINTER_PLUS_EXPR
f28b6a
+@item POINTER_PLUS_EXPR
f28b6a
 This node represents pointer arithmetic.  The first operand is always
f28b6a
 a pointer/reference type.  The second operand is always an unsigned
f28b6a
 integer type compatible with sizetype.  This is the only binary
f28b6a
 arithmetic operand that can operate on pointer types.
f28b6a
 
f28b6a
-@itemx PLUS_EXPR
f28b6a
+@item PLUS_EXPR
f28b6a
 @itemx MINUS_EXPR
f28b6a
 @itemx MULT_EXPR
f28b6a
 These nodes represent various binary arithmetic operations.
f28b6a
--- gcc/doc/cppopts.texi	(revision 196819)
f28b6a
+++ gcc/doc/cppopts.texi	(revision 196820)
f28b6a
@@ -758,7 +758,7 @@ Replacement:      [    ]    @{    @}
f28b6a
 Enable special code to work around file systems which only permit very
f28b6a
 short file names, such as MS-DOS@.
f28b6a
 
f28b6a
-@itemx --help
f28b6a
+@item --help
f28b6a
 @itemx --target-help
f28b6a
 @opindex help
f28b6a
 @opindex target-help
f28b6a
--- gcc/doc/invoke.texi	(revision 196819)
f28b6a
+++ gcc/doc/invoke.texi	(revision 196820)
f28b6a
@@ -4749,11 +4749,11 @@ Dump after duplicating the computed goto
f28b6a
 @option{-fdump-rtl-ce3} enable dumping after the three
f28b6a
 if conversion passes. 
f28b6a
 
f28b6a
-@itemx -fdump-rtl-cprop_hardreg
f28b6a
+@item -fdump-rtl-cprop_hardreg
f28b6a
 @opindex fdump-rtl-cprop_hardreg
f28b6a
 Dump after hard register copy propagation.
f28b6a
 
f28b6a
-@itemx -fdump-rtl-csa
f28b6a
+@item -fdump-rtl-csa
f28b6a
 @opindex fdump-rtl-csa
f28b6a
 Dump after combining stack adjustments.
f28b6a
 
f28b6a
@@ -4764,11 +4764,11 @@ Dump after combining stack adjustments.
f28b6a
 @option{-fdump-rtl-cse1} and @option{-fdump-rtl-cse2} enable dumping after
f28b6a
 the two common sub-expression elimination passes.
f28b6a
 
f28b6a
-@itemx -fdump-rtl-dce
f28b6a
+@item -fdump-rtl-dce
f28b6a
 @opindex fdump-rtl-dce
f28b6a
 Dump after the standalone dead code elimination passes.
f28b6a
 
f28b6a
-@itemx -fdump-rtl-dbr
f28b6a
+@item -fdump-rtl-dbr
f28b6a
 @opindex fdump-rtl-dbr
f28b6a
 Dump after delayed branch scheduling.
f28b6a
 
f28b6a
@@ -4813,7 +4813,7 @@ Dump after the initialization of the reg
f28b6a
 @opindex fdump-rtl-initvals
f28b6a
 Dump after the computation of the initial value sets.
f28b6a
 
f28b6a
-@itemx -fdump-rtl-into_cfglayout
f28b6a
+@item -fdump-rtl-into_cfglayout
f28b6a
 @opindex fdump-rtl-into_cfglayout
f28b6a
 Dump after converting to cfglayout mode.
f28b6a
 
f28b6a
@@ -4843,7 +4843,7 @@ Dump after removing redundant mode switc
f28b6a
 @opindex fdump-rtl-rnreg
f28b6a
 Dump after register renumbering.
f28b6a
 
f28b6a
-@itemx -fdump-rtl-outof_cfglayout
f28b6a
+@item -fdump-rtl-outof_cfglayout
f28b6a
 @opindex fdump-rtl-outof_cfglayout
f28b6a
 Dump after converting from cfglayout mode.
f28b6a
 
f28b6a
@@ -4855,7 +4855,7 @@ Dump after the peephole pass.
f28b6a
 @opindex fdump-rtl-postreload
f28b6a
 Dump after post-reload optimizations.
f28b6a
 
f28b6a
-@itemx -fdump-rtl-pro_and_epilogue
f28b6a
+@item -fdump-rtl-pro_and_epilogue
f28b6a
 @opindex fdump-rtl-pro_and_epilogue
f28b6a
 Dump after generating the function pro and epilogues.
f28b6a
 
f28b6a
--- gcc/doc/sourcebuild.texi.jj	2010-05-25 18:19:29.000000000 -0400
f28b6a
+++ gcc/doc/sourcebuild.texi	2013-07-20 22:00:49.715657448 -0400
f28b6a
@@ -573,7 +573,7 @@ standard rule in @file{gcc/Makefile.in}
f28b6a
 @code{lang_checks}.
f28b6a
 
f28b6a
 @table @code
f28b6a
-@itemx all.cross
f28b6a
+@item all.cross
f28b6a
 @itemx start.encap
f28b6a
 @itemx rest.encap
f28b6a
 FIXME: exactly what goes in each of these targets?