Second fix for microblaze gas port's ability to parse constants.
authorNick Clifton <nickc@redhat.com>
Thu, 2 Apr 2015 16:13:12 +0000 (17:13 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 2 Apr 2015 16:13:12 +0000 (17:13 +0100)
commitf66adc4eada1884cef90aa978561b9b2008cdaf2
tree71ac093b46b12791ec1032bef7c3b8ba79fdf469
parent03e080386e266243b2af667af026b992822085cd
Second fix for microblaze gas port's ability to parse constants.

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