From: Eric W. Biederman Date: Thu, 7 Dec 2006 01:14:04 +0000 (+0100) Subject: [PATCH] relocatable kernel: Kallsyms generate relocatable symbols X-Git-Tag: v2.6.20-rc1~145^2^2~8^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd593d12770d4a0d1ff095d44b96436c18479ee8;p=pandora-kernel.git [PATCH] relocatable kernel: Kallsyms generate relocatable symbols Print the addresses of non-absolute symbols relative to _text so that ld will generate relocations. Allowing a relocatable kernel to relocate them. We can't actually use the symbol names because kallsyms includes static symbols that are not exported from their object files. Add the _text symbol definitions to the architectures which don't define it otherwise linker will fail. Signed-off-by: Eric W. Biederman Signed-off-by: Vivek Goyal Signed-off-by: Andi Kleen --- Reading git-diff-tree failed