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

No differences found