Add `instruction' to unsupported error message

* config/tc-i386.c (match_template): Add `instruction' to
	unsupported error message.
This commit is contained in:
H.J. Lu 2012-05-04 19:18:02 +00:00
parent 89e71f5c88
commit 35262a230c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (match_template): Add `instruction' to
unsupported error message.
2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (output_insn): Reformat.

View File

@ -4353,7 +4353,7 @@ check_reverse:
err_msg = _("unsupported syntax");
break;
case unsupported:
as_bad (_("unsupported `%s'"),
as_bad (_("unsupported instruction `%s'"),
current_templates->start->name);
return NULL;
case invalid_vsib_address: