change log for rtems (2011-04-18)

rtems-vc at rtems.org rtems-vc at rtems.org
Tue Apr 19 02:10:14 UTC 2011


 *ralf* (on branch rtems-4-10-branch):
newlib-1.18.0-rtems4.10-20110419.diff.
Preps for gcc-4.4.6.

M 1.60.2.8  contrib/crossrpms/rtems4.10/arm/gcc-sources.add
M 1.62.2.8  contrib/crossrpms/rtems4.10/avr/gcc-sources.add
M 1.61.2.8  contrib/crossrpms/rtems4.10/bfin/gcc-sources.add
M 1.62.2.8  contrib/crossrpms/rtems4.10/h8300/gcc-sources.add
M 1.61.2.8  contrib/crossrpms/rtems4.10/i386/gcc-sources.add
M 1.40.2.8  contrib/crossrpms/rtems4.10/lm32/gcc-sources.add
M 1.57.2.8  contrib/crossrpms/rtems4.10/m32c/gcc-sources.add
M 1.57.2.8  contrib/crossrpms/rtems4.10/m32r/gcc-sources.add
M 1.61.2.8  contrib/crossrpms/rtems4.10/m68k/gcc-sources.add
M 1.63.2.8  contrib/crossrpms/rtems4.10/mips/gcc-sources.add
M 1.64.2.8  contrib/crossrpms/rtems4.10/powerpc/gcc-sources.add
M 1.60.2.8  contrib/crossrpms/rtems4.10/sh/gcc-sources.add
M 1.62.2.8  contrib/crossrpms/rtems4.10/sparc/gcc-sources.add

diff -u rtems/contrib/crossrpms/rtems4.10/arm/gcc-sources.add:1.60.2.7 rtems/contrib/crossrpms/rtems4.10/arm/gcc-sources.add:1.60.2.8
--- rtems/contrib/crossrpms/rtems4.10/arm/gcc-sources.add:1.60.2.7	Mon Feb 28 23:23:04 2011
+++ rtems/contrib/crossrpms/rtems4.10/arm/gcc-sources.add	Mon Apr 18 20:46:01 2011
@@ -2,12 +2,19 @@
 Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.5-rtems4.10-20110301.diff
 %endif
+%if "%{gcc_version}" == "4.4.6"
+Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.6-rtems4.10-20110418.diff
+%endif
 %{?_without_sources:NoSource:	0}
 
 %if %build_cxx
 %if "%{gcc_version}" == "4.4.5" 
 Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 %endif
+%if "%{gcc_version}" == "4.4.6" 
+Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
 %{?_without_sources:NoSource:	1}
 
 %endif
@@ -34,7 +41,7 @@
 %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:	ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
+Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110419.diff
 %endif
 %{?_without_sources:NoSource:	50}
 %endif

diff -u rtems/contrib/crossrpms/rtems4.10/avr/gcc-sources.add:1.62.2.7 rtems/contrib/crossrpms/rtems4.10/avr/gcc-sources.add:1.62.2.8
--- rtems/contrib/crossrpms/rtems4.10/avr/gcc-sources.add:1.62.2.7	Mon Feb 28 23:23:04 2011
+++ rtems/contrib/crossrpms/rtems4.10/avr/gcc-sources.add	Mon Apr 18 20:46:01 2011
@@ -2,12 +2,19 @@
 Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.5-rtems4.10-20110301.diff
 %endif
+%if "%{gcc_version}" == "4.4.6"
+Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.6-rtems4.10-20110418.diff
+%endif
 %{?_without_sources:NoSource:	0}
 
 %if %build_cxx
 %if "%{gcc_version}" == "4.4.5" 
 Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 %endif
+%if "%{gcc_version}" == "4.4.6" 
+Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
 %{?_without_sources:NoSource:	1}
 
 %endif
@@ -34,7 +41,7 @@
 %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:	ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
+Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110419.diff
 %endif
 %{?_without_sources:NoSource:	50}
 %endif

diff -u rtems/contrib/crossrpms/rtems4.10/bfin/gcc-sources.add:1.61.2.7 rtems/contrib/crossrpms/rtems4.10/bfin/gcc-sources.add:1.61.2.8
--- rtems/contrib/crossrpms/rtems4.10/bfin/gcc-sources.add:1.61.2.7	Mon Feb 28 23:23:04 2011
+++ rtems/contrib/crossrpms/rtems4.10/bfin/gcc-sources.add	Mon Apr 18 20:46:01 2011
@@ -2,12 +2,19 @@
 Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.5-rtems4.10-20110301.diff
 %endif
