]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
microblaze: extable: Sort the exception table at build time
authorMichal Simek <michal.simek@xilinx.com>
Fri, 22 Nov 2013 08:17:32 +0000 (09:17 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 22 Nov 2013 08:23:13 +0000 (09:23 +0100)
commitd418147a44b746dd18dc4a5edbe4f94c56a4858f
treec51231d25e27dc1b6adb034f2652ccebe0601d03
parent83311f396f19e609cd8b3fde8225467365344771
microblaze: extable: Sort the exception table at build time

Sort the exception table at build-time rather than during boot.

Microblaze is the same case as AARCH64 that's why
EM_MICROBLAZE conditional check was added to allow
cross-compilation on machines which are not running
the latest libc-dev.

Inspired by AARCH64 commit:
"arm64: extable: sort the exception table at build time"
(sha1: adace89562c7a9645b8dc84f6e1ac7ba8756094e)

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/Kconfig
scripts/sortextable.c