rpms/kernel/devel kernel-2.6.spec,1.2879,1.2880

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Dec 17 13:15:01 UTC 2006


Author: dwmw2

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8757

Modified Files:
	kernel-2.6.spec 
Log Message:
work around gcc bug


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.2879
retrieving revision 1.2880
diff -u -r1.2879 -r1.2880
--- kernel-2.6.spec	15 Dec 2006 21:06:48 -0000	1.2879
+++ kernel-2.6.spec	17 Dec 2006 13:14:58 -0000	1.2880
@@ -317,6 +317,7 @@
 # 300 - 399   ppc(64)
 Patch301: linux-2.6-cell-mambo-drivers.patch
 Patch302: linux-2.6-systemsim-work.patch
+Patch303: linux-2.6-ppc32-ucmpdi2.patch
 Patch310: linux-2.6-g5-therm-shutdown.patch
 
 # 400 - 499   ia64
@@ -741,6 +742,8 @@
 # Support the IBM Mambo simulator; core as well as disk and network drivers.
 %patch301 -p1
 %patch302 -p1
+# Temporary hack to work around GCC PR #25724 / #21237
+%patch303 -p1
 # Alleviate G5 thermal shutdown problems
 %patch310 -p1
 
@@ -1786,6 +1789,9 @@
 #  - tux.
 
 %changelog
+* Sun Dec 17 2006 David Woodhouse <dwmw2 at redhat.com>
+- Temporarily provide __ucmpdi2 on ppc32 to work around GCC PR #25724
+
 * Thu Dec 14 2006 Dave Jones <davej at redhat.com>
 - 2.6.20rc1-git1
 - libata: don't initialize sg in ata_exec_internal() if DMA_NONE




More information about the fedora-cvs-commits mailing list