aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2012-07-31 07:45:48 +0000
committerJan Beulich <jbeulich@novell.com>2012-07-31 07:45:48 +0000
commit4a2608e354d22289f40944bb29d85db3f3c5ca04 (patch)
tree64fd279b646d005b133b7532093fd2c2f75ffa49 /gas/ChangeLog
parent5a819eb989d050f32a06af6c40e9b5eef4becabb (diff)
downloadgdb-4a2608e354d22289f40944bb29d85db3f3c5ca04.zip
gdb-4a2608e354d22289f40944bb29d85db3f3c5ca04.tar.gz
gdb-4a2608e354d22289f40944bb29d85db3f3c5ca04.tar.bz2
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index d474b3c..be74ff1 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,10 @@
2012-07-31 Jan Beulich <jbeulich@suse.com>
+ * config/tc-i386.c (match_template): Adjust error message
+ for 'bad_imm4' case.
+
+2012-07-31 Jan Beulich <jbeulich@suse.com>
+
* config/tc-i386.c (check_byte_reg): Check for I/O port
register earlier, and just once. Drop diagnostic that got
issued only for some registers.