Fix compile warnings building previous delta in a 32-bit environment.
authorNick Clifton <nickc@redhat.com>
Wed, 17 Jun 2015 15:10:36 +0000 (16:10 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 17 Jun 2015 15:10:36 +0000 (16:10 +0100)
commit5fc177c89526035dfa5ac5329f88b02af01d8ca5
tree62816df54d8d5b0eda18fb8342cd8e701dc80b7a
parent2093d2d31460dc351145c4c295ea4a101e0c5aed
Fix compile warnings building previous delta in a 32-bit environment.

* config/tc-arm.c (is_double_a_single): Make conditional upon the
availablity of a 64-bit type.  Use this type for the argument and
mantissa.
(double_to_single): Likewise.
* config/tc-arm.c (move_or_literal_pool): Use a 64-bit type for
the constant value, if available.  Generate a 64-bit value from a
bignum if supported.  Only perform the second optimization for
PR 18500 if the 64-bit type is available.
gas/ChangeLog
gas/config/tc-arm.c
This page took 0.026088 seconds and 4 git commands to generate.