Fixes a bug in the microblaze assembler where it would not complain about constants...
authorNick Clifton <nickc@redhat.com>
Thu, 2 Apr 2015 15:10:06 +0000 (16:10 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 2 Apr 2015 15:10:06 +0000 (16:10 +0100)
commit03e080386e266243b2af667af026b992822085cd
treead075efc8b54860928764bb2843fc22501ecef75
parent4295609462ce6c0983064c10d95ff6bacce0cdfd
Fixes a bug in the microblaze assembler where it would not complain about constants larger than 32-bits.

PR gas/18189
* config/tc-microblaze.c (parse_imm): Use offsetT as the type for
min and max parameters.
gas/ChangeLog
gas/config/tc-microblaze.c