]> git.pld-linux.org Git - packages/gcc4.git/commitdiff
- updated. auto/th/crossmingw32-gcc-4_1_1-2
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 2 Jul 2006 19:18:12 +0000 (19:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc4-info.patch -> 1.13
    gcc4-nodebug.patch -> 1.8

gcc4-info.patch
gcc4-nodebug.patch

index 22cfba892dec0a0fa84101bf0c3a6aaf41f61516..2cadd387d0d79132fd81c0bce13b8283a803be82 100644 (file)
@@ -4,7 +4,7 @@
  @set cppmanual
  
  @ifinfo
--@dircategory Programming
+-@dircategory Software development
 +@dircategory Programming Languages:
  @direntry
 -* Cpp: (cpp).                The GNU C preprocessor.
@@ -18,7 +18,7 @@
  @settitle The GNU C Preprocessor Internals
  
  @ifinfo
--@dircategory Programming
+-@dircategory Software development
 +@dircategory Programming Languages:
  @direntry
 -* Cpplib: (cppinternals).      Cpplib internals.
@@ -32,7 +32,7 @@
       funds for GNU development.
  @end copying
  @ifnottex
--@dircategory Programming
+-@dircategory Software development
 +@dircategory Programming Languages:
  @direntry
 -* gcc: (gcc).                  The GNU Compiler Collection.
@@ -46,7 +46,7 @@
       funds for GNU development.
  @end copying
  @ifnottex
--@dircategory Programming
+-@dircategory Software development
 +@dircategory Programming Languages:
  @direntry
 -* gccint: (gccint).            Internals of the GNU Compiler Collection.
@@ -60,7 +60,7 @@
  @setchapternewpage odd
  
  
--@dircategory Programming
+-@dircategory Software development
 +@dircategory Programming Languages:
  @direntry
 -* gnat-style: (gnat-style).      GNAT Coding Style
@@ -88,7 +88,7 @@
  @end copying
  
  @ifinfo
--@dircategory Programming
+-@dircategory Software development
 +@dircategory Programming Languages:
  @direntry
 -* gfortran: (gfortran).                  The GNU Fortran 95 Compiler.
  @end direntry
  This file documents the use and the internals of
  the GNU Fortran 95 compiler, (@command{gfortran}).
---- gcc-4.0-20050507/gcc/java/gcj.texi.orig    2005-05-07 00:53:37.000000000 +0200
-+++ gcc-4.0-20050507/gcc/java/gcj.texi 2005-05-08 13:09:27.000000000 +0200
-@@ -50,30 +50,22 @@
+--- trunk/gcc/java/gcj.texi.orig       2006-07-02 15:30:47.000000000 +0200
++++ trunk/gcc/java/gcj.texi    2006-07-02 21:15:25.663463500 +0200
+@@ -57,30 +57,22 @@
  
  @ifinfo
  @format
--@dircategory Programming
+-@dircategory Software development
 +@dircategory Programming Languages:
  @direntry
 -* Gcj: (gcj).               Ahead-of-time compiler for the Java language
  @end direntry
  @end format
  
-@@ -107,20 +99,20 @@
+@@ -114,20 +106,20 @@
  @file{.class} files.
  
  @menu
  * About CNI::           Description of the Compiled Native Interface
  * System properties::   Modifying runtime behavior of the libgcj library
  * Resources::         Where to look for more information
-@@ -132,7 +124,7 @@
+@@ -140,7 +132,7 @@
  @include fdl.texi
  
  
  @chapter Invoking gcj
  
  @c man title gcj Ahead-of-time compiler for the Java language
-@@ -659,7 +651,7 @@
+@@ -674,8 +666,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
+@@ -722,7 +714,7 @@
  @end itemize
  
  
  @chapter Invoking gcjh
  
  @c man title gcjh generate header files from Java class files
-@@ -775,7 +767,7 @@
+@@ -838,7 +830,7 @@
  
  @c man end
  
  @chapter Invoking gjnih
  
  @c man title gjnih generate JNI header files from Java class files
-@@ -889,7 +881,7 @@
+@@ -952,7 +944,7 @@
  
  @c man end
  
  @chapter Invoking jv-scan
  
  @c man title jv-scan print information about Java source file
-@@ -952,7 +944,7 @@
+@@ -1015,7 +1007,7 @@
  
  @c man end
  
  @chapter Invoking jcf-dump
  
  @c man title jcf-dump print information about Java class files
-@@ -1012,7 +1004,7 @@
+@@ -1075,7 +1067,7 @@
  
  @c man end
  
  @chapter Invoking gij
  
  @c man title gij GNU interpreter for Java bytecode
-@@ -1132,7 +1124,7 @@
+@@ -1204,7 +1196,7 @@
  
  @c man end
  
  @chapter Invoking gcj-dbtool.
  
  @c man title gcj-dbtool Manipulate class file mapping databases for libgcj
-@@ -1223,7 +1215,7 @@
+@@ -1295,7 +1287,7 @@
  
  @c man end
  
  @chapter Invoking jv-convert
  
  @c man title jv-convert Convert file from one encoding to another
-@@ -1282,7 +1274,7 @@
+@@ -1354,7 +1346,7 @@
  
  @c man end
  
  @chapter Invoking grmic
  
  @c man title grmic Generate stubs for Remote Method Invocation
-@@ -1361,7 +1353,7 @@
+@@ -1433,7 +1425,7 @@
  @c man end
  
  
  @end direntry
  
  @copying
---- gcc-4_1-branch/fastjar/fastjar.texi.orig   2005-11-30 12:19:45.000000000 +0100
-+++ gcc-4_1-branch/fastjar/fastjar.texi        2005-12-11 02:41:00.190050496 +0100
-@@ -17,17 +17,11 @@
- @ifinfo
- @format
--@dircategory Programming
-+@dircategory Programming tools:
- @direntry
--* fastjar: (fastjar).       GNU jar utilities
--@end direntry
--
--@dircategory Individual utilities
--@direntry
--* fastjar: (fastjar)Invoking fastjar.
--                            An archive tool for Java archives
--* grepjar: (fastjar)Invoking grepjar.
--                            Search files in a jar file for a pattern
-+* fastjar: (fastjar).                 GNU jar utilities
-+* fastjar: (fastjar)fastjar.          An archive tool for Java archives
-+* grepjar: (fastjar)grepjar.          Search files in a jar file for a pattern
- @end direntry
- @end format
-@@ -77,12 +71,12 @@
- This manual describes how to use @command{fastjar} and @command{grepjar}.
- @menu
--* Invoking fastjar::  Options supported by @command{fastjar}
--* Invoking grepjar::    Options supported by @command{grepjar}
-+* fastjar::             Options supported by @command{fastjar}
-+* grepjar::             Options supported by @command{grepjar}
- * Copying::           The GNU General Public License
- @end menu
--@node Invoking fastjar
-+@node fastjar
- @chapter Invoking fastjar
- @c man title fastjar archive tool for Java archives
-@@ -172,7 +166,7 @@
- @c man end
--@node Invoking grepjar
-+@node grepjar
- @chapter Invoking grepjar
- @c man title grepjar search files in a jar file for a pattern
 --- gcc-4_1-branch/gcc/doc/install.texi.orig   2005-11-30 12:02:42.000000000 +0100
 +++ gcc-4_1-branch/gcc/doc/install.texi        2005-12-11 02:44:22.598279768 +0100
 @@ -87,9 +87,9 @@
  @ifinfo
  @insertcopying
  @end ifinfo
--@dircategory Programming
+-@dircategory Software development
 +@dircategory Programming Languages:
  @direntry
 -* gccinstall: (gccinstall).    Installing the GNU Compiler Collection.
index 03dfe0e54da431da40751349b3ef51ed5ea12f07..4662849e329eb618a199992d63c07c14d2dad694 100644 (file)
@@ -1,11 +1,8 @@
---- trunk/gcc/Makefile.in.orig 2006-03-22 00:17:58.000000000 +0100
-+++ trunk/gcc/Makefile.in      2006-03-22 01:25:39.000000000 +0100
-@@ -149,11 +149,11 @@
- # TCFLAGS is used for compilations with the GCC just built.
- XCFLAGS =
+--- trunk/gcc/Makefile.in.orig 2006-07-02 15:31:20.000000000 +0200
++++ trunk/gcc/Makefile.in      2006-07-02 20:55:33.573762250 +0200
+@@ -151,9 +151,9 @@
  TCFLAGS =
--CFLAGS = -g
-+CFLAGS =
+ CFLAGS = @CFLAGS@
  LDFLAGS = @LDFLAGS@
 -STAGE1_CFLAGS = -g @stage1_cflags@
 +STAGE1_CFLAGS = @stage1_cflags@
@@ -15,7 +12,7 @@
  
  # Flags to determine code coverage. When coverage is disabled, this will
  # contain the optimization flags, as you normally want code coverage
-@@ -540,7 +540,7 @@
+@@ -547,7 +547,7 @@
  
  # Options to use when compiling libgcc2.a.
  #
This page took 0.057121 seconds and 4 git commands to generate.