From: Rusty Russell Date: Tue, 18 Mar 2014 09:41:28 +0000 (+1030) Subject: powerpc: modules: comment about de-dotifying symbols when using the ELFv2 ABI. X-Git-Tag: omap-for-v3.16/fixes-against-rc1~60^2~40^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b12c5c69415b184aadb930660a47a8af4c6deb5;p=pandora-kernel.git powerpc: modules: comment about de-dotifying symbols when using the ELFv2 ABI. ELFv2 doesn't use function descriptors, so we don't expect symbols to start with ".". But because depmod and modpost strip ".", and we have the special symbol ".TOC.", we still need to do it. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed