]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/module: Add support for R_PPC64_REL32 relocations
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 26 Oct 2016 03:51:12 +0000 (14:51 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 14 Nov 2016 00:11:51 +0000 (11:11 +1100)
commit89f65b2f2e2d375efcbc6b566b16fb1ab8345d02
tree32ec77c02b39b1448cf3f30629b8b420855b8c0a
parent2094a22235d72ba59f6853eed107a3d39007a626
powerpc/module: Add support for R_PPC64_REL32 relocations

We haven't seen these before, but the soon to be merged relative
exception tables support causes them to be generated.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/module_64.c