From: Atsushi Nemoto Date: Tue, 22 May 2007 09:27:39 +0000 (+0900) Subject: kbuild: make better section mismatch reports on i386 and mips X-Git-Tag: v2.6.23-rc1~257^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae4ac12323c0ff80528cac3269151d580e23f923;p=pandora-kernel.git kbuild: make better section mismatch reports on i386 and mips On i386 and MIPS, warn_sec_mismatch() sometimes fails to show usefull symbol name. This is because empty 'refsym' due to 0 r_addend value. This patch is to adjust r_addend value, consulting with apply_relocate() routine in kernel code. Signed-off-by: Atsushi Nemoto Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed