From: Daniel Silverstone Date: Fri, 20 Mar 2009 10:11:43 +0000 (+0100) Subject: [ARM] 5428/1: Module relocation update for R_ARM_V4BX X-Git-Tag: v2.6.30-rc1~636^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4731f8b66dd34ebf0e67ca6ba9162b0e509bec06;p=pandora-kernel.git [ARM] 5428/1: Module relocation update for R_ARM_V4BX It would seem when building kernel modules with modern binutils (required by modern GCC) for ARM v4T targets (specifically observed with the Samsung 24xx SoC which is an 920T) R_ARM_V4BX relocations are emitted for function epilogues. This manifests at module load time with an "unknown relocation: 40" error message. The following patch adds the R_ARM_V4BX relocation to the ARM kernel module loader. The relocation operation is taken from that within the binutils bfd library. Signed-off-by: Simtec Linux Team Signed-off-by: Vincent Sanders Signed-off-by: Russell King --- Reading git-diff-tree failed