diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-15 08:58:33 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-15 08:58:33 +0000 |
commit | 56a1f6368ae3358bb35de1fedfc6d3d4b53f08ae (patch) | |
tree | 045b8e6b47d9f173bba662e119cfbca832952c08 | |
parent | 587d2e9a93009923276a9cf4894c45b62cecc4a3 (diff) | |
download | linaro-gcc-56a1f6368ae3358bb35de1fedfc6d3d4b53f08ae.tar.gz linaro-gcc-56a1f6368ae3358bb35de1fedfc6d3d4b53f08ae.tar.bz2 linaro-gcc-56a1f6368ae3358bb35de1fedfc6d3d4b53f08ae.zip |
* doc/invoke.texi: Resync MIPS -march documentation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69398 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | 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 <rsandifo@redhat.com> + * doc/invoke.texi: Resync MIPS -march documentation. + +2003-07-15 Richard Sandiford <rsandifo@redhat.com> + * 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)@. |