head 1.1; access; symbols OPENPKG_E1_MP_HEAD:1.1 OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_2_STABLE:1.1.2.2 OPENPKG_E1_FP:1.1.2.2 OPENPKG_2_STABLE_MP:1.1 OPENPKG_2_STABLE_20061018:1.1.2.2 OPENPKG_2_STABLE:1.1.0.2; locks; strict; comment @# @; 1.1 date 2005.09.20.13.34.19; author rse; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2005.09.20.13.34.19; author rse; state dead; branches; next 1.1.2.2; commitid iZxwRSmmWscPXUQr; 1.1.2.2 date 2006.10.16.14.50.16; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.1 log @Major Upgrade to GCC 4.0: gcc (3.4.4) becomes gcc3, gcc40 (4.0.1) becomes gcc, gcc40 is removed, gcc41 is kept @ text @Index: config.guess --- config.guess.orig 2004-02-22 15:44:23 +0100 +++ config.guess 2005-05-20 09:23:59 +0200 @@@@ -189,7 +189,7 @@@@ release='-gnu' ;; *) - release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: Index: gcc/config/alpha/osf.h --- gcc/config/alpha/osf.h.orig 2004-07-17 23:18:49 +0200 +++ gcc/config/alpha/osf.h 2005-05-20 09:23:59 +0200 @@@@ -79,7 +79,7 @@@@ constructor and call-frame data structures are not accidentally overridden. */ #define LINK_SPEC \ - "-G 8 %{O*:-O3} %{!O*:-O1} -S %{static:-non_shared} \ + "-oldstyle_liblookup %{!o:-o a.out} -G 8 %{O*:-O3} %{!O*:-O1} -S %{static:-non_shared} \ %{!static:%{shared:-shared -hidden_symbol _GLOBAL_*} \ %{!shared:-call_shared}} %{pg} %{taso} %{rpath*}" Index: gcc/config/i386/sol2.h --- gcc/config/i386/sol2.h.orig 2004-06-14 19:34:11 +0200 +++ gcc/config/i386/sol2.h 2005-05-20 09:23:59 +0200 @@@@ -79,3 +79,7 @@@@ fprintf ((FILE), "\n"); \ } \ } while (0) + +#undef DEFAULT_PCC_STRUCT_RETURN +#define DEFAULT_PCC_STRUCT_RETURN 1 + Index: gcc/config/sol2.h --- gcc/config/sol2.h.orig 2004-07-17 23:18:56 +0200 +++ gcc/config/sol2.h 2005-09-19 22:01:15 +0200 @@@@ -144,8 +144,8 @@@@ "%{h*} %{v:-V} \ %{b} %{Wl,*:%*} \ %{static:-dn -Bstatic} \ - %{shared:-G -dy %{!mimpure-text:-z text}} \ - %{symbolic:-Bsymbolic -G -dy -z text} \ + %{shared:-G -dy} \ + %{symbolic:-Bsymbolic -G -dy} \ %(link_arch) \ %{Qy:} %{!Qn:-Qy}" Index: gcc/system.h --- gcc/system.h.orig 2004-03-16 00:22:47 +0100 +++ gcc/system.h 2005-05-20 09:23:59 +0200 @@@@ -315,10 +315,6 @@@@ extern char *strstr (const char *, const char *); #endif -#ifdef HAVE_MALLOC_H -#include -#endif - #if defined (HAVE_DECL_MALLOC) && !HAVE_DECL_MALLOC extern void *malloc (size_t); #endif @ 1.1.2.1 log @file gcc3.patch was added on branch OPENPKG_2_STABLE on 2006-10-16 14:50:16 +0000 @ text @d1 63 @ 1.1.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 63 Index: config.guess --- config.guess.orig 2004-02-22 15:44:23 +0100 +++ config.guess 2005-05-20 09:23:59 +0200 @@@@ -189,7 +189,7 @@@@ release='-gnu' ;; *) - release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: Index: gcc/config/alpha/osf.h --- gcc/config/alpha/osf.h.orig 2004-07-17 23:18:49 +0200 +++ gcc/config/alpha/osf.h 2005-05-20 09:23:59 +0200 @@@@ -79,7 +79,7 @@@@ constructor and call-frame data structures are not accidentally overridden. */ #define LINK_SPEC \ - "-G 8 %{O*:-O3} %{!O*:-O1} -S %{static:-non_shared} \ + "-oldstyle_liblookup %{!o:-o a.out} -G 8 %{O*:-O3} %{!O*:-O1} -S %{static:-non_shared} \ %{!static:%{shared:-shared -hidden_symbol _GLOBAL_*} \ %{!shared:-call_shared}} %{pg} %{taso} %{rpath*}" Index: gcc/config/i386/sol2.h --- gcc/config/i386/sol2.h.orig 2004-06-14 19:34:11 +0200 +++ gcc/config/i386/sol2.h 2005-05-20 09:23:59 +0200 @@@@ -79,3 +79,7 @@@@ fprintf ((FILE), "\n"); \ } \ } while (0) + +#undef DEFAULT_PCC_STRUCT_RETURN +#define DEFAULT_PCC_STRUCT_RETURN 1 + Index: gcc/config/sol2.h --- gcc/config/sol2.h.orig 2004-07-17 23:18:56 +0200 +++ gcc/config/sol2.h 2005-09-19 22:01:15 +0200 @@@@ -144,8 +144,8 @@@@ "%{h*} %{v:-V} \ %{b} %{Wl,*:%*} \ %{static:-dn -Bstatic} \ - %{shared:-G -dy %{!mimpure-text:-z text}} \ - %{symbolic:-Bsymbolic -G -dy -z text} \ + %{shared:-G -dy} \ + %{symbolic:-Bsymbolic -G -dy} \ %(link_arch) \ %{Qy:} %{!Qn:-Qy}" Index: gcc/system.h --- gcc/system.h.orig 2004-03-16 00:22:47 +0100 +++ gcc/system.h 2005-05-20 09:23:59 +0200 @@@@ -315,10 +315,6 @@@@ extern char *strstr (const char *, const char *); #endif -#ifdef HAVE_MALLOC_H -#include -#endif - #if defined (HAVE_DECL_MALLOC) && !HAVE_DECL_MALLOC extern void *malloc (size_t); #endif @