Fix error building Microblaze assembler on a 32-bit host.
authorNick Clifton <nickc@redhat.com>
Mon, 1 Feb 2016 11:36:59 +0000 (11:36 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 1 Feb 2016 11:36:59 +0000 (11:36 +0000)
commitac0d427f4b3a2b82dcf395da74fdbc71ee598095
treee142458a338ebc781501b2a7c5eccbd271b24aff
parentec1f73bb0be7482f2dffd9bbca2f93fc74eca172
Fix error building Microblaze assembler on a 32-bit host.

* config/tc-microblaze.c (parse_imm): Fix compile time warning
message extending a negative 32-bit value into a larger signed
value on a 32-bit host.
gas/ChangeLog
gas/config/tc-microblaze.c