aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2010-03-22 03:29:47 +0000
committerH.J. Lu <hjl.tools@gmail.com>2010-03-22 03:29:47 +0000
commit86e026a4490f14189a46c5813bace9cbe135be44 (patch)
treebc840d0d8325d8faffe1810f23ac213fac8945a4 /gas/ChangeLog
parenta65babc94936be03969949defd771445d8f77d85 (diff)
downloadgdb-86e026a4490f14189a46c5813bace9cbe135be44.zip
gdb-86e026a4490f14189a46c5813bace9cbe135be44.tar.gz
gdb-86e026a4490f14189a46c5813bace9cbe135be44.tar.bz2
Replace oprand_size_mismatch with operand_size_mismatch.
2010-03-21 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (i386_error): Replace oprand_size_mismatch with operand_size_mismatch. (operand_size_match): Updated. (match_template): Likewise.
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 dcc44a5..d6bffc1 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,12 @@
2010-03-21 H.J. Lu <hongjiu.lu@intel.com>
+ * config/tc-i386.c (i386_error): Replace oprand_size_mismatch
+ with operand_size_mismatch.
+ (operand_size_match): Updated.
+ (match_template): Likewise.
+
+2010-03-21 H.J. Lu <hongjiu.lu@intel.com>
+
* config/tc-i386.c (i386_error): New.
(_i386_insn): Replace err_msg with error.
(operand_size_match): Set error instead of err_msg on failure.