Mon, 01 Jul 2013 19:50:52 +0200
Update to new vendor software version and hope for the best!
gcc/gcc.patch | file | annotate | diff | comparison | revisions | |
gcc/gcc.spec | file | annotate | diff | comparison | revisions |
1.1 --- a/gcc/gcc.patch Sun Jun 30 20:10:20 2013 +0200 1.2 +++ b/gcc/gcc.patch Mon Jul 01 19:50:52 2013 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 Index: config.guess 1.5 --- config.guess.orig 2011-06-06 12:34:35.000000000 +0200 1.6 +++ config.guess 2012-07-21 09:15:05.000000000 +0200 1.7 -@@ -194,7 +194,7 @@ 1.8 +@@ -190,7 +190,7 @@ 1.9 release='-gnu' 1.10 ;; 1.11 *) 1.12 @@ -13,7 +13,7 @@ 1.13 Index: gcc/config/i386/sol2.h 1.14 --- gcc/config/i386/sol2.h.orig 2011-08-01 14:14:21.000000000 +0200 1.15 +++ gcc/config/i386/sol2.h 2012-07-21 09:15:05.000000000 +0200 1.16 -@@ -100,6 +100,9 @@ 1.17 +@@ -99,6 +99,9 @@ 1.18 #undef ASM_QUAD 1.19 #endif 1.20 1.21 @@ -38,7 +38,7 @@ 1.22 Index: gcc/config/sol2.h 1.23 --- gcc/config/sol2.h.orig 2011-08-18 16:47:46.000000000 +0200 1.24 +++ gcc/config/sol2.h 2012-07-21 09:15:05.000000000 +0200 1.25 -@@ -171,8 +171,8 @@ 1.26 +@@ -176,8 +176,8 @@ 1.27 "%{h*} %{v:-V} \ 1.28 %{!shared:%{!static:%{rdynamic: " RDYNAMIC_SPEC "}}} \ 1.29 %{static:-dn -Bstatic} \ 1.30 @@ -46,13 +46,13 @@ 1.31 - %{symbolic:-Bsymbolic -G -dy -z text} \ 1.32 + %{shared:-G -dy} \ 1.33 + %{symbolic:-Bsymbolic -G -dy} \ 1.34 - %{pthreads|pthread|fprofile-generate*:" LIB_THREAD_LDFLAGS_SPEC "} \ 1.35 %(link_arch) \ 1.36 %{Qy:} %{!Qn:-Qy}" 1.37 + 1.38 Index: gcc/system.h 1.39 --- gcc/system.h.orig 2012-02-17 00:16:28.000000000 +0100 1.40 +++ gcc/system.h 2012-07-21 09:15:05.000000000 +0200 1.41 -@@ -455,10 +455,6 @@ 1.42 +@@ -456,10 +456,6 @@ 1.43 } 1.44 #endif 1.45 1.46 @@ -66,7 +66,7 @@ 1.47 Index: libcpp/charset.c 1.48 --- libcpp/charset.c.orig 2011-01-03 21:52:22.000000000 +0100 1.49 +++ libcpp/charset.c 2012-07-21 09:15:05.000000000 +0200 1.50 -@@ -75,6 +75,7 @@ 1.51 +@@ -74,6 +74,7 @@ 1.52 #define iconv_open(x, y) (errno = EINVAL, (iconv_t)-1) 1.53 #define iconv(a,b,c,d,e) (errno = EINVAL, (size_t)-1) 1.54 #define iconv_close(x) (void)0 1.55 @@ -77,7 +77,7 @@ 1.56 Index: libcpp/internal.h 1.57 --- libcpp/internal.h.orig 2012-01-09 09:48:43.000000000 +0100 1.58 +++ libcpp/internal.h 2012-07-21 09:15:05.000000000 +0200 1.59 -@@ -29,6 +29,7 @@ 1.60 +@@ -28,6 +28,7 @@ 1.61 #if HAVE_ICONV 1.62 #include <iconv.h> 1.63 #else
2.1 --- a/gcc/gcc.spec Sun Jun 30 20:10:20 2013 +0200 2.2 +++ b/gcc/gcc.spec Mon Jul 01 19:50:52 2013 +0200 2.3 @@ -22,7 +22,7 @@ 2.4 ## 2.5 2.6 # package version 2.7 -%define V_full 4.7.1 2.8 +%define V_full 4.8.1 2.9 %define V_comp %nil 2.10 2.11 # package information 2.12 @@ -36,7 +36,7 @@ 2.13 Group: Compiler 2.14 License: GPL 2.15 Version: %{V_full} 2.16 -Release: 20120800 2.17 +Release: 20130000 2.18 2.19 # package options 2.20 %option with_binutils yes