From 6804bd6c4c2e426a095b6df75b158ebf53c26e0c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 11 Jul 1995 18:32:16 +0000 Subject: [PATCH] * doc/c-mips.texi: Document -m4010 and -mno-4010. --- gas/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index f22976db08..00ce8703af 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,21 @@ +Tue Jul 11 14:30:19 1995 Ian Lance Taylor + + * doc/c-mips.texi: Document -m4010 and -mno-4010. + +Tue Jul 11 14:28:55 1995 Jeff Spiegel + + * 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. + Tue Jul 11 13:22:50 1995 Ian Lance Taylor * ecoff.c (struct efdr): Add new field fake. -- 2.34.1