Fix soft-fp build warning on sparc about strict aliasing.
commit0d4ba8be9cd4cebcc2418c72c22a12fc9baf2c85
authorDavid S. Miller <davem@davemloft.net>
Fri, 19 Dec 2014 21:34:30 +0000 (19 13:34 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Dec 2014 21:45:31 +0000 (19 13:45 -0800)
tree12ce53b97e81fd29b13d7f9cb4ffc68a9e051299
parent6d4188dd7fe4fd7b9aeac91eab4e3c259538106d
Fix soft-fp build warning on sparc about strict aliasing.

* sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
access the quad as both a long double and as a series of 4 words.
ChangeLog
sysdeps/sparc/sparc32/soft-fp/q_neg.c