+%if "%{gcc_version}" == "4.4.6"
+Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.6-rtems4.10-20110418.diff
+%endif
 %{?_without_sources:NoSource:	0}
 
 %if %build_cxx
 %if "%{gcc_version}" == "4.4.5" 
 Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 %endif
+%if "%{gcc_version}" == "4.4.6" 
+Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
 %{?_without_sources:NoSource:	1}
 
 %endif
@@ -34,7 +41,7 @@
 %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:	ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
+Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110419.diff
 %endif
 %{?_without_sources:NoSource:	50}
 %endif

diff -u rtems/contrib/crossrpms/rtems4.10/h8300/gcc-sources.add:1.62.2.7 rtems/contrib/crossrpms/rtems4.10/h8300/gcc-sources.add:1.62.2.8
--- rtems/contrib/crossrpms/rtems4.10/h8300/gcc-sources.add:1.62.2.7	Mon Feb 28 23:23:04 2011
+++ rtems/contrib/crossrpms/rtems4.10/h8300/gcc-sources.add	Mon Apr 18 20:46:01 2011
@@ -2,12 +2,19 @@
 Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.5-rtems4.10-20110301.diff
 %endif
+%if "%{gcc_version}" == "4.4.6"
+Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.6-rtems4.10-20110418.diff
+%endif
 %{?_without_sources:NoSource:	0}
 
 %if %build_cxx
 %if "%{gcc_version}" == "4.4.5" 
 Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 %endif
+%if "%{gcc_version}" == "4.4.6" 
+Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
 %{?_without_sources:NoSource:	1}
 
 %endif
@@ -34,7 +41,7 @@
 %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:	ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
+Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110419.diff
 %endif
 %{?_without_sources:NoSource:	50}
 %endif

diff -u rtems/contrib/crossrpms/rtems4.10/i386/gcc-sources.add:1.61.2.7 rtems/contrib/crossrpms/rtems4.10/i386/gcc-sources.add:1.61.2.8
--- rtems/contrib/crossrpms/rtems4.10/i386/gcc-sources.add:1.61.2.7	Mon Feb 28 23:23:04 2011
+++ rtems/contrib/crossrpms/rtems4.10/i386/gcc-sources.add	Mon Apr 18 20:46:02 2011
@@ -2,12 +2,19 @@
 Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.5-rtems4.10-20110301.diff
 %endif
+%if "%{gcc_version}" == "4.4.6"
+Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.6-rtems4.10-20110418.diff
+%endif
 %{?_without_sources:NoSource:	0}
 
 %if %build_cxx
 %if "%{gcc_version}" == "4.4.5" 
 Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 %endif
+%if "%{gcc_version}" == "4.4.6" 
+Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
 %{?_without_sources:NoSource:	1}
 
 %endif
@@ -34,7 +41,7 @@
 %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:	ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
+Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110419.diff
 %endif
 %{?_without_sources:NoSource:	50}
 %endif

diff -u rtems/contrib/crossrpms/rtems4.10/lm32/gcc-sources.add:1.40.2.7 rtems/contrib/crossrpms/rtems4.10/lm32/gcc-sources.add:1.40.2.8
--- rtems/contrib/crossrpms/rtems4.10/lm32/gcc-sources.add:1.40.2.7	Mon Feb 28 23:23:04 2011
+++ rtems/contrib/crossrpms/rtems4.10/lm32/gcc-sources.add	Mon Apr 18 20:46:02 2011
@@ -2,12 +2,19 @@
 Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.5-rtems4.10-20110301.diff
 %endif
+%if "%{gcc_version}" == "4.4.6"
+Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.6-rtems4.10-20110418.diff
+%endif
 %{?_without_sources:NoSource:	0}
 
 %if %build_cxx
 %if "%{gcc_version}" == "4.4.5" 
 Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 %endif
+%if "%{gcc_version}" == "4.4.6" 
+Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
 %{?_without_sources:NoSource:	1}
 
 %endif
@@ -34,7 +41,7 @@
 %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:	ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
+Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110419.diff
 %endif
 %{?_without_sources:NoSource:	50}
 %endif

diff -u rtems/contrib/crossrpms/rtems4.10/m32c/gcc-sources.add:1.57.2.7 rtems/contrib/crossrpms/rtems4.10/m32c/gcc-sources.add:1.57.2.8
--- rtems/contrib/crossrpms/rtems4.10/m32c/gcc-sources.add:1.57.2.7	Mon Feb 28 23:23:04 2011
+++ rtems/contrib/crossrpms/rtems4.10/m32c/gcc-sources.add	Mon Apr 18 20:46:02 2011
@@ -2,12 +2,19 @@
 Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.5-rtems4.10-20110301.diff
 %endif
+%if "%{gcc_version}" == "4.4.6"
+Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.6-rtems4.10-20110418.diff
+%endif
 %{?_without_sources:NoSource:	0}
 
 %if %build_cxx
 %if "%{gcc_version}" == "4.4.5" 
 Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 %endif
+%if "%{gcc_version}" == "4.4.6" 
+Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
 %{?_without_sources:NoSource:	1}
 
 %endif
@@ -34,7 +41,7 @@
 %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:	ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
+Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110419.diff
 %endif
 %{?_without_sources:NoSource:	50}
 %endif

diff -u rtems/contrib/crossrpms/rtems4.10/m32r/gcc-sources.add:1.57.2.7 rtems/contrib/crossrpms/rtems4.10/m32r/gcc-sources.add:1.57.2.8
--- rtems/contrib/crossrpms/rtems4.10/m32r/gcc-sources.add:1.57.2.7	Mon Feb 28 23:23:04 2011
+++ rtems/contrib/crossrpms/rtems4.10/m32r/gcc-sources.add	Mon Apr 18 20:46:02 2011
@@ -2,12 +2,19 @@
 Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.5-rtems4.10-20110301.diff
 %endif
+%if "%{gcc_version}" == "4.4.6"
+Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.6-rtems4.10-20110418.diff
+%endif
 %{?_without_sources:NoSource:	0}
 
 %if %build_cxx
 %if "%{gcc_version}" == "4.4.5" 
 Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 %endif
+%if "%{gcc_version}" == "4.4.6" 
+Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
 %{?_without_sources:NoSource:	1}
 
 %endif
@@ -34,7 +41,7 @@
 %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:	ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
+Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110419.diff
 %endif
 %{?_without_sources:NoSource:	50}
 %endif

diff -u rtems/contrib/crossrpms/rtems4.10/m68k/gcc-sources.add:1.61.2.7 rtems/contrib/crossrpms/rtems4.10/m68k/gcc-sources.add:1.61.2.8
--- rtems/contrib/crossrpms/rtems4.10/m68k/gcc-sources.add:1.61.2.7	Mon Feb 28 23:23:04 2011
+++ rtems/contrib/crossrpms/rtems4.10/m68k/gcc-sources.add	Mon Apr 18 20:46:02 2011
@@ -2,12 +2,19 @@
 Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.5-rtems4.10-20110301.diff
 %endif
+%if "%{gcc_version}" == "4.4.6"
+Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.6-rtems4.10-20110418.diff
+%endif
 %{?_without_sources:NoSource:	0}
 
 %if %build_cxx
 %if "%{gcc_version}" == "4.4.5" 
 Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 %endif
+%if "%{gcc_version}" == "4.4.6" 
+Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
 %{?_without_sources:NoSource:	1}
 
 %endif
@@ -34,7 +41,7 @@
 %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:	ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
+Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110419.diff
 %endif
 %{?_without_sources:NoSource:	50}
 %endif

diff -u rtems/contrib/crossrpms/rtems4.10/mips/gcc-sources.add:1.63.2.7 rtems/contrib/crossrpms/rtems4.10/mips/gcc-sources.add:1.63.2.8
--- rtems/contrib/crossrpms/rtems4.10/mips/gcc-sources.add:1.63.2.7	Mon Feb 28 23:23:04 2011
+++ rtems/contrib/crossrpms/rtems4.10/mips/gcc-sources.add	Mon Apr 18 20:46:02 2011
@@ -2,12 +2,19 @@
 Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.5-rtems4.10-20110301.diff
 %endif
+%if "%{gcc_version}" == "4.4.6"
+Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.6-rtems4.10-20110418.diff
+%endif
 %{?_without_sources:NoSource:	0}
 
 %if %build_cxx
 %if "%{gcc_version}" == "4.4.5" 
 Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 %endif
