* doc/c-mips.texi: Document -march=rm9000.
This commit is contained in:
parent
5a7ea74950
commit
963ac3630d
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
* config/tc-mips.c (hilo_interlocks): True for CPU_RM7000.
|
* config/tc-mips.c (hilo_interlocks): True for CPU_RM7000.
|
||||||
(mips_cpu_info_table): Add rm7000 and rm9000 entries.
|
(mips_cpu_info_table): Add rm7000 and rm9000 entries.
|
||||||
|
* doc/c-mips.texi: Document -march=rm9000.
|
||||||
|
|
||||||
2003-07-15 Alan Modra <amodra@bigpond.net.au>
|
2003-07-15 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
|
|
@ -178,6 +178,7 @@ vr5500,
|
||||||
6000,
|
6000,
|
||||||
rm7000,
|
rm7000,
|
||||||
8000,
|
8000,
|
||||||
|
rm9000,
|
||||||
10000,
|
10000,
|
||||||
12000,
|
12000,
|
||||||
mips32-4k,
|
mips32-4k,
|
||||||
|
|
Loading…
Reference in New Issue