From: Rusty Russell Date: Tue, 18 Mar 2014 07:07:28 +0000 (+1030) Subject: powerpc: EXPORT_SYMBOL(.TOC.) X-Git-Tag: omap-for-v3.16/fixes-against-rc1~60^2~40^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9baeaef64095eab00c232f55df2e7c2d8e89845d;p=pandora-kernel.git powerpc: EXPORT_SYMBOL(.TOC.) For the ELFv2 ABI, powerpc introduces a magic symbol ".TOC.". depmod then complains that this doesn't resolve (so does modpost, but we could easily fix that). To export this, we need to use asm. modpost and depmod both strip "." from symbols for the old PPC64 ELFv1 ABI, so we actually export a "TOC.". Signed-off-by: Rusty Russell --- Reading git-diff-tree failed