git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c5491b
)
MIPS: math-emu: Work around limitations of older GCC.
author
Ralf Baechle
<ralf@linux-mips.org>
Fri, 13 Jun 2014 14:26:14 +0000
(15:26 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 16 Jun 2014 11:47:47 +0000
(12:47 +0100)
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 <ralf@linux-mips.org>
No differences found