From: David Daney Date: Tue, 24 Apr 2012 18:23:14 +0000 (-0700) Subject: scripts/sortextable: Handle relative entries, and other cleanups X-Git-Tag: v3.5-rc1~127^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d59a16836d917548cf41eda3369936684d527f5f;p=pandora-kernel.git scripts/sortextable: Handle relative entries, and other cleanups x86 is now using relative rather than absolute addresses in its exception table, so we add a sorter for these. If there are relocations on the __ex_table section, they are redundant and probably incorrect after the sort, so they are zeroed out leaving them valid and consistent. Also use the unaligned safe accessors from tools/{be,le}_byteshift.h Signed-off-by: David Daney Link: http://lkml.kernel.org/r/1335291795-26693-2-git-send-email-ddaney.cavm@gmail.com Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed