components/gcc45/patches/texinfo.patch
author John Beck <John.Beck@Oracle.COM>
Mon, 16 May 2016 17:31:01 -0700
changeset 6007 4c61ee2c9e6d
parent 5628 f2a8a7ecf3e1
permissions -rw-r--r--
23294024 do not publish gtk2 when BUILD_TYPE=evaluation

--- gcc-4.5.2/gcc/doc/cppopts.texi.orig	Sat Jan 30 16:42:11 2016
+++ gcc-4.5.2/gcc/doc/cppopts.texi	Sat Jan 30 16:43:05 2016
@@ -760,7 +760,7 @@
 Enable special code to work around file systems which only permit very
 short file names, such as MS-DOS@.
 
-@itemx --help
+@item --help
 @itemx --target-help
 @opindex help
 @opindex target-help
--- gcc-4.5.2/gcc/doc/generic.texi.orig	Sat Jan 30 16:42:24 2016
+++ gcc-4.5.2/gcc/doc/generic.texi	Sat Jan 30 16:43:21 2016
@@ -1407,13 +1407,13 @@
 not matter.  The type of the operands and that of the result are
 always of @code{BOOLEAN_TYPE} or @code{INTEGER_TYPE}.
 
-@itemx POINTER_PLUS_EXPR
+@item POINTER_PLUS_EXPR
 This node represents pointer arithmetic.  The first operand is always
 a pointer/reference type.  The second operand is always an unsigned
 integer type compatible with sizetype.  This is the only binary
 arithmetic operand that can operate on pointer types.
 
-@itemx PLUS_EXPR
+@item PLUS_EXPR
 @itemx MINUS_EXPR
 @itemx MULT_EXPR
 These nodes represent various binary arithmetic operations.
--- gcc-4.5.2/gcc/doc/invoke.texi.orig	Sat Jan 30 16:42:03 2016
+++ gcc-4.5.2/gcc/doc/invoke.texi	Sat Jan 30 16:44:17 2016
@@ -4875,11 +4875,11 @@
 @option{-fdump-rtl-ce3} enable dumping after the three
 if conversion passes.
 
-@itemx -fdump-rtl-cprop_hardreg
+@item -fdump-rtl-cprop_hardreg
 @opindex fdump-rtl-cprop_hardreg
 Dump after hard register copy propagation.
 
-@itemx -fdump-rtl-csa
+@item -fdump-rtl-csa
 @opindex fdump-rtl-csa
 Dump after combining stack adjustments.
 
@@ -4890,11 +4890,11 @@
 @option{-fdump-rtl-cse1} and @option{-fdump-rtl-cse2} enable dumping after
 the two common sub-expression elimination passes.
 
-@itemx -fdump-rtl-dce
+@item -fdump-rtl-dce
 @opindex fdump-rtl-dce
 Dump after the standalone dead code elimination passes.
 
-@itemx -fdump-rtl-dbr
+@item -fdump-rtl-dbr
 @opindex fdump-rtl-dbr
 Dump after delayed branch scheduling.
 
@@ -4939,7 +4939,7 @@
 @opindex fdump-rtl-initvals
 Dump after the computation of the initial value sets.
 
-@itemx -fdump-rtl-into_cfglayout
+@item -fdump-rtl-into_cfglayout
 @opindex fdump-rtl-into_cfglayout
 Dump after converting to cfglayout mode.
 
@@ -4969,7 +4969,7 @@
 @opindex fdump-rtl-rnreg
 Dump after register renumbering.
 
-@itemx -fdump-rtl-outof_cfglayout
+@item -fdump-rtl-outof_cfglayout
 @opindex fdump-rtl-outof_cfglayout
 Dump after converting from cfglayout mode.
 
@@ -4981,7 +4981,7 @@
 @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.
 
--- gcc-4.5.2/gcc/doc/sourcebuild.texi.orig	Sat Jan 30 16:42:17 2016
+++ gcc-4.5.2/gcc/doc/sourcebuild.texi	Sat Jan 30 16:44:26 2016
@@ -676,7 +676,7 @@
 @code{lang_checks}.
 
 @table @code
-@itemx all.cross
+@item all.cross
 @itemx start.encap
 @itemx rest.encap
 FIXME: exactly what goes in each of these targets?