Maxim Kuvyrkov <ma...@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