On Fri, Dec 16, 2011 at 2:22 PM, Joseph S. Myers
<jos...@codesourcery.com> wrote:
> On Mon, 12 Dec 2011, Andrew Pinski wrote:
>
>> * config/mips/mips-cpus.def: Add Octeon2.
>
> You need to update the documentation for MIPS -march= in invoke.texi,
> which lists the supported CPUs.

Woops, I had missed that.  Here is the patch which adds both octeon+
and octeon2 to that list.

I committed as obvious after a build.

Thanks,
Andrew Pinski

* doc/invoke.texi (-march=@var{arch}): Add octeon+ and octeon2.
Index: doc/invoke.texi
===================================================================
--- doc/invoke.texi     (revision 182884)
+++ doc/invoke.texi     (working copy)
@@ -14812,7 +14812,7 @@ The processor names are:
 @samp{1004kc}, @samp{1004kf2_1}, @samp{1004kf1_1},
 @samp{loongson2e}, @samp{loongson2f}, @samp{loongson3a},
 @samp{m4k},
-@samp{octeon},
+@samp{octeon}, @samp{octeon+}, @samp{octeon2},
 @samp{orion},
 @samp{r2000}, @samp{r3000}, @samp{r3900}, @samp{r4000}, @samp{r4400},
 @samp{r4600}, @samp{r4650}, @samp{r6000}, @samp{r8000},

Reply via email to