Add `instruction' to unsupported error message
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 4 May 2012 19:18:02 +0000 (19:18 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 4 May 2012 19:18:02 +0000 (19:18 +0000)
* config/tc-i386.c (match_template): Add `instruction' to
unsupported error message.

gas/ChangeLog
gas/config/tc-i386.c

index 580e8304c2c7f075d52e57f29c67c07aee5f32a4..8ea8296a72d08c7e94070471c106081c13b683dc 100644 (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.
index c0c1bedfb7b087838214b614d79974d2748fa27c..ccf54bcae5429785559023d4948545f1690c88c2 100644 (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:
This page took 0.031803 seconds and 4 git commands to generate.