powerpc: modules: comment about de-dotifying symbols when using the ELFv2 ABI.
commit5b12c5c69415b184aadb930660a47a8af4c6deb5
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 18 Mar 2014 09:41:28 +0000 (18 20:11 +1030)
committerAnton Blanchard <anton@samba.org>
Wed, 23 Apr 2014 00:05:30 +0000 (23 10:05 +1000)
treef9fa9857598b8c679bca68b391d04a86f291720b
parent0906584a0a4b689f6e80307f699247621321670a
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 <rusty@rustcorp.com.au>
arch/powerpc/kernel/module_64.c