From: Ralf Baechle Date: Fri, 13 Jun 2014 14:26:14 +0000 (+0100) Subject: MIPS: math-emu: Work around limitations of older GCC. X-Git-Tag: omap-for-v3.16/fixes-rc4~42^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91496ea9f86f55e87be78ecc88c8a6b7e3802601;p=pandora-kernel.git MIPS: math-emu: Work around limitations of older GCC. Older GCC doesn't get named initializations of anonymous structs right, that is members are not initializable in the containing structure through name however old style initializations are working fine. The issue exists with gcc up to 4.5.x. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed