xtensa.c (xtensa_output_literal): Mask out high bits for floating-point values if...
authorBob Wilson <bob.wilson@acm.org>
Wed, 9 May 2007 17:05:14 +0000 (17:05 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Wed, 9 May 2007 17:05:14 +0000 (17:05 +0000)
commit74ed13f5c63b69be28d9646bc08040473077bccb
tree97bcbcddf8b42d466de62857c000c48bccd08122
parent520c62adcda2977418be8c7163d413549f5e7e3d
xtensa.c (xtensa_output_literal): Mask out high bits for floating-point values if HOST_BITS_PER_LONG > 32.

* config/xtensa/xtensa.c (xtensa_output_literal): Mask out high bits
for floating-point values if HOST_BITS_PER_LONG > 32.  Use split_double
instead of operand_subword.

From-SVN: r124578
gcc/ChangeLog
gcc/config/xtensa/xtensa.c