c6025a8 Fix compile time warning about comparison between signed and unsigned values.

Authored and Committed by nickc 8 years ago
    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.
    
        
file modified
+6 -0
file modified
+1 -1