makemaker-defaults.mk: fallback COMPONENT_PROJECT_URL to dist
[oi-userland.git] / components / openindiana / illumos-gcc / patches / 01-texinfo.patch
blob59a492ad8f72a18eef067f924f11aa9e3a13ac46
1 --- illumos-gcc-0f5ed4c/gcc/doc/c-tree.texi.orig
2 +++ illumos-gcc-0f5ed4c/gcc/doc/c-tree.texi
3 @@ -2338,13 +2338,13 @@
4 not matter. The type of the operands and that of the result are
5 always of @code{BOOLEAN_TYPE} or @code{INTEGER_TYPE}.
7 -@itemx POINTER_PLUS_EXPR
8 +@item POINTER_PLUS_EXPR
9 This node represents pointer arithmetic. The first operand is always
10 a pointer/reference type. The second operand is always an unsigned
11 integer type compatible with sizetype. This is the only binary
12 arithmetic operand that can operate on pointer types.
14 -@itemx PLUS_EXPR
15 +@item PLUS_EXPR
16 @itemx MINUS_EXPR
17 @itemx MULT_EXPR
18 These nodes represent various binary arithmetic operations.
19 --- illumos-gcc-0f5ed4c/gcc/doc/cppopts.texi.orig
20 +++ illumos-gcc-0f5ed4c/gcc/doc/cppopts.texi
21 @@ -758,7 +758,7 @@
22 Enable special code to work around file systems which only permit very
23 short file names, such as MS-DOS@.
25 -@itemx --help
26 +@item --help
27 @itemx --target-help
28 @opindex help
29 @opindex target-help
30 --- illumos-gcc-0f5ed4c/gcc/doc/invoke.texi.orig
31 +++ illumos-gcc-0f5ed4c/gcc/doc/invoke.texi
32 @@ -4646,11 +4646,11 @@
33 @option{-fdump-rtl-ce3} enable dumping after the three
34 if conversion passes.
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.
41 -@itemx -fdump-rtl-csa
42 +@item -fdump-rtl-csa
43 @opindex fdump-rtl-csa
44 Dump after combining stack adjustments.
46 @@ -4661,11 +4661,11 @@
47 @option{-fdump-rtl-cse1} and @option{-fdump-rtl-cse2} enable dumping after
48 the two common sub-expression elimination passes.
50 -@itemx -fdump-rtl-dce
51 +@item -fdump-rtl-dce
52 @opindex fdump-rtl-dce
53 Dump after the standalone dead code elimination passes.
55 -@itemx -fdump-rtl-dbr
56 +@item -fdump-rtl-dbr
57 @opindex fdump-rtl-dbr
58 Dump after delayed branch scheduling.
60 @@ -4710,7 +4710,7 @@
61 @opindex fdump-rtl-initvals
62 Dump after the computation of the initial value sets.
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.
69 @@ -4740,7 +4740,7 @@
70 @opindex fdump-rtl-rnreg
71 Dump after register renumbering.
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.
78 @@ -4752,7 +4752,7 @@
79 @opindex fdump-rtl-postreload
80 Dump after post-reload optimizations.
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.
87 --- illumos-gcc-0f5ed4c/gcc/doc/sourcebuild.texi.orig
88 +++ illumos-gcc-0f5ed4c/gcc/doc/sourcebuild.texi
89 @@ -573,7 +573,7 @@
90 @code{lang_checks}.
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?