X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=gcc-info.patch;h=ff0f9853a5c3628ea53bd5e0f144237475f98ced;hb=ca9fc50d7bbb15621486186ac28a006f35383515;hp=e5db5bc68267f465cff4ceaa9d75cd9af5e853af;hpb=8ce225594fd3019d12802a02a959ac4de4f502b1;p=packages%2Fgcc.git diff --git a/gcc-info.patch b/gcc-info.patch index e5db5bc..ff0f985 100644 --- a/gcc-info.patch +++ b/gcc-info.patch @@ -28,7 +28,7 @@ --- a/gcc/doc/gcc.texi 2004-07-22 22:12:20.000000000 +0200 +++ b/gcc/doc/gcc.texi 2004-09-26 10:58:58.218713528 +0200 -@@ -62,10 +62,10 @@ +@@ -61,13 +61,13 @@ Texts being (a) (see below), and with th funds for GNU development. @end copying @ifnottex @@ -38,11 +38,16 @@ -* gcc: (gcc). The GNU Compiler Collection. -* g++: (gcc). The GNU C++ compiler. -* gcov: (gcc) Gcov. @command{gcov}---a test coverage program. -+* gcc: (gcc). The GNU Compiler Collection -+* g++: (gcc). The GNU C++ compiler -+* gcov: (gcc) Gcov. @command{gcov}---a test coverage program +-* gcov-tool: (gcc) Gcov-tool. @command{gcov-tool}---an offline gcda profile processing program. +-* gcov-dump: (gcc) Gcov-dump. @command{gcov-dump}---an offline gcda and gcno profile dump tool. ++* gcc: (gcc). The GNU Compiler Collection. ++* g++: (gcc). The GNU C++ compiler. ++* gcov: (gcc) Gcov. @command{gcov}---a test coverage program. ++* gcov-tool: (gcc) Gcov-tool. @command{gcov-tool}---an offline gcda profile processing program. ++* gcov-dump: (gcc) Gcov-dump. @command{gcov-dump}---an offline gcda and gcno profile dump tool. @end direntry This file documents the use of the GNU compilers. + @sp 1 --- a/gcc/doc/gccint.texi 2004-05-24 00:54:29.000000000 +0200 +++ b/gcc/doc/gccint.texi 2004-09-26 10:58:58.222712920 +0200 @@ -46,9 +46,9 @@ @@ -73,18 +78,15 @@ @macro syntax{element} --- a/gcc/ada/gnat_ugn.texi 2005-12-06 23:45:52.983574000 +0100 +++ b/gcc/ada/gnat_ugn.texi 2005-12-11 02:35:45.580878360 +0100 -@@ -109,9 +109,9 @@ - - - @settitle @value{EDITION} User's Guide @value{TITLESUFFIX} --@dircategory GNU Ada tools +@@ -10,7 +10,7 @@ + @paragraphindent 0 + @exampleindent 4 + @finalout +-@dircategory GNU Ada Tools +@dircategory Programming Languages: @direntry --* @value{EDITION} User's Guide: (gnat_ugn). @value{PLATFORM} -+* GNAT User's Guide (gnat_ugn_unw). GNAT User's Guide + * gnat_ugn: (gnat_ugn.info). gnat_ugn @end direntry - - @include gcc-common.texi --- a/gcc/fortran/gfortran.texi 2004-09-16 15:13:39.000000000 +0200 +++ b/gcc/fortran/gfortran.texi 2004-09-26 11:05:50.258074024 +0200 @@ -62,9 +62,9 @@ @@ -99,197 +101,17 @@ @end direntry This file documents the use and the internals of the GNU Fortran compiler, (@command{gfortran}). ---- a/gcc/java/gcj.texi 2006-07-02 15:30:47.000000000 +0200 -+++ b/gcc/java/gcj.texi 2006-07-02 21:15:25.663463500 +0200 -@@ -53,29 +53,22 @@ - - @ifinfo - @format --@dircategory Software development -+@dircategory Programming Languages: - @direntry --* Gcj: (gcj). Ahead-of-time compiler for the Java language -+* Gcj: (gcj). Ahead-of-time compiler for the Java language - @end direntry - - @dircategory Individual utilities -+@dircategory Programming tools: - @direntry --* jcf-dump: (gcj)Invoking jcf-dump. -- Print information about Java class files --* gij: (gcj)Invoking gij. GNU interpreter for Java bytecode --* gcj-dbtool: (gcj)Invoking gcj-dbtool. -- Tool for manipulating class file databases. --* jv-convert: (gcj)Invoking jv-convert. -- Convert file from one encoding to another --* grmic: (gcj)Invoking grmic. -- Generate stubs for Remote Method Invocation. --* gc-analyze: (gcj)Invoking gc-analyze. -- Analyze Garbage Collector (GC) memory dumps. --* aot-compile: (gcj)Invoking aot-compile. -- Compile bytecode to native and generate databases. --* rebuild-gcj-db: (gcj)Invoking rebuild-gcj-db. -- Merge the per-solib databases made by aot-compile -- into one system-wide database. -+* jcf-dump: (gcj)jcf-dump. Print information about Java class files -+* gij: (gcj)gij. GNU interpreter for Java bytecode -+* jv-convert: (gcj)jv-convert. Convert file from one encoding to another -+* gcj-dbtool: (gcj)gcj-dbtool. Db tool -+* grmic: (gcj)grmic. Generate stubs for Remote Method Invocation -+* gc-analyze: (gcj)gc-analyze. Analyze Garbage Collector (GC) memory dumps -+* aot-compile: (gcj)aot-compile. Compile bytecode to native and generate databases -+* rebuild-gcj-db: (gcj)rebuild-gcj-db. Merge the per-solib databases made by aot-compile into one system-wide database - @end direntry - @end format - -@@ -108,33 +101,31 @@ - @file{.class} files. - - @menu --* Copying:: The GNU General Public License -+* Copying:: The GNU General Public License - * GNU Free Documentation License:: -- How you can share and copy this manual --* Invoking gcj:: Compiler options supported by @command{gcj} --* Compatibility:: Compatibility between gcj and other tools for Java --* Invoking jcf-dump:: Print information about class files --* Invoking gij:: Interpreting Java bytecodes --* Invoking gcj-dbtool:: Tool for manipulating class file databases. --* Invoking jv-convert:: Converting from one encoding to another --* Invoking grmic:: Generate stubs for Remote Method Invocation. --* Invoking gc-analyze:: Analyze Garbage Collector (GC) memory dumps. --* Invoking aot-compile:: Compile bytecode to native and generate databases. --* Invoking rebuild-gcj-db:: Merge the per-solib databases made by aot-compile -- into one system-wide database. --* About CNI:: Description of the Compiled Native Interface --* System properties:: Modifying runtime behavior of the libgcj library --* Resources:: Where to look for more information --* Index:: Index. -+ How you can share and copy this manual -+* gcj:: Compiler options supported by @command{gcj} -+* Compatibility:: Compatibility between gcj and other tools for Java -+* jcf-dump:: Print information about class files -+* gij:: Interpreting Java bytecodes -+* gcj-dbtool:: Tool for manipulating class file databases. -+* jv-convert:: Converting from one encoding to another -+* grmic:: Generate stubs for Remote Method Invocation. -+* gc-analyze:: Analyze Garbage Collector (GC) memory dumps. -+* aot-compile:: Compile bytecode to native and generate databases. -+* rebuild-gcj-db:: Merge the per-solib databases made by aot-compile into one system-wide database. -+* About CNI:: Description of the Compiled Native Interface -+* System properties:: Modifying runtime behavior of the libgcj library -+* Resources:: Where to look for more information -+* Index:: Index. - @end menu - -- - @include gpl_v3.texi - - @include fdl.texi - - --@node Invoking gcj -+@node gcj - @chapter Invoking gcj - - @c man title gcj Ahead-of-time compiler for the Java language -@@ -678,8 +669,8 @@ - @code{-findirect-dispatch} then add them to the system-wide - classmap.db file using @code{gcj-dbtool}, they will be automatically - loaded by the @code{libgcj} system classloader. This is the new, --preferred classname-to-library resolution mechanism. @xref{Invoking --gcj-dbtool}, for more information on using the classmap database. -+preferred classname-to-library resolution mechanism. @xref{gcj-dbtool}, -+for more information on using the classmap database. - - @item - The old classname-to-library lookup mechanism is still supported -@@ -726,7 +717,7 @@ - @end itemize - - --@node Invoking jcf-dump -+@node jcf-dump - @chapter Invoking jcf-dump - - @c man title jcf-dump print information about Java class files -@@ -786,7 +777,7 @@ - - @c man end - --@node Invoking gij -+@node gij - @chapter Invoking gij - - @c man title gij GNU interpreter for Java bytecode -@@ -915,7 +906,7 @@ - - @c man end - --@node Invoking gcj-dbtool -+@node gcj-dbtool - @chapter Invoking gcj-dbtool. - - @c man title gcj-dbtool Manipulate class file mapping databases for libgcj -@@ -1006,7 +997,7 @@ - - @c man end - --@node Invoking jv-convert -+@node jv-convert - @chapter Invoking jv-convert - - @c man title jv-convert Convert file from one encoding to another -@@ -1065,7 +1056,7 @@ - - @c man end - --@node Invoking grmic -+@node grmic - @chapter Invoking grmic - - @c man title grmic Generate stubs for Remote Method Invocation -@@ -1144,7 +1135,7 @@ - @c man end - - --@node Invoking gc-analyze -+@node gc-analyze - @chapter Invoking gc-analyze - - @c man title gc-analyze Analyze Garbage Collector (GC) memory dumps -@@ -1227,7 +1218,7 @@ - - @c man end - --@node Invoking aot-compile -+@node aot-compile - @chapter Invoking aot-compile - - @c man title aot-compile Compile bytecode to native and generate databases -@@ -1285,7 +1276,7 @@ - - @c man end - --@node Invoking rebuild-gcj-db -+@node rebuild-gcj-db - @chapter Invoking rebuild-gcj-db - - @c man title rebuild-gcj-db Merge the per-solib databases made by aot-compile into one system-wide database. --- a/gcc/ada/gnat_rm.texi 2005-11-30 12:12:06.000000000 +0100 +++ b/gcc/ada/gnat_rm.texi 2005-12-11 02:36:14.863426736 +0100 -@@ -26,9 +26,9 @@ - - @include gcc-common.texi - --@dircategory GNU Ada tools +@@ -26,7 +26,7 @@ + @paragraphindent 0 + @exampleindent 4 + @finalout +-@dircategory GNU Ada Tools +@dircategory Programming Languages: @direntry --* GNAT Reference Manual: (gnat_rm). Reference Manual for GNU Ada tools. -+* GNAT Reference Manual: (gnat_rm). Reference Manual for GNU Ada tools + * gnat_rm: (gnat_rm.info). gnat_rm @end direntry - - @copying --- a/gcc/doc/install.texi 2005-11-30 12:02:42.000000000 +0100 +++ b/gcc/doc/install.texi 2005-12-11 02:44:22.598279768 +0100 @@ -87,9 +87,9 @@ @@ -318,20 +140,6 @@ @end direntry @end format ---- gcc-4.8.2/libjava/classpath/doc/cp-tools.texinfo.orig 2013-02-21 10:40:44.000000000 +0100 -+++ gcc-4.8.2/libjava/classpath/doc/cp-tools.texinfo 2014-04-21 08:05:30.116078643 +0200 -@@ -35,9 +35,9 @@ - @ifnotplaintext - @setchapternewpage on - --@dircategory GNU Libraries -+@dircategory Libraries: - @direntry --* Classpath Tools: (cp-tools). GNU Classpath Tools Guide -+* Classpath Tools: (cp-tools). GNU Classpath Tools Guide - @end direntry - @end ifnotplaintext - @end ifinfo --- gcc-4.8.2/libgomp/libgomp.texi.orig 2013-01-14 19:18:49.000000000 +0100 +++ gcc-4.8.2/libgomp/libgomp.texi 2014-04-21 08:06:10.259411139 +0200 @@ -29,9 +29,9 @@ @@ -341,8 +149,8 @@ -@dircategory GNU Libraries +@dircategory Libraries: @direntry --* libgomp: (libgomp). GNU OpenMP runtime library -+* libgomp: (libgomp). GNU OpenMP runtime library +-* libgomp: (libgomp). GNU Offloading and Multi Processing Runtime Library. ++* libgomp: (libgomp). GNU Offloading and Multi Processing Runtime Library @end direntry This manual documents the GNU implementation of the OpenMP API for @@ -374,3 +182,46 @@ @end direntry This manual documents the GCC Quad-Precision Math Library API. +--- gcc-4.9.2/libffi/doc/libffi.texi.orig 2014-02-13 17:18:13.000000000 +0100 ++++ gcc-4.9.2/libffi/doc/libffi.texi 2015-01-13 20:19:48.088168568 +0100 +@@ -31,9 +31,9 @@ + @end quotation + @end copying + +-@dircategory Development ++@dircategory Libraries: + @direntry +-* libffi: (libffi). Portable foreign-function interface library. ++* libffi: (libffi). Portable foreign-function interface library + @end direntry + + @titlepage +--- gcc-4.9.2/libiberty/libiberty.texi.orig 2015-01-13 20:22:23.151495398 +0100 ++++ gcc-4.9.2/libiberty/libiberty.texi 2015-01-13 20:22:25.921495282 +0100 +@@ -11,10 +11,9 @@ + @finalout + @c %**end of header + +-@dircategory GNU libraries ++@dircategory Libraries: + @direntry +-* Libiberty: (libiberty). Library of utility functions which +- are missing or broken on some systems. ++* Libiberty: (libiberty). Library of utility functions which are missing or broken on some systems + @end direntry + + @macro libib +--- gcc-4.9.2/gcc/fortran/gfc-internals.texi.orig 2014-01-02 22:25:41.000000000 +0100 ++++ gcc-4.9.2/gcc/fortran/gfc-internals.texi 2015-01-13 20:23:53.034825013 +0100 +@@ -53,9 +53,9 @@ + @end copying + + @ifinfo +-@dircategory Software development ++@dircategory Programming Languages: + @direntry +-* gfortran: (gfortran). The GNU Fortran Compiler. ++* gfortran: (gfortran). The GNU Fortran Compiler + @end direntry + This file documents the internals of the GNU Fortran + compiler, (@command{gfortran}).