]> git.pld-linux.org Git - packages/crossppc-gcc.git/blob - gcc-info.patch
- fix for new gcc
[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 Software development
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 Software development
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 Software development
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 Software development
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 Software development
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_1-branch/gcc/ada/gnat_ugn.texi.orig   2005-12-06 23:45:52.983574000 +0100
72 +++ gcc-4_1-branch/gcc/ada/gnat_ugn.texi        2005-12-11 02:35:45.580878360 +0100
73 @@ -99,9 +99,9 @@
74  @end ifset
75  
76  @settitle @value{EDITION} User's Guide @value{PLATFORM}
77 -@dircategory GNU Ada tools
78 +@dircategory Programming Languages:
79  @direntry
80 -* @value{EDITION} User's Guide (@value{FILE}) @value{PLATFORM}
81 +* GNAT User's Guide (gnat_ugn_unw).     GNAT User's Guide
82  @end direntry
83  
84  @include gcc-common.texi
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 Software development
92 +@dircategory Programming Languages:
93  @direntry
94 -* gfortran: (gfortran).                  The GNU Fortran Compiler.
95 +* gfortran: (gfortran).                        The GNU Fortran Compiler
96  @end direntry
97  This file documents the use and the internals of
98  the GNU Fortran compiler, (@command{gfortran}).
99 --- trunk/gcc/java/gcj.texi.orig        2006-07-02 15:30:47.000000000 +0200
100 +++ trunk/gcc/java/gcj.texi     2006-07-02 21:15:25.663463500 +0200
101 @@ -57,30 +57,22 @@
102  
103  @ifinfo
104  @format
105 -@dircategory Software development
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 -* gjnih: (gcj)Invoking gjnih.
118 -                            Generate JNI header files from Java class files
119 -* jv-scan: (gcj)Invoking jv-scan.
120 -                            Print information about Java source files
121 -* jcf-dump: (gcj)Invoking jcf-dump.
122 -                            Print information about Java class files
123 -* gij: (gcj)Invoking gij.   GNU interpreter for Java bytecode
124 -* gcj-dbtool: (gcj)Invoking gcj-dbtool.
125 -                            Tool for manipulating class file databases.
126 -* jv-convert: (gcj)Invoking jv-convert.
127 -                            Convert file from one encoding to another
128 -* grmic: (gcj)Invoking grmic.
129 -                            Generate stubs for Remote Method Invocation.
130 -* grmiregistry: (gcj)Invoking grmiregistry.
131 -                            The remote object registry.
132 +* gcjh: (gcj)gcjh.                     Generate header files from Java class files
133 +* gjnih: (gcj)Invoking gjnih.          Generate JNI header files from Java class files
134 +* jv-scan: (gcj)jv-scan.               Print information about Java source files
135 +* jcf-dump: (gcj)jcf-dump.             Print information about Java class files
136 +* gij: (gcj)gij.                       GNU interpreter for Java bytecode
137 +* jv-convert: (gcj)jv-convert.         Convert file from one encoding to another
138 +* gcj-dbtool: (gcj)gcj-dbtool.         Db tool.
139 +* grmic: (gcj)grmic.                   Generate stubs for Remote Method Invocation.
140 +* grmiregistry: (gcj)grmiregistry.     The remote object registry.
141  @end direntry
142  @end format
143  
144 @@ -114,20 +106,20 @@
145  @file{.class} files.
146  
147  @menu
148 -* Copying::             The GNU General Public License
149 +* Copying::            The GNU General Public License
150  * GNU Free Documentation License::
151                         How you can share and copy this manual
152 -* Invoking gcj::       Compiler options supported by @command{gcj}
153 +* gcj::                        Compiler options supported by @command{gcj}
154  * Compatibility::      Compatibility between gcj and other tools for Java
155 -* Invoking gcjh::       Generate header files from class files
156 -* Invoking gjnih::      Generate JNI header files from class files
157 -* Invoking jv-scan::    Print information about source files
158 -* Invoking jcf-dump::   Print information about class files
159 -* Invoking gij::       Interpreting Java bytecodes
160 -* Invoking gcj-dbtool:: Tool for manipulating class file databases.
161 -* Invoking jv-convert:: Converting from one encoding to another
162 -* Invoking grmic::      Generate stubs for Remote Method Invocation.
163 -* Invoking grmiregistry:: The remote object registry.
164 +* gcjh::               Generate header files from class files
165 +* gjnih::              Generate JNI header files from class files
166 +* jv-scan::            Print information about source files
167 +* jcf-dump::           Print information about class files
168 +* gij::                        Interpreting Java bytecodes
169 +* jv-convert::         Converting from one encoding to another
170 +* gcj-dbtool::         Db tool.
171 +* grmic::              Generate stubs for Remote Method Invocation.
172 +* grmiregistry::       The remote object registry.
173  * About CNI::           Description of the Compiled Native Interface
174  * System properties::   Modifying runtime behavior of the libgcj library
175  * Resources::          Where to look for more information
176 @@ -140,7 +132,7 @@
177  @include fdl.texi
178  
179  
180 -@node Invoking gcj
181 +@node gcj
182  @chapter Invoking gcj
183  
184  @c man title gcj Ahead-of-time compiler for the Java language
185 @@ -674,8 +666,8 @@
186  @code{-findirect-dispatch} then add them to the system-wide
187  classmap.db file using @code{gcj-dbtool}, they will be automatically
188  loaded by the @code{libgcj} system classloader.  This is the new,
189 -preferred classname-to-library resolution mechanism.  @xref{Invoking
190 -gcj-dbtool}, for more information on using the classmap database.
191 +preferred classname-to-library resolution mechanism.  @xref{gcj-dbtool},
192 +for more information on using the classmap database.
193  
194  @item
195  The old classname-to-library lookup mechanism is still supported
196 @@ -722,7 +714,7 @@
197  @end itemize
198  
199  
200 -@node Invoking gcjh
201 +@node gcjh
202  @chapter Invoking gcjh
203  
204  @c man title gcjh generate header files from Java class files
205 @@ -838,7 +830,7 @@
206  
207  @c man end
208  
209 -@node Invoking gjnih
210 +@node gjnih
211  @chapter Invoking gjnih
212  
213  @c man title gjnih generate JNI header files from Java class files
214 @@ -952,7 +944,7 @@
215  
216  @c man end
217  
218 -@node Invoking jv-scan
219 +@node jv-scan
220  @chapter Invoking jv-scan
221  
222  @c man title jv-scan print information about Java source file
223 @@ -1015,7 +1007,7 @@
224  
225  @c man end
226  
227 -@node Invoking jcf-dump
228 +@node jcf-dump
229  @chapter Invoking jcf-dump
230  
231  @c man title jcf-dump print information about Java class files
232 @@ -1075,7 +1067,7 @@
233  
234  @c man end
235  
236 -@node Invoking gij
237 +@node gij
238  @chapter Invoking gij
239  
240  @c man title gij GNU interpreter for Java bytecode
241 @@ -1204,7 +1196,7 @@
242  
243  @c man end
244  
245 -@node Invoking gcj-dbtool
246 +@node gcj-dbtool
247  @chapter Invoking gcj-dbtool.
248  
249  @c man title gcj-dbtool Manipulate class file mapping databases for libgcj
250 @@ -1295,7 +1287,7 @@
251  
252  @c man end
253  
254 -@node Invoking jv-convert
255 +@node jv-convert
256  @chapter Invoking jv-convert
257  
258  @c man title jv-convert Convert file from one encoding to another
259 @@ -1354,7 +1346,7 @@
260  
261  @c man end
262  
263 -@node Invoking grmic
264 +@node grmic
265  @chapter Invoking grmic
266  
267  @c man title grmic Generate stubs for Remote Method Invocation
268 @@ -1433,7 +1425,7 @@
269  @c man end
270  
271  
272 -@node Invoking grmiregistry
273 +@node grmiregistry
274  @chapter Invoking grmiregistry
275  
276  @c man title grmiregistry Remote object registry
277 --- gcc-4_1-branch/gcc/ada/gnat_rm.texi.orig    2005-11-30 12:12:06.000000000 +0100
278 +++ gcc-4_1-branch/gcc/ada/gnat_rm.texi 2005-12-11 02:36:14.863426736 +0100
279 @@ -26,9 +26,9 @@
280  
281  @include gcc-common.texi
282  
283 -@dircategory GNU Ada tools
284 +@dircategory Programming Languages:
285  @direntry
286 -* GNAT Reference Manual: (gnat_rm).  Reference Manual for GNU Ada tools.
287 +* GNAT Reference Manual: (gnat_rm).    Reference Manual for GNU Ada tools
288  @end direntry
289  
290  @copying
291 --- gcc-4_1-branch/gcc/doc/install.texi.orig    2005-11-30 12:02:42.000000000 +0100
292 +++ gcc-4_1-branch/gcc/doc/install.texi 2005-12-11 02:44:22.598279768 +0100
293 @@ -87,9 +87,9 @@
294  @ifinfo
295  @insertcopying
296  @end ifinfo
297 -@dircategory Software development
298 +@dircategory Programming Languages:
299  @direntry
300 -* gccinstall: (gccinstall).    Installing the GNU Compiler Collection.
301 +* gccinstall: (gccinstall).            Installing the GNU Compiler Collection
302  @end direntry
303  
304  @c Part 3 Titlepage and Copyright
This page took 0.068086 seconds and 3 git commands to generate.