From: Will Deacon Date: Wed, 8 May 2013 16:29:24 +0000 (+0100) Subject: arm64: extable: sort the exception table at build time X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~40^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adace89562c7a9645b8dc84f6e1ac7ba8756094e;p=pandora-kernel.git arm64: extable: sort the exception table at build time As is done for other architectures, sort the exception table at build-time rather than during boot. Since sortextable appears to be a standalone C program relying on the host elf.h to provide EM_AARCH64, I've had to add a conditional check in order to allow cross-compilation on machines that aren't running a bleeding-edge libc-dev. Signed-off-by: Will Deacon Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed