From: H.J. Lu Date: Fri, 4 May 2012 19:18:02 +0000 (+0000) Subject: Add `instruction' to unsupported error message X-Git-Tag: sid-snapshot-20120601~324 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35262a230c8965864f39e160f901bece95f853c2;p=external%2Fbinutils.git Add `instruction' to unsupported error message * config/tc-i386.c (match_template): Add `instruction' to unsupported error message. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 580e830..8ea8296 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2012-05-04 H.J. Lu + * config/tc-i386.c (match_template): Add `instruction' to + unsupported error message. + +2012-05-04 H.J. Lu + * config/tc-i386.c (output_insn): Reformat. 2012-05-04 H.J. Lu diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index c0c1bed..ccf54bc 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -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: