From 35262a230c8965864f39e160f901bece95f853c2 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 4 May 2012 19:18:02 +0000 Subject: [PATCH] Add `instruction' to unsupported error message * config/tc-i386.c (match_template): Add `instruction' to unsupported error message. --- gas/ChangeLog | 5 +++++ gas/config/tc-i386.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 580e8304c2c..8ea8296a72d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +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. diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index c0c1bedfb7b..ccf54bcae54 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: -- 2.34.1