git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0906584
)
powerpc: modules: comment about de-dotifying symbols when using the ELFv2 ABI.
author
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 18 Mar 2014 09:41:28 +0000
(20:11 +1030)
committer
Anton 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