This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, MIPS] Add -march=xlp


Maxim Kuvyrkov <maxim@codesourcery.com> writes:
> This patch adds basic support for Broadcom XLP (formerly NetLogic XLP) to GCC.
>
> Tested by building a mips64-linux-gnu toolchain with -march=xlp.
>
> OK to check in?

The new option needs to be documented in invoke.texi, so:

    @samp{vr5000}, @samp{vr5400}, @samp{vr5500}
    and @samp{xlr}.

becomes:

    @samp{vr5000}, @samp{vr5400}, @samp{vr5500}, @samp{xlr}
    and @samp{xlp}.

OK with that change.

Richard


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]