From: Max Filippov Date: Thu, 9 Aug 2012 01:25:35 +0000 (+0400) Subject: xtensa: make DoubleExceptionVector literals fit the gap X-Git-Tag: v3.8-rc1~44^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0226e34a4293dee0e7c5787e1ebfc5ee8b44b7c;p=pandora-kernel.git xtensa: make DoubleExceptionVector literals fit the gap Manually load references to exc_table from the explicit literal in order to fit DoubleExceptionVector.literals into the available 16-byte gap before DoubleExceptionVector.text in the absence of link time relaxation. Without this fix DoubleExceptionVector.literal section overlaps DoubleExceptionVector.text section in the linked vmlinux image. Signed-off-by: Max Filippov Signed-off-by: Chris Zankel --- Reading git-diff-tree failed