The current error message for bad imm4 operands wasn't really helpful,
[external/binutils.git] / gas / config / tc-i386.c
index 70f21db..5303f63 100644 (file)
@@ -4347,7 +4347,7 @@ check_reverse:
          err_msg = _("invalid instruction suffix");
          break;
        case bad_imm4:
-         err_msg = _("Imm4 isn't the first operand");
+         err_msg = _("constant doesn't fit in 4 bits");
          break;
        case old_gcc_only:
          err_msg = _("only supported with old gcc");