1.1 --- a/gcc/gcc.patch Sat Mar 26 17:31:59 2011 +0100 1.2 +++ b/gcc/gcc.patch Mon Mar 28 19:41:02 2011 +0200 1.3 @@ -1,6 +1,7 @@ 1.4 Index: config.guess 1.5 ---- config.guess.orig 2010-03-23 15:26:40.000000000 +0100 1.6 -+++ config.guess 2010-08-01 23:35:02.000000000 +0200 1.7 +diff -Nau config.guess.orig config.guess 1.8 +--- config.guess.orig 2011-03-21 16:02:29.000000000 +0100 1.9 ++++ config.guess 2011-03-27 18:06:45.404612233 +0200 1.10 @@ -194,7 +194,7 @@ 1.11 release='-gnu' 1.12 ;; 1.13 @@ -10,10 +11,11 @@ 1.14 ;; 1.15 esac 1.16 # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: 1.17 -Index: gcc/config/alpha/osf.h 1.18 ---- gcc/config/alpha/osf.h.orig 2010-04-28 18:26:24.000000000 +0200 1.19 -+++ gcc/config/alpha/osf.h 2010-08-01 23:35:02.000000000 +0200 1.20 -@@ -77,7 +77,7 @@ 1.21 +Index: gcc/config/alpha/osf5.h 1.22 +diff -Nau gcc/config/alpha/osf5.h.orig gcc/config/alpha/osf5.h 1.23 +--- gcc/config/alpha/osf5.h.orig 2010-11-21 01:54:14.000000000 +0100 1.24 ++++ gcc/config/alpha/osf5.h 2011-03-27 18:06:45.432326155 +0200 1.25 +@@ -94,7 +94,7 @@ 1.26 constructor and call-frame data structures are not accidentally 1.27 overridden. */ 1.28 #define LINK_SPEC \ 1.29 @@ -23,9 +25,10 @@ 1.30 %{!shared:-call_shared}} %{pg} %{taso} %{rpath*}" 1.31 1.32 Index: gcc/config/i386/sol2-10.h 1.33 ---- gcc/config/i386/sol2-10.h.orig 2010-07-14 10:47:54.000000000 +0200 1.34 -+++ gcc/config/i386/sol2-10.h 2010-08-01 23:37:46.000000000 +0200 1.35 -@@ -114,7 +114,7 @@ 1.36 +diff -Nau gcc/config/i386/sol2-10.h.orig gcc/config/i386/sol2-10.h 1.37 +--- gcc/config/i386/sol2-10.h.orig 2011-01-26 21:23:17.000000000 +0100 1.38 ++++ gcc/config/i386/sol2-10.h 2011-03-27 18:06:45.455032224 +0200 1.39 +@@ -105,7 +105,7 @@ 1.40 -R /usr/ucblib/64} \ 1.41 %{!compat-bsd: \ 1.42 %{!YP,*:%{p|pg:-Y P,/usr/lib/libp/64:/lib/64:/usr/lib/64} \ 1.43 @@ -34,7 +37,7 @@ 1.44 1.45 #undef LINK_ARCH64_SPEC 1.46 #define LINK_ARCH64_SPEC LINK_ARCH64_SPEC_BASE 1.47 -@@ -131,7 +131,7 @@ 1.48 +@@ -122,7 +122,7 @@ 1.49 #endif 1.50 1.51 #define TARGET_LD_EMULATION "%{m64:-m " X86_64_EMULATION "}" \ 1.52 @@ -44,9 +47,10 @@ 1.53 #define TARGET_LD_EMULATION "" 1.54 #endif 1.55 Index: gcc/config/i386/sol2.h 1.56 ---- gcc/config/i386/sol2.h.orig 2010-07-14 10:47:54.000000000 +0200 1.57 -+++ gcc/config/i386/sol2.h 2010-08-01 23:35:02.000000000 +0200 1.58 -@@ -76,6 +76,9 @@ 1.59 +diff -Nau gcc/config/i386/sol2.h.orig gcc/config/i386/sol2.h 1.60 +--- gcc/config/i386/sol2.h.orig 2011-02-02 17:58:49.000000000 +0100 1.61 ++++ gcc/config/i386/sol2.h 2011-03-27 18:06:45.458713885 +0200 1.62 +@@ -73,6 +73,9 @@ 1.63 #undef ASM_QUAD 1.64 #endif 1.65 1.66 @@ -57,10 +61,11 @@ 1.67 #define ASM_OUTPUT_DEF_FROM_DECLS(FILE, DECL, TARGET) \ 1.68 do { \ 1.69 Index: gcc/config/sol2.h 1.70 ---- gcc/config/sol2.h.orig 2010-04-16 15:33:58.000000000 +0200 1.71 -+++ gcc/config/sol2.h 2010-08-01 23:35:02.000000000 +0200 1.72 -@@ -176,8 +176,8 @@ 1.73 - %{b} \ 1.74 +diff -Nau gcc/config/sol2.h.orig gcc/config/sol2.h 1.75 +--- gcc/config/sol2.h.orig 2011-01-26 21:23:17.000000000 +0100 1.76 ++++ gcc/config/sol2.h 2011-03-27 18:06:45.477952967 +0200 1.77 +@@ -183,8 +183,8 @@ 1.78 + "%{h*} %{v:-V} \ 1.79 %{!shared:%{!static:%{rdynamic: " RDYNAMIC_SPEC "}}} \ 1.80 %{static:-dn -Bstatic} \ 1.81 - %{shared:-G -dy %{!mimpure-text:-z text}} \ 1.82 @@ -71,9 +76,10 @@ 1.83 %{Qy:} %{!Qn:-Qy}" 1.84 1.85 Index: gcc/system.h 1.86 ---- gcc/system.h.orig 2009-12-14 00:00:53.000000000 +0100 1.87 -+++ gcc/system.h 2010-08-01 23:35:02.000000000 +0200 1.88 -@@ -398,10 +398,6 @@ 1.89 +diff -Nau gcc/system.h.orig gcc/system.h 1.90 +--- gcc/system.h.orig 2011-01-09 13:41:33.000000000 +0100 1.91 ++++ gcc/system.h 2011-03-27 18:06:45.498233251 +0200 1.92 +@@ -430,10 +430,6 @@ 1.93 extern char *strstr (const char *, const char *); 1.94 #endif 1.95 1.96 @@ -85,8 +91,9 @@ 1.97 extern void *malloc (size_t); 1.98 #endif 1.99 Index: libcpp/charset.c 1.100 ---- libcpp/charset.c.orig 2010-03-29 22:07:29.000000000 +0200 1.101 -+++ libcpp/charset.c 2010-08-01 23:35:02.000000000 +0200 1.102 +diff -Nau libcpp/charset.c.orig libcpp/charset.c 1.103 +--- libcpp/charset.c.orig 2011-01-03 21:52:22.000000000 +0100 1.104 ++++ libcpp/charset.c 2011-03-27 18:06:45.522800310 +0200 1.105 @@ -75,6 +75,7 @@ 1.106 #define iconv_open(x, y) (errno = EINVAL, (iconv_t)-1) 1.107 #define iconv(a,b,c,d,e) (errno = EINVAL, (size_t)-1) 1.108 @@ -96,8 +103,9 @@ 1.109 #endif 1.110 1.111 Index: libcpp/internal.h 1.112 ---- libcpp/internal.h.orig 2010-03-29 22:07:29.000000000 +0200 1.113 -+++ libcpp/internal.h 2010-08-01 23:35:02.000000000 +0200 1.114 +diff -Nau libcpp/internal.h.orig libcpp/internal.h 1.115 +--- libcpp/internal.h.orig 2010-09-29 20:18:38.000000000 +0200 1.116 ++++ libcpp/internal.h 2011-03-27 18:06:45.537431542 +0200 1.117 @@ -29,6 +29,7 @@ 1.118 #if HAVE_ICONV 1.119 #include <iconv.h>