]> git.pld-linux.org Git - packages/crossppc-gcc.git/blob - gcc-info.patch
- moved from GCC_4.
[packages/crossppc-gcc.git] / gcc-info.patch
1 --- gcc-4.0-20040919.orig/gcc/doc/cpp.texi      2004-09-17 10:22:36.000000000 +0200
2 +++ gcc-4.0-20040919/gcc/doc/cpp.texi   2004-09-26 10:58:58.166721432 +0200
3 @@ -52,9 +52,9 @@
4  @set cppmanual
5  
6  @ifinfo
7 -@dircategory Programming
8 +@dircategory Programming Languages
9  @direntry
10 -* Cpp: (cpp).                 The GNU C preprocessor.
11 +* Cpp: (cpp).                          The GNU C preprocessor.
12  @end direntry
13  @end ifinfo
14  
15 --- gcc-4.0-20040919.orig/gcc/doc/cppinternals.texi     2004-07-03 01:57:11.000000000 +0200
16 +++ gcc-4.0-20040919/gcc/doc/cppinternals.texi  2004-09-26 10:58:58.208715048 +0200
17 @@ -3,9 +3,9 @@
18  @settitle The GNU C Preprocessor Internals
19  
20  @ifinfo
21 -@dircategory Programming
22 +@dircategory Programming Languages
23  @direntry
24 -* Cpplib: (cppinternals).      Cpplib internals.
25 +* Cpplib: (cppinternals).                      Cpplib internals.
26  @end direntry
27  @end ifinfo
28  
29 --- gcc-4.0-20040919.orig/gcc/doc/gcc.texi      2004-07-22 22:12:20.000000000 +0200
30 +++ gcc-4.0-20040919/gcc/doc/gcc.texi   2004-09-26 10:58:58.218713528 +0200
31 @@ -62,9 +62,9 @@
32       funds for GNU development.
33  @end copying
34  @ifnottex
35 -@dircategory Programming
36 +@dircategory Programming Languages:
37  @direntry
38 -* gcc: (gcc).                  The GNU Compiler Collection.
39 +* gcc: (gcc).                          The GNU Compiler Collection
40  @end direntry
41  This file documents the use of the GNU compilers.
42  @sp 1
43 --- gcc-4.0-20040919.orig/gcc/doc/gccint.texi   2004-05-24 00:54:29.000000000 +0200
44 +++ gcc-4.0-20040919/gcc/doc/gccint.texi        2004-09-26 10:58:58.222712920 +0200
45 @@ -46,9 +46,9 @@
46       funds for GNU development.
47  @end copying
48  @ifnottex
49 -@dircategory Programming
50 +@dircategory Programming Languages:
51  @direntry
52 -* gccint: (gccint).            Internals of the GNU Compiler Collection.
53 +* gccint: (gccint).                    Internals of the GNU Compiler Collection
54  @end direntry
55  This file documents the internals of the GNU compilers.
56  @sp 1
57 --- gcc-4.0-20040919.orig/gcc/ada/gnat-style.texi       2004-09-01 13:51:52.000000000 +0200
58 +++ gcc-4.0-20040919/gcc/ada/gnat-style.texi    2004-09-26 10:58:58.342694680 +0200
59 @@ -28,9 +28,9 @@
60  @setchapternewpage odd
61  
62  
63 -@dircategory Programming
64 +@dircategory Programming Languages
65  @direntry
66 -* gnat-style: (gnat-style).      GNAT Coding Style
67 +* gnat-style: (gnat-style).            GNAT Coding Style
68  @end direntry
69  
70  @macro syntax{element}
71 --- gcc-4.0-20040919.orig/gcc/ada/gnat_ugn.texi 2004-09-13 12:18:41.000000000 +0200
72 +++ gcc-4.0-20040919/gcc/ada/gnat_ugn.texi      2004-09-26 10:58:58.509669296 +0200
73 @@ -124,6 +124,11 @@
74  ``GNU Free Documentation License''.
75  @end copying
76  
77 +@dircategory Programming Languages:
78 +@direntry
79 +* gnat_ug: (gnat_ug).                   GNAT User's Guide
80 +@end direntry
81 +
82  @titlepage
83  
84  @title @value{EDITION} User's Guide
85 --- gcc-4.0-20040919.orig/gcc/fortran/gfortran.texi     2004-09-16 15:13:39.000000000 +0200
86 +++ gcc-4.0-20040919/gcc/fortran/gfortran.texi  2004-09-26 11:05:50.258074024 +0200
87 @@ -62,9 +62,9 @@
88  @end copying
89  
90  @ifinfo
91 -@dircategory Programming
92 +@dircategory Programming Languages:
93  @direntry
94 -* gfortran: (gfortran).                  The GNU Fortran 95 Compiler.
95 +* gfortran: (gfortran).                        The GNU Fortran 95 Compiler.
96  @end direntry
97  This file documents the use and the internals of
98  the GNU Fortran 95 compiler, (@command{gfortran}).
99 --- gcc-4.0-20050102/gcc/java/gcj.texi.orig     2004-12-06 18:59:57.000000000 +0100
100 +++ gcc-4.0-20050102/gcc/java/gcj.texi  2005-01-09 22:17:46.968983608 +0100
101 @@ -50,28 +50,21 @@
102  
103  @ifinfo
104  @format
105 -@dircategory Programming
106 +@dircategory Programming Languages:
107  @direntry
108 -* Gcj: (gcj).               Ahead-of-time compiler for the Java language
109 +* Gcj: (gcj).                          Ahead-of-time compiler for the Java language
110  @end direntry
111  
112 -@dircategory Individual utilities
113 +@dircategory Programming tools:
114  @direntry
115 -* gcjh: (gcj)Invoking gcjh.
116 -                            Generate header files from Java class files
117 -* jv-scan: (gcj)Invoking jv-scan.
118 -                            Print information about Java source files
119 -* jcf-dump: (gcj)Invoking jcf-dump.
120 -                            Print information about Java class files
121 -* gij: (gcj)Invoking gij.   GNU interpreter for Java bytecode
122 -* gcj-dbtool: (gcj)Invoking gcj-dbtool.
123 -                            Tool for manipulating class file databases.
124 -* jv-convert: (gcj)Invoking jv-convert.
125 -                            Convert file from one encoding to another
126 -* grmic: (gcj)Invoking grmic.
127 -                            Generate stubs for Remote Method Invocation.
128 -* grmiregistry: (gcj)Invoking grmiregistry.
129 -                            The remote object registry.
130 +* gcjh: (gcj)gcjh.                     Generate header files from Java class files
131 +* jv-scan: (gcj)jv-scan.               Print information about Java source files
132 +* jcf-dump: (gcj)jcf-dump.             Print information about Java class files
133 +* gij: (gcj)gij.                       GNU interpreter for Java bytecode
134 +* jv-convert: (gcj)jv-convert.         Convert file from one encoding to another
135 +* gcj-dbtool: (gcj)gcj-dbtool.         Db tool.
136 +* grmic: (gcj)grmic.                   Generate stubs for Remote Method Invocation.
137 +* grmiregistry: (gcj)grmiregistry.     The remote object registry.
138  @end direntry
139  @end format
140  
141 @@ -105,19 +98,19 @@
142  @file{.class} files.
143  
144  @menu
145 -* Copying::             The GNU General Public License
146 +* Copying::            The GNU General Public License
147  * GNU Free Documentation License::
148                         How you can share and copy this manual
149 -* Invoking gcj::       Compiler options supported by @command{gcj}
150 +* gcj::                        Compiler options supported by @command{gcj}
151  * Compatibility::      Compatibility between gcj and other tools for Java
152 -* Invoking gcjh::       Generate header files from class files
153 -* Invoking jv-scan::    Print information about source files
154 -* Invoking jcf-dump::   Print information about class files
155 -* Invoking gij::       Interpreting Java bytecodes
156 -* Invoking gcj-dbtool:: Tool for manipulating class file databases.
157 -* Invoking jv-convert:: Converting from one encoding to another
158 -* Invoking grmic::      Generate stubs for Remote Method Invocation.
159 -* Invoking grmiregistry:: The remote object registry.
160 +* gcjh::               Generate header files from class files
161 +* jv-scan::            Print information about source files
162 +* jcf-dump::           Print information about class files
163 +* gij::                        Interpreting Java bytecodes
164 +* jv-convert::         Converting from one encoding to another
165 +* gcj-dbtool::         Db tool.
166 +* grmic::              Generate stubs for Remote Method Invocation.
167 +* grmiregistry::       The remote object registry.
168  * About CNI::           Description of the Compiled Native Interface
169  * System properties::   Modifying runtime behavior of the libgcj library
170  * Resources::          Where to look for more information
171 @@ -129,7 +122,7 @@
172  @include fdl.texi
173  
174  
175 -@node Invoking gcj
176 +@node gcj
177  @chapter Invoking gcj
178  
179  @c man title gcj Ahead-of-time compiler for the Java language
180 @@ -656,7 +649,7 @@
181  @end itemize
182  
183  
184 -@node Invoking gcjh
185 +@node gcjh
186  @chapter Invoking gcjh
187  
188  @c man title gcjh generate header files from Java class files
189 @@ -757,7 +750,7 @@
190  
191  @c man end
192  
193 -@node Invoking jv-scan
194 +@node jv-scan
195  @chapter Invoking jv-scan
196  
197  @c man title jv-scan print information about Java source file
198 @@ -820,7 +813,7 @@
199  
200  @c man end
201  
202 -@node Invoking jcf-dump
203 +@node jcf-dump
204  @chapter Invoking jcf-dump
205  
206  @c man title jcf-dump print information about Java class files
207 @@ -880,7 +873,7 @@
208  
209  @c man end
210  
211 -@node Invoking gij
212 +@node gij
213  @chapter Invoking gij
214  
215  @c man title gij GNU interpreter for Java bytecode
216 @@ -981,7 +974,7 @@
217  
218  @c man end
219  
220 -@node Invoking gcj-dbtool
221 +@node gcj-dbtool
222  @chapter Invoking gcj-dbtool.
223  
224  @c man title gcj-dbtool Manipulate class file mapping databases for libgcj
225 @@ -1050,7 +1043,7 @@
226  
227  @c man end
228  
229 -@node Invoking jv-convert
230 +@node jv-convert
231  @chapter Invoking jv-convert
232  
233  @c man title jv-convert Convert file from one encoding to another
234 @@ -1109,7 +1102,7 @@
235  
236  @c man end
237  
238 -@node Invoking grmic
239 +@node grmic
240  @chapter Invoking grmic
241  
242  @c man title grmic Generate stubs for Remote Method Invocation
243 @@ -1188,7 +1181,7 @@
244  @c man end
245  
246  
247 -@node Invoking grmiregistry
248 +@node grmiregistry
249  @chapter Invoking grmiregistry
250  
251  @c man title grmiregistry Remote object registry
This page took 0.05525 seconds and 3 git commands to generate.