From: Vivek Goyal Date: Thu, 7 Dec 2006 01:14:04 +0000 (+0100) Subject: [PATCH] i386: Warn upon absolute relocations being present X-Git-Tag: v2.6.20-rc1~145^2^2~8^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a044b3a0a1829ef19bb29548ffe553f48e8d80c;p=pandora-kernel.git [PATCH] i386: Warn upon absolute relocations being present o Relocations generated w.r.t absolute symbols are not processed as by definition, absolute symbols are not to be relocated. Explicitly warn user about absolutions relocations present at compile time. o These relocations get introduced either due to linker optimizations or some programming oversights. o Also create a list of symbols which have been audited to be safe and don't emit warnings for these. Signed-off-by: Vivek Goyal Signed-off-by: Andi Kleen --- Reading git-diff-tree failed