+%if "%{gcc_version}" == "4.4.6" 
+Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
 %{?_without_sources:NoSource:	1}
 
 %endif
@@ -34,7 +41,7 @@
 %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:	ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
+Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110419.diff
 %endif
 %{?_without_sources:NoSource:	50}
 %endif

diff -u rtems/contrib/crossrpms/rtems4.10/powerpc/gcc-sources.add:1.64.2.7 rtems/contrib/crossrpms/rtems4.10/powerpc/gcc-sources.add:1.64.2.8
--- rtems/contrib/crossrpms/rtems4.10/powerpc/gcc-sources.add:1.64.2.7	Mon Feb 28 23:23:04 2011
+++ rtems/contrib/crossrpms/rtems4.10/powerpc/gcc-sources.add	Mon Apr 18 20:46:02 2011
@@ -2,12 +2,19 @@
 Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.5-rtems4.10-20110301.diff
 %endif
+%if "%{gcc_version}" == "4.4.6"
+Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.6-rtems4.10-20110418.diff
+%endif
 %{?_without_sources:NoSource:	0}
 
 %if %build_cxx
 %if "%{gcc_version}" == "4.4.5" 
 Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 %endif
+%if "%{gcc_version}" == "4.4.6" 
+Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
 %{?_without_sources:NoSource:	1}
 
 %endif
@@ -34,7 +41,7 @@
 %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:	ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
+Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110419.diff
 %endif
 %{?_without_sources:NoSource:	50}
 %endif

diff -u rtems/contrib/crossrpms/rtems4.10/sh/gcc-sources.add:1.60.2.7 rtems/contrib/crossrpms/rtems4.10/sh/gcc-sources.add:1.60.2.8
--- rtems/contrib/crossrpms/rtems4.10/sh/gcc-sources.add:1.60.2.7	Mon Feb 28 23:23:04 2011
+++ rtems/contrib/crossrpms/rtems4.10/sh/gcc-sources.add	Mon Apr 18 20:46:02 2011
@@ -2,12 +2,19 @@
 Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.5-rtems4.10-20110301.diff
 %endif
+%if "%{gcc_version}" == "4.4.6"
+Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.6-rtems4.10-20110418.diff
+%endif
 %{?_without_sources:NoSource:	0}
 
 %if %build_cxx
 %if "%{gcc_version}" == "4.4.5" 
 Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 %endif
+%if "%{gcc_version}" == "4.4.6" 
+Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
 %{?_without_sources:NoSource:	1}
 
 %endif
@@ -34,7 +41,7 @@
 %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:	ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
+Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110419.diff
 %endif
 %{?_without_sources:NoSource:	50}
 %endif

diff -u rtems/contrib/crossrpms/rtems4.10/sparc/gcc-sources.add:1.62.2.7 rtems/contrib/crossrpms/rtems4.10/sparc/gcc-sources.add:1.62.2.8
--- rtems/contrib/crossrpms/rtems4.10/sparc/gcc-sources.add:1.62.2.7	Mon Feb 28 23:23:04 2011
+++ rtems/contrib/crossrpms/rtems4.10/sparc/gcc-sources.add	Mon Apr 18 20:46:02 2011
@@ -2,12 +2,19 @@
 Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
 Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.5-rtems4.10-20110301.diff
 %endif
+%if "%{gcc_version}" == "4.4.6"
+Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
+Patch0:		ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gcc-core-4.4.6-rtems4.10-20110418.diff
+%endif
 %{?_without_sources:NoSource:	0}
 
 %if %build_cxx
 %if "%{gcc_version}" == "4.4.5" 
 Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
 %endif
+%if "%{gcc_version}" == "4.4.6" 
+Source1:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-g++-%{gcc_pkgvers}.tar.bz2
+%endif
 %{?_without_sources:NoSource:	1}
 
 %endif
@@ -34,7 +41,7 @@
 %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:	ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
-Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
+Patch50:	ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110419.diff
 %endif
 %{?_without_sources:NoSource:	50}
 %endif


 *ralf* (on branch rtems-4-10-branch):
Bump GCC_RPMREL.

M 1.120.2.13  contrib/crossrpms/rtems4.10/arm/Makefile.am
M 1.124.2.13  contrib/crossrpms/rtems4.10/avr/Makefile.am
M 1.109.2.12  contrib/crossrpms/rtems4.10/bfin/Makefile.am
M 1.123.2.13  contrib/crossrpms/rtems4.10/h8300/Makefile.am
M 1.122.2.13  contrib/crossrpms/rtems4.10/i386/Makefile.am
M 1.80.2.13  contrib/crossrpms/rtems4.10/lm32/Makefile.am
M 1.119.2.13  contrib/crossrpms/rtems4.10/m32c/Makefile.am
M 1.112.2.13  contrib/crossrpms/rtems4.10/m32r/Makefile.am
M 1.123.2.13  contrib/crossrpms/rtems4.10/m68k/Makefile.am
M 1.125.2.13  contrib/crossrpms/rtems4.10/mips/Makefile.am
M 1.126.2.13  contrib/crossrpms/rtems4.10/powerpc/Makefile.am
M 1.122.2.13  contrib/crossrpms/rtems4.10/sh/Makefile.am
M 1.122.2.13  contrib/crossrpms/rtems4.10/sparc/Makefile.am

diff -u rtems/contrib/crossrpms/rtems4.10/arm/Makefile.am:1.120.2.12 rtems/contrib/crossrpms/rtems4.10/arm/Makefile.am:1.120.2.13
--- rtems/contrib/crossrpms/rtems4.10/arm/Makefile.am:1.120.2.12	Thu Mar 10 06:25:00 2011
+++ rtems/contrib/crossrpms/rtems4.10/arm/Makefile.am	Mon Apr 18 20:51:08 2011
@@ -12,7 +12,7 @@
 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 7
+GCC_RPMREL = 8
 
 NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)

diff -u rtems/contrib/crossrpms/rtems4.10/avr/Makefile.am:1.124.2.12 rtems/contrib/crossrpms/rtems4.10/avr/Makefile.am:1.124.2.13
--- rtems/contrib/crossrpms/rtems4.10/avr/Makefile.am:1.124.2.12	Thu Mar 10 06:25:00 2011
+++ rtems/contrib/crossrpms/rtems4.10/avr/Makefile.am	Mon Apr 18 20:51:08 2011
@@ -12,7 +12,7 @@
 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 7
+GCC_RPMREL = 8
 NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`

diff -u rtems/contrib/crossrpms/rtems4.10/bfin/Makefile.am:1.109.2.11 rtems/contrib/crossrpms/rtems4.10/bfin/Makefile.am:1.109.2.12
--- rtems/contrib/crossrpms/rtems4.10/bfin/Makefile.am:1.109.2.11	Thu Mar 10 06:25:00 2011
+++ rtems/contrib/crossrpms/rtems4.10/bfin/Makefile.am	Mon Apr 18 20:51:08 2011
@@ -12,7 +12,7 @@
 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 7
+GCC_RPMREL = 8
 NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`

diff -u rtems/contrib/crossrpms/rtems4.10/h8300/Makefile.am:1.123.2.12 rtems/contrib/crossrpms/rtems4.10/h8300/Makefile.am:1.123.2.13
--- rtems/contrib/crossrpms/rtems4.10/h8300/Makefile.am:1.123.2.12	Thu Mar 10 06:25:00 2011
+++ rtems/contrib/crossrpms/rtems4.10/h8300/Makefile.am	Mon Apr 18 20:51:08 2011
@@ -12,7 +12,7 @@
 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 7
+GCC_RPMREL = 8
 NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`

diff -u rtems/contrib/crossrpms/rtems4.10/i386/Makefile.am:1.122.2.12 rtems/contrib/crossrpms/rtems4.10/i386/Makefile.am:1.122.2.13
--- rtems/contrib/crossrpms/rtems4.10/i386/Makefile.am:1.122.2.12	Thu Mar 10 06:25:00 2011
+++ rtems/contrib/crossrpms/rtems4.10/i386/Makefile.am	Mon Apr 18 20:51:08 2011
@@ -12,7 +12,7 @@
 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 7
+GCC_RPMREL = 8
 NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`

diff -u rtems/contrib/crossrpms/rtems4.10/lm32/Makefile.am:1.80.2.12 rtems/contrib/crossrpms/rtems4.10/lm32/Makefile.am:1.80.2.13
--- rtems/contrib/crossrpms/rtems4.10/lm32/Makefile.am:1.80.2.12	Thu Mar 10 06:25:01 2011
+++ rtems/contrib/crossrpms/rtems4.10/lm32/Makefile.am	Mon Apr 18 20:51:08 2011
@@ -12,7 +12,7 @@
 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 7
