From: Russell King Date: Sun, 2 Nov 2008 09:16:50 +0000 (+0000) Subject: [ARM] fix VFP+softfloat binaries X-Git-Tag: v2.6.28-rc4~24^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2ed5cb80a241518dd71f467c884bfabbe15f68c;p=pandora-kernel.git [ARM] fix VFP+softfloat binaries 2.6.28-rc tightened up the ELF architecture checks on ARM. For non-EABI it only allows VFP if the hardware supports it. However, the kernel fails to also inspect the soft-float flag, so it incorrectly rejects binaries using soft-VFP. The fix is simple: also check that EF_ARM_SOFT_FLOAT isn't set before rejecting VFP binaries on non-VFP hardware. Acked-by: Mikael Pettersson Signed-off-by: Russell King --- Reading git-diff-tree failed