From: Paolo 'Blaisorblade' Giarrusso Date: Mon, 1 May 2006 19:16:06 +0000 (-0700) Subject: [PATCH] uml: export symbols added by GCC hardened X-Git-Tag: v2.6.17-rc4~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cead61a6717a9873426b08d73a34a325e3546f5d;p=pandora-kernel.git [PATCH] uml: export symbols added by GCC hardened GCC hardened introduces additional symbol refererences (for the canary and friends), also in modules - add weak export_symbols for them. We already tested that the weak declaration creates no problem on both GCC's providing the function definition and on GCC's which don't provide it. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Acked-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed