rpms/gcc/F-12 .cvsignore, 1.339, 1.340 gcc.spec, 1.127, 1.128 sources, 1.348, 1.349 gcc44-pr43893.patch, 1.1, NONE

Jakub Jelinek jakub at fedoraproject.org
Mon May 3 20:04:31 UTC 2010


Author: jakub

Update of /cvs/pkgs/rpms/gcc/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4678

Modified Files:
	.cvsignore gcc.spec sources 
Removed Files:
	gcc44-pr43893.patch 
Log Message:
4.4.4-2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/.cvsignore,v
retrieving revision 1.339
retrieving revision 1.340
diff -u -p -r1.339 -r1.340
--- .cvsignore	30 Apr 2010 20:02:34 -0000	1.339
+++ .cvsignore	3 May 2010 20:04:30 -0000	1.340
@@ -1,2 +1,2 @@
 fastjar-0.97.tar.gz
-gcc-4.4.4-20100430.tar.bz2
+gcc-4.4.4-20100503.tar.bz2


Index: gcc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/gcc.spec,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -p -r1.127 -r1.128
--- gcc.spec	30 Apr 2010 20:02:34 -0000	1.127
+++ gcc.spec	3 May 2010 20:04:30 -0000	1.128
@@ -1,9 +1,9 @@
-%global DATE 20100430
-%global SVNREV 158946
+%global DATE 20100503
+%global SVNREV 159002
 %global gcc_version 4.4.4
 # Note, gcc_release must be integer, if you want to add suffixes to
 # %{release}, append them after %{gcc_release} on Release: line.
-%global gcc_release 1
+%global gcc_release 2
 %global _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 %if 0%{?fedora} >= 13 || 0%{?rhel} >= 6
@@ -176,7 +176,6 @@ Patch17: gcc44-pr38757.patch
 Patch18: gcc44-libstdc++-docs.patch
 Patch19: gcc44-ppc64-aixdesc.patch
 Patch20: gcc44-no-add-needed.patch
-Patch21: gcc44-pr43893.patch
 
 Patch1000: fastjar-0.97-segfault.patch
 Patch1001: fastjar-0.97-len1.patch
@@ -488,7 +487,6 @@ which are required to compile with the G
 %if 0%{?fedora} >= 13
 %patch20 -p0 -b .no-add-needed~
 %endif
-%patch21 -p0 -b .pr43893~
 
 # This testcase doesn't compile.
 rm libjava/testsuite/libjava.lang/PR35020*
@@ -1878,6 +1876,9 @@ fi
 %doc rpm.doc/changelogs/libmudflap/ChangeLog*
 
 %changelog
+* Mon May  3 2010 Jakub Jelinek <jakub at redhat.com> 4.4.4-2
+- fix VTA ICE on subregs of @GOTPCREL symbols (#588154, PR debug/43972)
+
 * Fri Apr 30 2010 Jakub Jelinek <jakub at redhat.com> 4.4.4-1
 - update from gcc-4_4-branch
   - GCC 4.4.4 release


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/sources,v
retrieving revision 1.348
retrieving revision 1.349
diff -u -p -r1.348 -r1.349
--- sources	30 Apr 2010 20:02:34 -0000	1.348
+++ sources	3 May 2010 20:04:30 -0000	1.349
@@ -1,2 +1,2 @@
 2659f09c2e43ef8b7d4406321753f1b2  fastjar-0.97.tar.gz
-060fd464e4163a716ac34942ede39591  gcc-4.4.4-20100430.tar.bz2
+4e48e9d511c34389595b2ffafc29ffb5  gcc-4.4.4-20100503.tar.bz2


--- gcc44-pr43893.patch DELETED ---



More information about the scm-commits mailing list