]> git.pld-linux.org Git - packages/crossmingw64-gcc.git/blame - texinfo.patch
- fix target name
[packages/crossmingw64-gcc.git] / texinfo.patch
CommitLineData
106b6e1f
JR
1--- gcc-4.7.2/gcc/doc/cppopts.texi~ 2011-12-20 21:44:13.000000000 +0100
2+++ gcc-4.7.2/gcc/doc/cppopts.texi 2016-03-12 23:35:55.358231434 +0100
3@@ -803,7 +803,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.7.2/gcc/doc/invoke.texi~ 2016-03-12 23:30:41.000000000 +0100
13+++ gcc-4.7.2/gcc/doc/invoke.texi 2016-03-12 23:38:04.646883359 +0100
14@@ -5179,7 +5179,7 @@
15 e.g. With -fdbg-cnt=dce:10,tail_call:0
16 dbg_cnt(dce) will return true only for first 10 invocations
17
18-@itemx -fenable-@var{kind}-@var{pass}
19+@item -fenable-@var{kind}-@var{pass}
20 @itemx -fdisable-@var{kind}-@var{pass}=@var{range-list}
21 @opindex fdisable-
22 @opindex fenable-
23@@ -5327,11 +5327,11 @@
24 @option{-fdump-rtl-ce3} enable dumping after the three
25 if conversion passes.
26
27-@itemx -fdump-rtl-cprop_hardreg
28+@item -fdump-rtl-cprop_hardreg
29 @opindex fdump-rtl-cprop_hardreg
30 Dump after hard register copy propagation.
31
32-@itemx -fdump-rtl-csa
33+@item -fdump-rtl-csa
34 @opindex fdump-rtl-csa
35 Dump after combining stack adjustments.
36
37@@ -5342,11 +5342,11 @@
38 @option{-fdump-rtl-cse1} and @option{-fdump-rtl-cse2} enable dumping after
39 the two common sub-expression elimination passes.
40
41-@itemx -fdump-rtl-dce
42+@item -fdump-rtl-dce
43 @opindex fdump-rtl-dce
44 Dump after the standalone dead code elimination passes.
45
46-@itemx -fdump-rtl-dbr
47+@item -fdump-rtl-dbr
48 @opindex fdump-rtl-dbr
49 Dump after delayed branch scheduling.
50
51@@ -5391,7 +5391,7 @@
52 @opindex fdump-rtl-initvals
53 Dump after the computation of the initial value sets.
54
55-@itemx -fdump-rtl-into_cfglayout
56+@item -fdump-rtl-into_cfglayout
57 @opindex fdump-rtl-into_cfglayout
58 Dump after converting to cfglayout mode.
59
60@@ -5421,7 +5421,7 @@
61 @opindex fdump-rtl-rnreg
62 Dump after register renumbering.
63
64-@itemx -fdump-rtl-outof_cfglayout
65+@item -fdump-rtl-outof_cfglayout
66 @opindex fdump-rtl-outof_cfglayout
67 Dump after converting from cfglayout mode.
68
69@@ -5433,7 +5433,7 @@
70 @opindex fdump-rtl-postreload
71 Dump after post-reload optimizations.
72
73-@itemx -fdump-rtl-pro_and_epilogue
74+@item -fdump-rtl-pro_and_epilogue
75 @opindex fdump-rtl-pro_and_epilogue
76 Dump after generating the function prologues and epilogues.
77
78--- gcc-4.7.2/gcc/doc/generic.texi~ 2011-12-23 23:07:16.000000000 +0100
79+++ gcc-4.7.2/gcc/doc/generic.texi 2016-03-12 23:39:00.557744439 +0100
80@@ -1415,13 +1415,13 @@
81 not matter. The type of the operands and that of the result are
82 always of @code{BOOLEAN_TYPE} or @code{INTEGER_TYPE}.
83
84-@itemx POINTER_PLUS_EXPR
85+@item POINTER_PLUS_EXPR
86 This node represents pointer arithmetic. The first operand is always
87 a pointer/reference type. The second operand is always an unsigned
88 integer type compatible with sizetype. This is the only binary
89 arithmetic operand that can operate on pointer types.
90
91-@itemx PLUS_EXPR
92+@item PLUS_EXPR
93 @itemx MINUS_EXPR
94 @itemx MULT_EXPR
95 These nodes represent various binary arithmetic operations.
This page took 0.125139 seconds and 4 git commands to generate.