* config/tc-xtensa.h (struct xtensa_frag_type): Add lit_frchain field.
[deliverable/binutils-gdb.git] / opcodes / ip2k-asm.c
index c5a318767f8c89c5151d294dd01f8a547d9469b4..7e3eb318bb4fcb5d9d99d26a6d0b7e14e815864d 100644 (file)
@@ -373,7 +373,7 @@ parse_lit8 (cd, strp, opindex, valuep)
                                   & result_type, & value);
       if ((errmsg == NULL) &&
          (result_type != CGEN_PARSE_OPERAND_RESULT_QUEUED))
-       errmsg = _("%operator operand is not a symbol");
+       errmsg = _("percent-operator operand is not a symbol");
 
       *valuep = value;
     }
This page took 0.023091 seconds and 4 git commands to generate.