diff options
author | Doug Evans <dje@google.com> | 1998-01-23 06:01:23 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-23 06:01:23 +0000 |
commit | 5ff98e006b278d1049e1a84f2d02242b1981adf1 (patch) | |
tree | 41f1b89714d805afd5b511cfe0f2abad5a583b57 /gas | |
parent | 23ded74859bcc9a016dcc5b46a22ca4ea9ace234 (diff) | |
download | gdb-5ff98e006b278d1049e1a84f2d02242b1981adf1.zip gdb-5ff98e006b278d1049e1a84f2d02242b1981adf1.tar.gz gdb-5ff98e006b278d1049e1a84f2d02242b1981adf1.tar.bz2 |
* config/tc-txvu.c (assemble_insn): Commas moved to opcode table.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/tc-txvu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-txvu.c b/gas/config/tc-txvu.c index ac7ca12..7da6b94 100644 --- a/gas/config/tc-txvu.c +++ b/gas/config/tc-txvu.c @@ -299,6 +299,7 @@ assemble_insn (str, lower_p, buf) if (operand->flags & TXVU_OPERAND_SUFFIX) as_fatal ("bad opcode table, suffix wrong"); +#if 0 /* commas are in the syntax string now */ /* If this is not the first, there must be a comma. */ if (num_operands > 0) { @@ -306,6 +307,7 @@ assemble_insn (str, lower_p, buf) break; ++str; } +#endif /* Is there anything left to parse? We don't check for this at the top because we want to parse |