Tue Jul 11 14:28:55 1995 Jeff Spiegel <jeffs@lsil.com>
authorIan Lance Taylor <ian@airs.com>
Tue, 11 Jul 1995 18:30:25 +0000 (18:30 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 11 Jul 1995 18:30:25 +0000 (18:30 +0000)
commite532b44c232d9ab223597faabe3a1f44c012dee2
tree91762a9395cbf1551c8b9c8af119f89b762a7679
parent89abbf9d2cc93accbc7296d409075241f4c3bb3e
Tue Jul 11 14:28:55 1995  Jeff Spiegel  <jeffs@lsil.com>

* config/tc-mips.c (mips_4010): New static variable.
(interlocks): New static variable.
(md_begin): Check for a cpu of "r4010".  Set mips_4010 correctly.
If mips_4650 or mips_4010, set interlocks.
(append_insn): Check interlocks, not mips_4650.
(mips_emit_delays): Likewise.
(mips_ip): Only permit INSN_4010 instructions if mips_4010.
(md_longopts): Add "m4010" and "no-m4010".
(md_parse_option): Accept -mcpu=r4010.  Handle -m4010 and
-no-m4010.
(md_show_usage): Document -m4010 and -no-m4010.
gas/config/tc-mips.c