Fix compile time warning about comparison between signed and unsigned values.
authorNick Clifton <nickc@redhat.com>
Wed, 30 Mar 2016 15:18:04 +0000 (16:18 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 30 Mar 2016 15:18:04 +0000 (16:18 +0100)
commitc6025a80cc284ae2781278de6f44c672d5077797
tree3ec1f6b8a758c9dd4a4730aed93263c49156e059
parent72fb548884ae3b1849c951aa741af74115c8e807
Fix compile time warning about comparison between signed and unsigned values.

PR target/19880
* config/tc-arm.c (do_t_push_pop): Cast bitmask to unsigned before
shifting.
gas/ChangeLog
gas/config/tc-arm.c
This page took 0.025829 seconds and 4 git commands to generate.