From: Guenter Roeck Date: Wed, 15 Apr 2015 15:33:50 +0000 (-0700) Subject: score: Fix exception handler label X-Git-Tag: omap-for-v4.2/fixes-rc1^2~211^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80524e933658077842271fbf34e6861c41095a32;p=pandora-kernel.git score: Fix exception handler label The latest version of modinfo fails to compile score architecture targets with the following error. FATAL: The relocation at __ex_table+0x634 references section "__ex_table" which is not executable, IOW the kernel will fault if it ever tries to jump to it. Something is seriously wrong and should be fixed. The probem is caused by a bad label in an __ex_table entry. Acked-by: Lennox Wu Cc: Quentin Casasnovas Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed