rpms/gcc/devel .cvsignore, 1.293, 1.294 gcc.spec, 1.72, 1.73 sources, 1.297, 1.298 gcc44-powerpc-libgcc_s_so.patch, 1.1, NONE gcc44-pr41175.patch, 1.3, NONE gcc44-vta-cfgexpand-ptr-mode-pr41248.patch, 1.1, NONE

Jakub Jelinek jakub at fedoraproject.org
Wed Sep 23 18:21:10 UTC 2009


Author: jakub

Update of /cvs/pkgs/rpms/gcc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32471

Modified Files:
	.cvsignore gcc.spec sources 
Removed Files:
	gcc44-powerpc-libgcc_s_so.patch gcc44-pr41175.patch 
	gcc44-vta-cfgexpand-ptr-mode-pr41248.patch 
Log Message:
4.4.1-16


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/devel/.cvsignore,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -p -r1.293 -r1.294
--- .cvsignore	18 Sep 2009 08:28:25 -0000	1.293
+++ .cvsignore	23 Sep 2009 18:21:09 -0000	1.294
@@ -1,2 +1,2 @@
 fastjar-0.97.tar.gz
-gcc-4.4.1-20090918.tar.bz2
+gcc-4.4.1-20090923.tar.bz2


Index: gcc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/devel/gcc.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -p -r1.72 -r1.73
--- gcc.spec	18 Sep 2009 08:28:26 -0000	1.72
+++ gcc.spec	23 Sep 2009 18:21:09 -0000	1.73
@@ -1,9 +1,9 @@
-%global DATE 20090918
-%global SVNREV 151835
+%global DATE 20090923
+%global SVNREV 152092
 %global gcc_version 4.4.1
 # 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 15
+%global gcc_release 16
 %global _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 %global include_gappletviewer 1
@@ -159,10 +159,7 @@ Patch15: gcc44-raw-string.patch
 Patch16: gcc44-unwind-debug-hook.patch
 Patch17: gcc44-pr38757.patch
 Patch18: gcc44-libstdc++-docs.patch
-Patch19: gcc44-vta-cfgexpand-ptr-mode-pr41248.patch
-Patch20: gcc44-powerpc-libgcc_s_so.patch
-Patch21: gcc44-pr41175.patch
-Patch22: gcc44-ppc64-aixdesc.patch
+Patch19: gcc44-ppc64-aixdesc.patch
 
 Patch1000: fastjar-0.97-segfault.patch
 
@@ -468,10 +465,7 @@ which are required to compile with the G
 %if %{build_libstdcxx_docs}
 %patch18 -p0 -b .libstdc++-docs~
 %endif
-%patch19 -p0 -b .vta-cfgexpand-ptr-mode-pr41248~
-%patch20 -p0 -b .powerpc-libgcc_s_so~
-%patch21 -p0 -b .pr41175~
-%patch22 -p0 -b .ppc64-aixdesc~
+%patch19 -p0 -b .ppc64-aixdesc~
 
 # This testcase doesn't compile.
 rm libjava/testsuite/libjava.lang/PR35020*
@@ -1827,6 +1821,20 @@ fi
 %doc rpm.doc/changelogs/libmudflap/ChangeLog*
 
 %changelog
+* Wed Sep 23 2009 Jakub Jelinek <jakub at redhat.com> 4.4.1-16
+- update from gcc-4_4-branch
+  - PRs c/39779, c/41049, debug/41065, libffi/40242, libffi/41443,
+	libgfortran/41328, testsuite/41288
+- VTA backports
+  - PRs bootstrap/41397, bootstrap/41404, bootstrap/41405, debug/41295,
+	debug/41411, debug/41439
+  - fix ICE caused by reload substitution of const_int into zero_extend
+    in debug_insn (#524439)
+- fix altivec vec_cmp{lt,gt} (#524273)
+- fix -mno-sched-epilogue on ppc (#524216, PR target/40473)
+- don't look at MUDFLAP_OPTIONS env var in suid/sgid programs
+  (PR libmudflap/41433)
+
 * Fri Sep 18 2009 Jakub Jelinek <jakub at redhat.com> 4.4.1-15
 - for now disable out of line gpr/fpr saving on ppc with -m64 -Os -mcall-aixdesc
 - fix DW_AT_decl_{file,location} for DW_TAG_structure_type for C structs


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/devel/sources,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -p -r1.297 -r1.298
--- sources	18 Sep 2009 08:28:26 -0000	1.297
+++ sources	23 Sep 2009 18:21:09 -0000	1.298
@@ -1,2 +1,2 @@
 2659f09c2e43ef8b7d4406321753f1b2  fastjar-0.97.tar.gz
-d80d46cdb567914d34408afcd3c4d5af  gcc-4.4.1-20090918.tar.bz2
+25ef066c0ea8770f562eed45a9e1619f  gcc-4.4.1-20090923.tar.bz2


--- gcc44-powerpc-libgcc_s_so.patch DELETED ---


--- gcc44-pr41175.patch DELETED ---


--- gcc44-vta-cfgexpand-ptr-mode-pr41248.patch DELETED ---




More information about the scm-commits mailing list