powerpc: module: handle MODVERSION for .TOC.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 18 Mar 2014 09:29:11 +0000 (19:59 +1030)
committerAnton Blanchard <anton@samba.org>
Wed, 23 Apr 2014 00:05:28 +0000 (10:05 +1000)
commit71ec7c55ed91e2352c00d51d171fccaa7cef5a00
tree67e7972a2a101e697b3ef791ab630cea04e62ed8
parent9baeaef64095eab00c232f55df2e7c2d8e89845d
powerpc: module: handle MODVERSION for .TOC.

For the ELFv2 ABI, powerpc introduces a magic symbol ".TOC.".  If we
don't create a CRC for it (minus the leading ".", since we strip that)
we get a modpost warning about missing CRC and the CRC array seems to
be displaced by 1 so other CRCs mismatch too.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/powerpc/kernel/misc_64.S