mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
Improve unsupported error message
* config/tc-i386.c (match_template): Improve unsupported error message.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* config/tc-i386.c (match_template): Improve unsupported error
|
||||||
|
message.
|
||||||
|
|
||||||
2012-05-03 Sean Keys <skeys@ipdatasys.com>
|
2012-05-03 Sean Keys <skeys@ipdatasys.com>
|
||||||
|
|
||||||
* configure, Makefile.in: Regenerate.
|
* configure, Makefile.in: Regenerate.
|
||||||
|
@ -4353,8 +4353,9 @@ check_reverse:
|
|||||||
err_msg = _("unsupported syntax");
|
err_msg = _("unsupported syntax");
|
||||||
break;
|
break;
|
||||||
case unsupported:
|
case unsupported:
|
||||||
err_msg = _("unsupported");
|
as_bad (_("unsupported `%s'"),
|
||||||
break;
|
current_templates->start->name);
|
||||||
|
return NULL;
|
||||||
case invalid_vsib_address:
|
case invalid_vsib_address:
|
||||||
err_msg = _("invalid VSIB address");
|
err_msg = _("invalid VSIB address");
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user