aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2008-05-23 13:55:36 +0000
committerH.J. Lu <hjl.tools@gmail.com>2008-05-23 13:55:36 +0000
commit95f283e8f644349569df75b089178014914d276c (patch)
tree0eadf0cd73b253f7f8a7cf51fe07f31a599f2f6c /gas/ChangeLog
parentda5938a216697f120702fe275362302c8855c94b (diff)
downloadgdb-95f283e8f644349569df75b089178014914d276c.zip
gdb-95f283e8f644349569df75b089178014914d276c.tar.gz
gdb-95f283e8f644349569df75b089178014914d276c.tar.bz2
2008-05-23 H.J. Lu <hongjiu.lu@intel.com>
PR gas/6518 * config/tc-i386.c (match_template): Report ambiguous operand size, not invalid suffix when there is no match in Intel syntax.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 7a572df..44319fe 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+2008-05-23 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR gas/6518
+ * config/tc-i386.c (match_template): Report ambiguous operand
+ size, not invalid suffix when there is no match in Intel
+ syntax.
+
2008-05-22 Paul Brook <paul@codesourcery.com>
* config/tc-arm.c (parse_cond): Covert to lowercase before matching.