This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: Add new MIPS CPU names
Richard Sandiford wrote:
> Thiemo Seufer <ths@networkno.de> writes:
> > Richard Sandiford wrote:
> >> This patch makes gas recognise some more MIPS CPUs. The gcc parts
> >> have already been committed:
> >>
> >> http://gcc.gnu.org/ml/gcc-patches/2007-07/msg00265.html
> >> http://gcc.gnu.org/ml/gcc-patches/2007-07/msg00268.html
> >>
> >> (Yeah, this was a bit backward, sorry.)
> >>
> >> Tested on mipsisa32r2-elfoabi. OK to install?
> >
> > Could you add a comment which mentions the *x options are deprecated?
> > And maybe remove the *x variants from the documentation instead of
> > adding more of them.
>
> OK, how's this? (I realise you said it otherwise OK. I just wanted
> to make sure I'd got it right.)
>
> Richard
>
>
> gas/
> * config/tc-mips.c (mips_cpu_info_table): Add new entries for
> {24k,24ke,34k,74k}f{2_1,1_1,x}. Also add an entry for 74kf3_2.
> Deprecate *x and *fx.
> * doc/c-mips.texi: Document the new CPU arguments. Deprecate
> *x and *fx.
Ok.
Thiemo