Re: [PATCH] make inflate use less stack space with gcc3.5

From: Arnd Bergmann
Date: Sun Mar 21 2004 - 18:02:43 EST



The gcc-3.5 patch broke building on x86_64 and possibly
others, because inflate.c does not pull in the definition
for noinline.

--- 1.7/lib/inflate.c Sun Mar 21 09:00:58 2004
+++ edited/lib/inflate.c Sun Mar 21 23:53:16 2004
@@ -102,6 +102,7 @@
a repeat code (16, 17, or 18) to go across the boundary between
the two sets of lengths.
*/
+#include <linux/compiler.h>

#ifdef RCSID
static char rcsid[] = "#Id: inflate.c,v 0.14 1993/06/10 13:27:04 jloup
Exp #";
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/