mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-18 23:13:46 +00:00
Add `instruction' to unsupported error message
* config/tc-i386.c (match_template): Add `instruction' to unsupported error message.
This commit is contained in:
parent
89e71f5c88
commit
35262a230c
@ -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.
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user