From 56a1f6368ae3358bb35de1fedfc6d3d4b53f08ae Mon Sep 17 00:00:00 2001 From: rsandifo Date: Tue, 15 Jul 2003 08:58:33 +0000 Subject: [PATCH] * doc/invoke.texi: Resync MIPS -march documentation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69398 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a6e307210af..788020bb324 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2003-07-15 Richard Sandiford + * doc/invoke.texi: Resync MIPS -march documentation. + +2003-07-15 Richard Sandiford + * config/mips/mips.h (PROCESSOR_R9000): New processor_type. (TARGET_MIPS9000, TUNE_MIPS9000): New macros. (GENERATE_MULT3_SI): True for TARGET_MIPS9000. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 0fc713ec8ed..f292dc3fa3b 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -7790,10 +7790,12 @@ The processor names are: @samp{4kc}, @samp{4kp}, @samp{5kc}, @samp{20kc}, @samp{m4k}, @samp{r2000}, @samp{r3000}, @samp{r3900}, @samp{r4000}, @samp{r4400}, -@samp{r4600}, @samp{r4650}, @samp{r6000}, @samp{r8000}, +@samp{r4600}, @samp{r4650}, @samp{r6000}, @samp{r8000}, @samp{rm7000}, +@samp{rm9000}, @samp{orion}, @samp{sb1}, -@samp{vr4100}, @samp{vr4300}, and @samp{vr5000}. +@samp{vr4100}, @samp{vr4111}, @samp{vr4120}, @samp{vr4300}, +@samp{vr5000}, @samp{vr5400} and @samp{vr5500}. The special value @samp{from-abi} selects the most compatible architecture for the selected ABI (that is, @samp{mips1} for 32-bit ABIs and @samp{mips3} for 64-bit ABIs)@. -- 2.11.4.GIT