+GCC_RPMREL = 8
 NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`

diff -u rtems/contrib/crossrpms/rtems4.10/m32c/Makefile.am:1.119.2.12 rtems/contrib/crossrpms/rtems4.10/m32c/Makefile.am:1.119.2.13
--- rtems/contrib/crossrpms/rtems4.10/m32c/Makefile.am:1.119.2.12	Thu Mar 10 06:25:01 2011
+++ rtems/contrib/crossrpms/rtems4.10/m32c/Makefile.am	Mon Apr 18 20:51:08 2011
@@ -12,7 +12,7 @@
 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 7
+GCC_RPMREL = 8
 NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`

diff -u rtems/contrib/crossrpms/rtems4.10/m32r/Makefile.am:1.112.2.12 rtems/contrib/crossrpms/rtems4.10/m32r/Makefile.am:1.112.2.13
--- rtems/contrib/crossrpms/rtems4.10/m32r/Makefile.am:1.112.2.12	Thu Mar 10 06:25:01 2011
+++ rtems/contrib/crossrpms/rtems4.10/m32r/Makefile.am	Mon Apr 18 20:51:08 2011
@@ -12,7 +12,7 @@
 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 7
+GCC_RPMREL = 8
 NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`

diff -u rtems/contrib/crossrpms/rtems4.10/m68k/Makefile.am:1.123.2.12 rtems/contrib/crossrpms/rtems4.10/m68k/Makefile.am:1.123.2.13
--- rtems/contrib/crossrpms/rtems4.10/m68k/Makefile.am:1.123.2.12	Thu Mar 10 06:25:01 2011
+++ rtems/contrib/crossrpms/rtems4.10/m68k/Makefile.am	Mon Apr 18 20:51:08 2011
@@ -12,7 +12,7 @@
 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 7
+GCC_RPMREL = 8
 NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`

diff -u rtems/contrib/crossrpms/rtems4.10/mips/Makefile.am:1.125.2.12 rtems/contrib/crossrpms/rtems4.10/mips/Makefile.am:1.125.2.13
--- rtems/contrib/crossrpms/rtems4.10/mips/Makefile.am:1.125.2.12	Thu Mar 10 06:25:01 2011
+++ rtems/contrib/crossrpms/rtems4.10/mips/Makefile.am	Mon Apr 18 20:51:08 2011
@@ -12,7 +12,7 @@
 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 7
+GCC_RPMREL = 8
 NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`

diff -u rtems/contrib/crossrpms/rtems4.10/powerpc/Makefile.am:1.126.2.12 rtems/contrib/crossrpms/rtems4.10/powerpc/Makefile.am:1.126.2.13
--- rtems/contrib/crossrpms/rtems4.10/powerpc/Makefile.am:1.126.2.12	Thu Mar 10 06:25:01 2011
+++ rtems/contrib/crossrpms/rtems4.10/powerpc/Makefile.am	Mon Apr 18 20:51:08 2011
@@ -12,7 +12,7 @@
 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 7
+GCC_RPMREL = 8
 NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`

diff -u rtems/contrib/crossrpms/rtems4.10/sh/Makefile.am:1.122.2.12 rtems/contrib/crossrpms/rtems4.10/sh/Makefile.am:1.122.2.13
--- rtems/contrib/crossrpms/rtems4.10/sh/Makefile.am:1.122.2.12	Thu Mar 10 06:25:01 2011
+++ rtems/contrib/crossrpms/rtems4.10/sh/Makefile.am	Mon Apr 18 20:51:08 2011
@@ -12,7 +12,7 @@
 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 7
+GCC_RPMREL = 8
 NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`

diff -u rtems/contrib/crossrpms/rtems4.10/sparc/Makefile.am:1.122.2.12 rtems/contrib/crossrpms/rtems4.10/sparc/Makefile.am:1.122.2.13
--- rtems/contrib/crossrpms/rtems4.10/sparc/Makefile.am:1.122.2.12	Thu Mar 10 06:25:01 2011
+++ rtems/contrib/crossrpms/rtems4.10/sparc/Makefile.am	Mon Apr 18 20:51:08 2011
@@ -12,7 +12,7 @@
 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 7
+GCC_RPMREL = 8
 NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110418/fd24f4bc/attachment-0001.html>


More information about the vc mailing list