]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd6da433ea1954f4b0f70b94571979319f5bdc7a5
treef9fa9857598b8c679bca68b391d04a86f291720b
parent56d0bfd904acb33ea162ce93e22081f9b16e89de
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