Skip to content
Commit 91496ea9 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

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: default avatarRalf Baechle <ralf@linux-mips.org>
parent 7c5491b8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment