The ciphers 5,7, and 9 are missing when parsing an assembly
instruction leading to errors when those ciphers are
used.
gas/config
* tc-arc.c (md_assembly): Update strspn string with the
missing ciphers.
Signed-off-by: Claudiu Zissulescu <[email protected]>
+
+ * config/tc-arc.c (md_assembly): Update strspn string with the
+ missing ciphers.
+
* 2.39 branch created.
struct arc_flags flags[MAX_INSN_FLGS];
/* Split off the opcode. */
- opnamelen = strspn (str, "abcdefghijklmnopqrstuvwxyz_0123468");
+ opnamelen = strspn (str, "abcdefghijklmnopqrstuvwxyz_0123456789");
opname = xmemdup0 (str, opnamelen);
/* Signalize we are assembling the instructions. */