gas/
authorRichard Sandiford <rdsandiford@googlemail.com>
Mon, 19 Aug 2013 19:42:50 +0000 (19:42 +0000)
committerRichard Sandiford <rdsandiford@googlemail.com>
Mon, 19 Aug 2013 19:42:50 +0000 (19:42 +0000)
commit60f20e8ba8a846a278c11cedc1329486721ff01b
tree1928c4759cc94fe4928600e03f4b281fce776d28
parentd436c1c2e8898405f7d58660baac71798f9fc90a
gas/
* config/tc-mips.c (mips_arg_info): Replace allow_nonconst and
lax_max with lax_match.
(match_int_operand): Update accordingly.  Don't report an error
for !lax_match-only cases.
(match_insn): Replace more_alts with lax_match and use it to
initialize the mips_arg_info field.  Add a complete_p parameter.
Handle implicit VU0 suffixes here.
(match_invalid_for_isa, match_insns, match_mips16_insns): New
functions.
(mips_ip, mips16_ip): Use them.
gas/ChangeLog
gas/config/tc-mips.c