Author: pluto Date: Tue Mar 4 15:29:06 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - updated for 4.3.0-rc2.
---- Files affected: SOURCES: gcc-ada-link.patch (1.8 -> 1.9) , gcc-enable-java-awt-qt.patch (1.6 -> 1.7) , gcc-force_jar_wrapper.patch (1.3 -> 1.4) , gcc-hash-style-gnu.patch (1.1 -> 1.2) , gcc-info.patch (1.14 -> 1.15) , gcc-nodebug.patch (1.9 -> 1.10) , gcc-ppc64-m32-m64-multilib-only.patch (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SOURCES/gcc-ada-link.patch diff -u SOURCES/gcc-ada-link.patch:1.8 SOURCES/gcc-ada-link.patch:1.9 --- SOURCES/gcc-ada-link.patch:1.8 Wed Mar 22 01:36:30 2006 +++ SOURCES/gcc-ada-link.patch Tue Mar 4 16:29:01 2008 @@ -1,5 +1,5 @@ ---- gcc-4.0-20040919/gcc/ada/link.c.orig 2004-09-13 12:18:40.000000000 +0200 -+++ gcc-4.0-20040919/gcc/ada/link.c 2004-09-26 12:24:29.079704096 +0200 +--- a/gcc/ada/link.c 2004-09-13 12:18:40.000000000 +0200 ++++ b/gcc/ada/link.c 2004-09-26 12:24:29.079704096 +0200 @@ -164,9 +164,9 @@ #elif defined (linux) @@ -13,20 +13,20 @@ unsigned char __gnat_objlist_file_supported = 1; unsigned char __gnat_using_gnu_linker = 1; const char *__gnat_object_library_extension = ".a"; ---- gcc-4.0-20040919/gcc/ada/Make-lang.in.orig 2004-09-01 12:46:47.000000000 +0200 -+++ gcc-4.0-20040919/gcc/ada/Make-lang.in 2004-09-26 12:21:15.135188144 +0200 +--- a/gcc/ada/Make-lang.in 2004-09-01 12:46:47.000000000 +0200 ++++ b/gcc/ada/Make-lang.in 2004-09-26 12:21:15.135188144 +0200 @@ -378,7 +378,7 @@ ada/doctools/xgnatugn$(build_exeext): ada/xgnatugn.adb -$(MKDIR) ada/doctools $(CP) $^ ada/doctools -- cd ada/doctools && gnatmake -q xgnatugn -+ cd ada/doctools && gnatmake -q xgnatugn -a0../rts +- cd ada/doctools && $(GNATMAKE) -q xgnatugn ++ cd ada/doctools && $(GNATMAKE) -q xgnatugn -a0../rts # Note that gnat_ugn_unw.texi does not depend on xgnatugn # being built so we can distribute a pregenerated gnat_ugn_unw.info ---- gcc-4.1-20050522/gcc/ada/Makefile.in.orig 2005-05-26 10:48:40.000000000 +0000 -+++ gcc-4.1-20050522/gcc/ada/Makefile.in 2005-05-26 10:59:25.000000000 +0000 -@@ -139,7 +139,7 @@ +--- a/gcc/ada/Makefile.in 2005-05-26 10:48:40.000000000 +0000 ++++ b/gcc/ada/Makefile.in 2005-05-26 10:59:25.000000000 +0000 +@@ -138,7 +138,7 @@ objext = .o exeext = arext = .a @@ -35,16 +35,16 @@ shext = hyphen = - -@@ -1364,7 +1414,7 @@ - s-[a-o]*.adb s-[p-z]*.adb s-[a-o]*.ads s-[p-z]*.ads +@@ -1669,7 +1669,7 @@ LIBGNAT=../rts/libgnat.a + -GCC_LINK=$(CC) -static-libgcc $(ADA_INCLUDES) +GCC_LINK=$(CC) $(ADA_INCLUDES) # when compiling the tools, the runtime has to be first on the path so that # it hides the runtime files lying with the rest of the sources -@@ -1644,7 +1694,8 @@ +@@ -1948,7 +1948,8 @@ -o libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \ $(GNATRTL_TASKING_OBJS) \ $(SO_OPTS)libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \ @@ -54,7 +54,7 @@ cd rts; $(LN_S) libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) \ libgnat$(soext) cd rts; $(LN_S) libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \ -@@ -1691,7 +1742,7 @@ +@@ -1995,7 +1996,7 @@ THREAD_KIND="$(THREAD_KIND)" \ gnatlib $(RM) rts/libgna*$(soext) ================================================================ Index: SOURCES/gcc-enable-java-awt-qt.patch diff -u SOURCES/gcc-enable-java-awt-qt.patch:1.6 SOURCES/gcc-enable-java-awt-qt.patch:1.7 --- SOURCES/gcc-enable-java-awt-qt.patch:1.6 Sun Sep 3 23:02:18 2006 +++ SOURCES/gcc-enable-java-awt-qt.patch Tue Mar 4 16:29:01 2008 @@ -10,41 +10,3 @@ AC_CHECK_PROG(MOC, [moc-qt4], [moc-qt4]) fi if test "x$HAVE_QT4" = "xno"; then ---- trunk/libjava/classpath/native/jni/qt-peer/Makefile.am.orig 2006-07-02 15:31:56.000000000 +0200 -+++ trunk/libjava/classpath/native/jni/qt-peer/Makefile.am 2006-07-02 19:55:57.446430500 +0200 -@@ -8,7 +8,10 @@ - gcjversionedlib_LTLIBRARIES = libqtpeer.la - - AM_LDFLAGS = @CLASSPATH_MODULE@ @QT_LIBS@ --AM_CPPFLAGS = @CLASSPATH_INCLUDES@ -+AM_CPPFLAGS = @CLASSPATH_INCLUDES@ \ -+ -I$(top_builddir)/../../libstdc++-v3/include \ -+ -I$(top_builddir)/../../libstdc++-v3/include/$(target_alias) \ -+ -I$(top_srcdir)/../../libstdc++-v3/libsupc++ - - AM_CXXFLAGS = @QT_CFLAGS@ - ---- trunk/libjava/classpath/native/jni/qt-peer/Makefile.in.orig 2006-07-02 15:31:56.000000000 +0200 -+++ trunk/libjava/classpath/native/jni/qt-peer/Makefile.in 2006-07-02 19:56:14.711509500 +0200 -@@ -324,7 +324,10 @@ - gcjversionedlibdir = $(libdir)/gcj-$(gcc_version) - gcjversionedlib_LTLIBRARIES = libqtpeer.la - AM_LDFLAGS = @CLASSPATH_MODULE@ @QT_LIBS@ --AM_CPPFLAGS = @CLASSPATH_INCLUDES@ -+AM_CPPFLAGS = @CLASSPATH_INCLUDES@ \ -+ -I$(top_builddir)/../../libstdc++-v3/include \ -+ -I$(top_builddir)/../../libstdc++-v3/include/$(target_alias) \ -+ -I$(top_srcdir)/../../libstdc++-v3/libsupc++ - AM_CXXFLAGS = @QT_CFLAGS@ - libqtpeer_la_MOC = \ - slotcallbacks.moc.h ---- trunk/libjava/classpath/native/jni/qt-peer/componentevent.cpp.orig 2005-11-16 00:20:01.000000000 +0100 -+++ trunk/libjava/classpath/native/jni/qt-peer/componentevent.cpp 2006-02-26 17:59:49.285101500 +0100 -@@ -39,6 +39,7 @@ - #include <QWidget> - #include <QPoint> - -+#include <assert.h> - #include "componentevent.h" - - AWTInitEvent::AWTInitEvent(JNIEnv *env, jobject obj) : AWTEvent() ================================================================ Index: SOURCES/gcc-force_jar_wrapper.patch diff -u SOURCES/gcc-force_jar_wrapper.patch:1.3 SOURCES/gcc-force_jar_wrapper.patch:1.4 --- SOURCES/gcc-force_jar_wrapper.patch:1.3 Mon Aug 7 15:38:54 2006 +++ SOURCES/gcc-force_jar_wrapper.patch Tue Mar 4 16:29:01 2008 @@ -4,8 +4,8 @@ AC_CHECK_TOOL(AR, ar) AC_CHECK_TOOL(RANLIB, ranlib, :) AC_PROG_AWK --AC_CHECK_PROGS([JAR], [jar fastjar], no) -+AC_CHECK_PROGS([JAR], [SKIP-jar-TEST SKIP-fastjar-TEST], no) +-AC_CHECK_PROGS([JAR], [jar fastjar gjar], no) ++AC_CHECK_PROGS([JAR], [SKIP-jar-TEST SKIP-fastjar-TEST SKIP-gjar-TEST], no) AC_PATH_PROG([ZIP], [zip], no) AC_PATH_PROG([UNZIP], [unzip], unzip) AM_CONDITIONAL(BASH_JAR, test "$JAR" = no) ================================================================ Index: SOURCES/gcc-hash-style-gnu.patch diff -u SOURCES/gcc-hash-style-gnu.patch:1.1 SOURCES/gcc-hash-style-gnu.patch:1.2 --- SOURCES/gcc-hash-style-gnu.patch:1.1 Wed Apr 18 15:12:37 2007 +++ SOURCES/gcc-hash-style-gnu.patch Tue Mar 4 16:29:01 2008 @@ -1,15 +1,3 @@ - - alpha/linux-elf.h | 2 +- - i386/linux.h | 2 +- - i386/linux64.h | 2 +- - ia64/linux.h | 2 +- - rs6000/linux64.h | 4 ++-- - rs6000/sysv4.h | 2 +- - s390/linux.h | 2 +- - sparc/linux.h | 2 +- - sparc/linux64.h | 6 +++--- - 9 files changed, 12 insertions(+), 12 deletions(-) - --- gcc-4.2.0-20070316/gcc/config/alpha/linux-elf.h.orig 2006-02-18 06:12:51.000000000 -0500 +++ gcc-4.2.0-20070316/gcc/config/alpha/linux-elf.h 2007-04-18 07:14:56.875631582 -0400 @@ -40,7 +40,7 @@ @@ -85,12 +73,12 @@ %{!static: \ --- gcc-4.2.0-20070316/gcc/config/i386/linux64.h.orig 2006-02-18 06:12:51.000000000 -0500 +++ gcc-4.2.0-20070316/gcc/config/i386/linux64.h 2007-04-18 07:14:56.875631582 -0400 -@@ -53,7 +53,7 @@ - #define GLIBC_DYNAMIC_LINKER64 "/lib64/ld-linux-x86-64.so.2" +@@ -65,7 +65,7 @@ + #endif #undef LINK_SPEC --#define LINK_SPEC "%{!m32:-m elf_x86_64} %{m32:-m elf_i386} \ -+#define LINK_SPEC "%{!m32:-m elf_x86_64} %{m32:-m elf_i386} --hash-style=gnu \ +-#define LINK_SPEC "%{" SPEC_64 ":-m elf_x86_64} %{" SPEC_32 ":-m elf_i386} \ ++#define LINK_SPEC "%{" SPEC_64 ":-m elf_x86_64} %{" SPEC_32 ":-m elf_i386} --hash-style=gnu \ %{shared:-shared} \ %{!shared: \ %{!static: \ ================================================================ Index: SOURCES/gcc-info.patch diff -u SOURCES/gcc-info.patch:1.14 SOURCES/gcc-info.patch:1.15 --- SOURCES/gcc-info.patch:1.14 Sat Oct 21 16:50:08 2006 +++ SOURCES/gcc-info.patch Tue Mar 4 16:29:01 2008 @@ -1,5 +1,5 @@ ---- gcc-4.0-20040919.orig/gcc/doc/cpp.texi 2004-09-17 10:22:36.000000000 +0200 -+++ gcc-4.0-20040919/gcc/doc/cpp.texi 2004-09-26 10:58:58.166721432 +0200 +--- a/gcc/doc/cpp.texi 2004-09-17 10:22:36.000000000 +0200 ++++ b/gcc/doc/cpp.texi 2004-09-26 10:58:58.166721432 +0200 @@ -52,9 +52,9 @@ @set cppmanual @@ -12,8 +12,8 @@ @end direntry @end ifinfo ---- gcc-4.0-20040919.orig/gcc/doc/cppinternals.texi 2004-07-03 01:57:11.000000000 +0200 -+++ gcc-4.0-20040919/gcc/doc/cppinternals.texi 2004-09-26 10:58:58.208715048 +0200 +--- a/gcc/doc/cppinternals.texi 2004-07-03 01:57:11.000000000 +0200 ++++ b/gcc/doc/cppinternals.texi 2004-09-26 10:58:58.208715048 +0200 @@ -3,9 +3,9 @@ @settitle The GNU C Preprocessor Internals @@ -26,9 +26,9 @@ @end direntry @end ifinfo ---- gcc-4.0-20040919.orig/gcc/doc/gcc.texi 2004-07-22 22:12:20.000000000 +0200 -+++ gcc-4.0-20040919/gcc/doc/gcc.texi 2004-09-26 10:58:58.218713528 +0200 -@@ -62,9 +62,9 @@ +--- 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 @@ funds for GNU development. @end copying @ifnottex @@ -36,12 +36,14 @@ [EMAIL PROTECTED] Programming Languages: @direntry -* gcc: (gcc). The GNU Compiler Collection. +-* g++: (gcc). The GNU C++ compiler. +* gcc: (gcc). The GNU Compiler Collection ++* g++: (gcc). The GNU C++ compiler @end direntry This file documents the use of the GNU compilers. @sp 1 ---- gcc-4.0-20040919.orig/gcc/doc/gccint.texi 2004-05-24 00:54:29.000000000 +0200 -+++ gcc-4.0-20040919/gcc/doc/gccint.texi 2004-09-26 10:58:58.222712920 +0200 +--- 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 @@ funds for GNU development. @end copying @@ -54,8 +56,8 @@ @end direntry This file documents the internals of the GNU compilers. @sp 1 ---- gcc-4.0-20040919.orig/gcc/ada/gnat-style.texi 2004-09-01 13:51:52.000000000 +0200 -+++ gcc-4.0-20040919/gcc/ada/gnat-style.texi 2004-09-26 10:58:58.342694680 +0200 +--- a/gcc/ada/gnat-style.texi 2004-09-01 13:51:52.000000000 +0200 ++++ b/gcc/ada/gnat-style.texi 2004-09-26 10:58:58.342694680 +0200 @@ -28,9 +28,9 @@ @setchapternewpage odd @@ -68,8 +70,8 @@ @end direntry @macro syntax{element} ---- gcc-4_1-branch/gcc/ada/gnat_ugn.texi.orig 2005-12-06 23:45:52.983574000 +0100 -+++ gcc-4_1-branch/gcc/ada/gnat_ugn.texi 2005-12-11 02:35:45.580878360 +0100 +--- 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 @@ -99,9 +99,9 @@ @end ifset @@ -82,8 +84,8 @@ @end direntry @include gcc-common.texi ---- gcc-4.0-20040919.orig/gcc/fortran/gfortran.texi 2004-09-16 15:13:39.000000000 +0200 -+++ gcc-4.0-20040919/gcc/fortran/gfortran.texi 2004-09-26 11:05:50.258074024 +0200 +--- 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 @@ @end copying @@ -96,9 +98,9 @@ @end direntry This file documents the use and the internals of the GNU Fortran compiler, (@command{gfortran}). ---- 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 @@ +--- 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 +@@ -54,24 +54,19 @@ @ifinfo @format @@ -112,12 +114,6 @@ [EMAIL PROTECTED] Individual utilities [EMAIL PROTECTED] Programming tools: @direntry --* gcjh: (gcj)Invoking gcjh. -- Generate header files from Java class files --* gjnih: (gcj)Invoking gjnih. -- Generate JNI header files from Java class files --* jv-scan: (gcj)Invoking jv-scan. -- Print information about Java source files -* jcf-dump: (gcj)Invoking jcf-dump. - Print information about Java class files -* gij: (gcj)Invoking gij. GNU interpreter for Java bytecode @@ -127,21 +123,18 @@ - Convert file from one encoding to another -* grmic: (gcj)Invoking grmic. - Generate stubs for Remote Method Invocation. --* grmiregistry: (gcj)Invoking grmiregistry. -- The remote object registry. -+* gcjh: (gcj)gcjh. Generate header files from Java class files -+* gjnih: (gcj)Invoking gjnih. Generate JNI header files from Java class files -+* jv-scan: (gcj)jv-scan. Print information about Java source files +-* gc-analyze: (gcj)Invoking gc-analyze. +- Analyze Garbage Collector (GC) memory dumps. +* 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. -+* grmiregistry: (gcj)grmiregistry. The remote object registry. ++* gc-analyze: (gcj)gc-analyze. Analyze Garbage Collector (GC) memory dumps. @end direntry @end format -@@ -114,20 +106,20 @@ +@@ -104,17 +99,17 @@ @file{.class} files. @menu @@ -152,28 +145,22 @@ -* Invoking gcj:: Compiler options supported by @command{gcj} +* gcj:: Compiler options supported by @command{gcj} * Compatibility:: Compatibility between gcj and other tools for Java --* Invoking gcjh:: Generate header files from class files --* Invoking gjnih:: Generate JNI header files from class files --* Invoking jv-scan:: Print information about source files -* 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 grmiregistry:: The remote object registry. -+* gcjh:: Generate header files from class files -+* gjnih:: Generate JNI header files from class files -+* jv-scan:: Print information about source files +-* Invoking gc-analyze:: Analyze Garbage Collector (GC) memory dumps. +* jcf-dump:: Print information about class files +* gij:: Interpreting Java bytecodes +* jv-convert:: Converting from one encoding to another +* gcj-dbtool:: Db tool. +* grmic:: Generate stubs for Remote Method Invocation. -+* grmiregistry:: The remote object registry. ++* gc-analyze:: Analyze Garbage Collector (GC) memory dumps. * About CNI:: Description of the Compiled Native Interface * System properties:: Modifying runtime behavior of the libgcj library * Resources:: Where to look for more information -@@ -140,7 +132,7 @@ +@@ -127,7 +122,7 @@ @include fdl.texi @@ -182,7 +169,7 @@ @chapter Invoking gcj @c man title gcj Ahead-of-time compiler for the Java language -@@ -674,8 +666,8 @@ +@@ -670,8 +665,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, @@ -193,43 +180,16 @@ @item The old classname-to-library lookup mechanism is still supported -@@ -722,7 +714,7 @@ +@@ -718,7 +713,7 @@ @end itemize [EMAIL PROTECTED] Invoking gcjh [EMAIL PROTECTED] gcjh - @chapter Invoking gcjh - - @c man title gcjh generate header files from Java class files -@@ -838,7 +830,7 @@ - - @c man end - [EMAIL PROTECTED] Invoking gjnih [EMAIL PROTECTED] gjnih - @chapter Invoking gjnih - - @c man title gjnih generate JNI header files from Java class files -@@ -952,7 +944,7 @@ - - @c man end - [EMAIL PROTECTED] Invoking jv-scan [EMAIL PROTECTED] jv-scan - @chapter Invoking jv-scan - - @c man title jv-scan print information about Java source file -@@ -1015,7 +1007,7 @@ - - @c man end - [EMAIL PROTECTED] Invoking jcf-dump [EMAIL PROTECTED] jcf-dump @chapter Invoking jcf-dump @c man title jcf-dump print information about Java class files -@@ -1075,7 +1067,7 @@ +@@ -778,7 +773,7 @@ @c man end @@ -238,7 +198,7 @@ @chapter Invoking gij @c man title gij GNU interpreter for Java bytecode -@@ -1204,7 +1196,7 @@ +@@ -907,7 +902,7 @@ @c man end @@ -247,7 +207,7 @@ @chapter Invoking gcj-dbtool. @c man title gcj-dbtool Manipulate class file mapping databases for libgcj -@@ -1295,7 +1287,7 @@ +@@ -998,7 +993,7 @@ @c man end @@ -256,7 +216,7 @@ @chapter Invoking jv-convert @c man title jv-convert Convert file from one encoding to another -@@ -1354,7 +1346,7 @@ +@@ -1057,7 +1052,7 @@ @c man end @@ -265,17 +225,17 @@ @chapter Invoking grmic @c man title grmic Generate stubs for Remote Method Invocation -@@ -1433,7 +1425,7 @@ +@@ -1136,7 +1131,7 @@ @c man end [EMAIL PROTECTED] Invoking grmiregistry [EMAIL PROTECTED] grmiregistry - @chapter Invoking grmiregistry - - @c man title grmiregistry Remote object registry ---- gcc-4_1-branch/gcc/ada/gnat_rm.texi.orig 2005-11-30 12:12:06.000000000 +0100 -+++ gcc-4_1-branch/gcc/ada/gnat_rm.texi 2005-12-11 02:36:14.863426736 +0100 [EMAIL PROTECTED] Invoking gc-analyze [EMAIL PROTECTED] gc-analyze + @chapter Invoking gc-analyze + + @c man title gc-analyze Analyze Garbage Collector (GC) memory dumps +--- 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 @@ -288,8 +248,8 @@ @end direntry @copying ---- 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 +--- 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 @@ @ifinfo @insertcopying ================================================================ Index: SOURCES/gcc-nodebug.patch diff -u SOURCES/gcc-nodebug.patch:1.9 SOURCES/gcc-nodebug.patch:1.10 --- SOURCES/gcc-nodebug.patch:1.9 Mon Jan 1 01:08:57 2007 +++ SOURCES/gcc-nodebug.patch Tue Mar 4 16:29:01 2008 @@ -1,18 +1,17 @@ ---- 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 = @CFLAGS@ - LDFLAGS = @LDFLAGS@ --STAGE1_CFLAGS = -g @stage1_cflags@ -+STAGE1_CFLAGS = @stage1_cflags@ - STAGE1_CHECKING_CFLAGS = -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING --BOOT_CFLAGS = -g -O2 -+BOOT_CFLAGS = -O2 - - # Flags to determine code coverage. When coverage is disabled, this will - # contain the optimization flags, as you normally want code coverage -@@ -547,7 +547,7 @@ +--- a/Makefile.in 2006-07-02 15:31:20.000000000 +0200 ++++ b/Makefile.in 2006-07-02 20:55:33.573762250 +0200 +@@ -274,7 +274,7 @@ + + # Flags to pass to stage2 and later makes. They are defined + # here so that they can be overridden by Makefile fragments. +-BOOT_CFLAGS= -g -O2 ++BOOT_CFLAGS= -O2 + BOOT_LDFLAGS= + + BISON = @BISON@ +--- a/gcc/Makefile.in 2008-02-25 15:53:34.000000000 +0100 ++++ b/gcc/Makefile.in 2008-03-03 16:42:29.000000000 +0100 +@@ -560,7 +560,7 @@ # Options to use when compiling libgcc2.a. # @@ -21,8 +20,8 @@ LIBGCC2_CFLAGS = -O2 $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) $(TARGET_LIBGCC2_CFLAGS) \ $(LIBGCC2_DEBUG_CFLAGS) $(GTHREAD_FLAGS) \ -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED \ ---- gcc-4.0-20040919/gcc/ada/Makefile.in.orig 2004-09-13 12:18:40.000000000 +0200 -+++ gcc-4.0-20040919/gcc/ada/Makefile.in 2004-09-26 11:40:30.070894416 +0200 +--- a/gcc/ada/Makefile.in 2004-09-13 12:18:40.000000000 +0200 ++++ b/gcc/ada/Makefile.in 2004-09-26 11:40:30.070894416 +0200 @@ -73,7 +73,7 @@ # to the stage2 and stage3 compilations # XCFLAGS is used for most compilations but not when using the GCC just built. @@ -44,8 +43,8 @@ GNATLIBCFLAGS_FOR_C = $(GNATLIBCFLAGS) $(TARGET_LIBGCC2_CFLAGS) -fexceptions \ -DIN_RTS ALL_ADA_CFLAGS = $(X_ADA_CFLAGS) $(T_ADA_CFLAGS) $(ADA_CFLAGS) ---- gcc/libada/Makefile.in.orig 2005-11-04 13:49:08.000000000 +0000 -+++ gcc/libada/Makefile.in 2005-11-24 23:52:14.739531296 +0000 +--- a/libada/Makefile.in 2005-11-04 13:49:08.000000000 +0000 ++++ b/libada/Makefile.in 2005-11-24 23:52:14.739531296 +0000 @@ -54,7 +54,6 @@ include $(GCC_DIR)/libada-mk @@ -54,8 +53,8 @@ # Get target-specific overrides for TARGET_LIBGCC2_CFLAGS # and possibly GNATLIBCFLAGS. Currently this uses files # in gcc/config. The 'subst' call is used to rerelativize them ---- gcc-4.0-20040919/libffi/Makefile.am.orig 2004-08-30 17:42:59.000000000 +0200 -+++ gcc-4.0-20040919/libffi/Makefile.am 2004-09-26 11:44:10.789340112 +0200 +--- a/libffi/Makefile.am 2004-08-30 17:42:59.000000000 +0200 ++++ b/libffi/Makefile.am 2004-09-26 11:44:10.789340112 +0200 @@ -138,7 +138,7 @@ libffi_convenience_la_SOURCES = $(libffi_la_SOURCES) nodist_libffi_convenience_la_SOURCES = $(nodist_libffi_la_SOURCES) @@ -65,8 +64,8 @@ libffi_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` ---- gcc-4.0-20040919/libffi/Makefile.in.orig 2004-09-19 19:47:04.000000000 +0200 -+++ gcc-4.0-20040919/libffi/Makefile.in 2004-09-26 11:44:17.253357432 +0200 +--- a/libffi/Makefile.in 2004-09-19 19:47:04.000000000 +0200 ++++ b/libffi/Makefile.in 2004-09-26 11:44:17.253357432 +0200 @@ -385,7 +385,7 @@ nodist_libffi_la_SOURCES = $(am__append_1) $(am__append_2) $(am__append_3) $(am__append_4) $(am__append_5) $(am__append_6) $(am__append_7) $(am__append_8) $(am__append_9) $(am__append_10) $(am__append_11) $(am__append_12) $(am__append_13) $(am__append_14) $(am__append_15) $(am__append_16) $(am__append_17) $(am__append_18) libffi_convenience_la_SOURCES = $(libffi_la_SOURCES) @@ -76,8 +75,8 @@ libffi_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` AM_CPPFLAGS = -I. -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src AM_CCASFLAGS = $(AM_CPPFLAGS) ---- gcc-4.0-20040919/libjava/Makefile.am.orig 2004-09-10 10:22:58.000000000 +0200 -+++ gcc-4.0-20040919/libjava/Makefile.am 2004-09-26 11:46:24.041082768 +0200 +--- a/libjava/Makefile.am 2004-09-10 10:22:58.000000000 +0200 ++++ b/libjava/Makefile.am 2004-09-26 11:46:24.041082768 +0200 @@ -179,7 +179,7 @@ ## Extra CFLAGS used for JNI C sources shared with GNU Classpath. PEDANTIC_CFLAGS = -ansi -pedantic -Wall -Wno-long-long @@ -87,8 +86,8 @@ JC1FLAGS = @LIBGCJ_JAVAFLAGS@ $(GCJFLAGS) LIBFFIINCS = @LIBFFIINCS@ ---- gcc-4.0-20040919/libjava/Makefile.in.orig 2004-09-19 19:47:04.000000000 +0200 -+++ gcc-4.0-20040919/libjava/Makefile.in 2004-09-26 11:47:02.431246576 +0200 +--- a/libjava/Makefile.in 2004-09-19 19:47:04.000000000 +0200 ++++ b/libjava/Makefile.in 2004-09-26 11:47:02.431246576 +0200 @@ -4167,7 +4167,7 @@ @[EMAIL PROTECTED] = @LIBGCJ_CFLAGS@ @[EMAIL PROTECTED] = @LIBGCJ_CFLAGS@ $(WARNINGS) ================================================================ Index: SOURCES/gcc-ppc64-m32-m64-multilib-only.patch diff -u SOURCES/gcc-ppc64-m32-m64-multilib-only.patch:1.2 SOURCES/gcc-ppc64-m32-m64-multilib-only.patch:1.3 --- SOURCES/gcc-ppc64-m32-m64-multilib-only.patch:1.2 Thu Mar 23 17:51:26 2006 +++ SOURCES/gcc-ppc64-m32-m64-multilib-only.patch Tue Mar 4 16:29:01 2008 @@ -1,8 +1,8 @@ ---- gcc/gcc/config/rs6000/t-linux64 2003-06-03 05:11:45.000000000 -0400 -+++ gcc/gcc/config/rs6000/t-linux64 2003-06-11 17:07:16.000000000 -0400 -@@ -4,13 +4,13 @@ LIB2FUNCS_EXTRA = tramp.S $(srcdir)/conf - # Modify the shared lib version file - SHLIB_MKMAP_OPTS = -v dotsyms=1 +--- a/gcc/config/rs6000/t-linux64 2007-09-27 21:56:06.000000000 +0200 ++++ b/gcc/config/rs6000/t-linux64 2008-03-04 15:59:23.000000000 +0100 +@@ -14,13 +14,13 @@ + # it doesn't tell anything about the 32bit libraries on those systems. Set + # MULTILIB_OSDIRNAMES according to what is found on the target. -MULTILIB_OPTIONS = m64/m32 msoft-float -MULTILIB_DIRNAMES = 64 32 nof @@ -11,12 +11,12 @@ MULTILIB_EXTRA_OPTS = fPIC mstrict-align -MULTILIB_EXCEPTIONS = m64/msoft-float -MULTILIB_EXCLUSIONS = m64/!m32/msoft-float --MULTILIB_OSDIRNAMES = ../lib64 ../lib nof +-MULTILIB_OSDIRNAMES = ../lib64 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib) nof -MULTILIB_MATCHES = $(MULTILIB_MATCHES_FLOAT) +MULTILIB_EXCEPTIONS = +MULTILIB_EXCLUSIONS = -+MULTILIB_OSDIRNAMES = ../lib64 ../lib ++MULTILIB_OSDIRNAMES = ../lib64 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib) +MULTILIB_MATCHES = <<Diff was trimmed, longer than 597 lines>> ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/gcc-ada-link.patch?r1=1.8&r2=1.9&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/gcc-enable-java-awt-qt.patch?r1=1.6&r2=1.7&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/gcc-force_jar_wrapper.patch?r1=1.3&r2=1.4&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/gcc-hash-style-gnu.patch?r1=1.1&r2=1.2&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/gcc-info.patch?r1=1.14&r2=1.15&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/gcc-nodebug.patch?r1=1.9&r2=1.10&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/gcc-ppc64-m32-m64-multilib-only.patch?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit