components/gcc45/patches/texinfo.patch
changeset 5628 f2a8a7ecf3e1
equal deleted inserted replaced
5627:883d0a6701e4 5628:f2a8a7ecf3e1
       
     1 --- gcc-4.5.2/gcc/doc/cppopts.texi.orig	Sat Jan 30 16:42:11 2016
       
     2 +++ gcc-4.5.2/gcc/doc/cppopts.texi	Sat Jan 30 16:43:05 2016
       
     3 @@ -760,7 +760,7 @@
       
     4  Enable special code to work around file systems which only permit very
       
     5  short file names, such as MS-DOS@.
       
     6  
       
     7 -@itemx --help
       
     8 +@item --help
       
     9  @itemx --target-help
       
    10  @opindex help
       
    11  @opindex target-help
       
    12 --- gcc-4.5.2/gcc/doc/generic.texi.orig	Sat Jan 30 16:42:24 2016
       
    13 +++ gcc-4.5.2/gcc/doc/generic.texi	Sat Jan 30 16:43:21 2016
       
    14 @@ -1407,13 +1407,13 @@
       
    15  not matter.  The type of the operands and that of the result are
       
    16  always of @code{BOOLEAN_TYPE} or @code{INTEGER_TYPE}.
       
    17  
       
    18 -@itemx POINTER_PLUS_EXPR
       
    19 +@item POINTER_PLUS_EXPR
       
    20  This node represents pointer arithmetic.  The first operand is always
       
    21  a pointer/reference type.  The second operand is always an unsigned
       
    22  integer type compatible with sizetype.  This is the only binary
       
    23  arithmetic operand that can operate on pointer types.
       
    24  
       
    25 -@itemx PLUS_EXPR
       
    26 +@item PLUS_EXPR
       
    27  @itemx MINUS_EXPR
       
    28  @itemx MULT_EXPR
       
    29  These nodes represent various binary arithmetic operations.
       
    30 --- gcc-4.5.2/gcc/doc/invoke.texi.orig	Sat Jan 30 16:42:03 2016
       
    31 +++ gcc-4.5.2/gcc/doc/invoke.texi	Sat Jan 30 16:44:17 2016
       
    32 @@ -4875,11 +4875,11 @@
       
    33  @option{-fdump-rtl-ce3} enable dumping after the three
       
    34  if conversion passes.
       
    35  
       
    36 -@itemx -fdump-rtl-cprop_hardreg
       
    37 +@item -fdump-rtl-cprop_hardreg
       
    38  @opindex fdump-rtl-cprop_hardreg
       
    39  Dump after hard register copy propagation.
       
    40  
       
    41 -@itemx -fdump-rtl-csa
       
    42 +@item -fdump-rtl-csa
       
    43  @opindex fdump-rtl-csa
       
    44  Dump after combining stack adjustments.
       
    45  
       
    46 @@ -4890,11 +4890,11 @@
       
    47  @option{-fdump-rtl-cse1} and @option{-fdump-rtl-cse2} enable dumping after
       
    48  the two common sub-expression elimination passes.
       
    49  
       
    50 -@itemx -fdump-rtl-dce
       
    51 +@item -fdump-rtl-dce
       
    52  @opindex fdump-rtl-dce
       
    53  Dump after the standalone dead code elimination passes.
       
    54  
       
    55 -@itemx -fdump-rtl-dbr
       
    56 +@item -fdump-rtl-dbr
       
    57  @opindex fdump-rtl-dbr
       
    58  Dump after delayed branch scheduling.
       
    59  
       
    60 @@ -4939,7 +4939,7 @@
       
    61  @opindex fdump-rtl-initvals
       
    62  Dump after the computation of the initial value sets.
       
    63  
       
    64 -@itemx -fdump-rtl-into_cfglayout
       
    65 +@item -fdump-rtl-into_cfglayout
       
    66  @opindex fdump-rtl-into_cfglayout
       
    67  Dump after converting to cfglayout mode.
       
    68  
       
    69 @@ -4969,7 +4969,7 @@
       
    70  @opindex fdump-rtl-rnreg
       
    71  Dump after register renumbering.
       
    72  
       
    73 -@itemx -fdump-rtl-outof_cfglayout
       
    74 +@item -fdump-rtl-outof_cfglayout
       
    75  @opindex fdump-rtl-outof_cfglayout
       
    76  Dump after converting from cfglayout mode.
       
    77  
       
    78 @@ -4981,7 +4981,7 @@
       
    79  @opindex fdump-rtl-postreload
       
    80  Dump after post-reload optimizations.
       
    81  
       
    82 -@itemx -fdump-rtl-pro_and_epilogue
       
    83 +@item -fdump-rtl-pro_and_epilogue
       
    84  @opindex fdump-rtl-pro_and_epilogue
       
    85  Dump after generating the function pro and epilogues.
       
    86  
       
    87 --- gcc-4.5.2/gcc/doc/sourcebuild.texi.orig	Sat Jan 30 16:42:17 2016
       
    88 +++ gcc-4.5.2/gcc/doc/sourcebuild.texi	Sat Jan 30 16:44:26 2016
       
    89 @@ -676,7 +676,7 @@
       
    90  @code{lang_checks}.
       
    91  
       
    92  @table @code
       
    93 -@itemx all.cross
       
    94 +@item all.cross
       
    95  @itemx start.encap
       
    96  @itemx rest.encap
       
    97  FIXME: exactly what goes in each of these targets?