SOURCES: xen-gcc4.patch (NEW) - gcc complains value is always true

glen glen at pld-linux.org
Sat May 24 00:34:48 CEST 2008


Author: glen                         Date: Fri May 23 22:34:48 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- gcc complains value is always true

---- Files affected:
SOURCES:
   xen-gcc4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/xen-gcc4.patch
diff -u /dev/null SOURCES/xen-gcc4.patch:1.1
--- /dev/null	Sat May 24 00:34:48 2008
+++ SOURCES/xen-gcc4.patch	Sat May 24 00:34:43 2008
@@ -0,0 +1,11 @@
+--- /home/users/glen/rpm/BUILD/xen-3.0.4_1-src/xen/common/symbols.c~	2007-01-08 17:00:54.000000000 +0200
++++ /home/users/glen/rpm/BUILD/xen-3.0.4_1-src/xen/common/symbols.c	2008-05-24 01:03:53.860604056 +0300
+@@ -94,7 +94,7 @@
+     unsigned long symbol_end = 0;
+ 
+     /* This kernel should never had been booted. */
+-    BUG_ON(!symbols_addresses);
++//    BUG_ON(!symbols_addresses);
+ 
+     namebuf[KSYM_NAME_LEN] = 0;
+     namebuf[0] = 0;
================================================================


More information about the pld-cvs-commit mailing list