The current error message for bad imm4 operands wasn't really helpful,
authorJan Beulich <jbeulich@novell.com>
Tue, 31 Jul 2012 07:45:48 +0000 (07:45 +0000)
committerJan Beulich <jbeulich@novell.com>
Tue, 31 Jul 2012 07:45:48 +0000 (07:45 +0000)
commit4a2608e354d22289f40944bb29d85db3f3c5ca04
tree64fd279b646d005b133b7532093fd2c2f75ffa49
parent5a819eb989d050f32a06af6c40e9b5eef4becabb
The current error message for bad imm4 operands wasn't really helpful,
and was pointing at the wrong operand in Intel mode. Since non-constant
operands are being taken care of by other means anyway, adjust it to
simply state that the constant doesn't fit.

2012-07-31  Jan Beulich <jbeulich@suse.com>

* config/tc-i386.c (match_template): Adjust error message
for 'bad_imm4' case.
gas/ChangeLog
gas/config/tc-i386.c