This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, MIPS] Add 34Kn cpu
- From: Richard Sandiford <rdsandiford at googlemail dot com>
- To: Sandra Loosemore <sandra at codesourcery dot com>
- Cc: <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 01 Aug 2012 19:07:23 +0100
- Subject: Re: [PATCH, MIPS] Add 34Kn cpu
- References: <5018ADC6.2040909@codesourcery.com>
Sandra Loosemore <sandra@codesourcery.com> writes:
> This patch makes GCC know about -march=34kn. MIPS asked us to add
> support for this processor to our local source base a couple of years
> ago; it's basically a 34Kc without the DSP ASE. OK for mainline?
>
> I have posted the corresponding assembler patch here:
> http://sourceware.org/ml/binutils/2012-08/msg00008.html
>
> -Sandra
>
>
> 2012-08-01 Catherine Moore <clm@codesourcery.com>
> Sandra Loosemore <sandra@codesourcery.com>
>
> gcc/
> * config/mips/mips-cpus.def (34kn): New.
> * config/mips/mips.h (MIPS_ARCH_FLOAT_SPEC): Add 34kn.
> (BASE_DRIVER_SELF_SPECS): Do not imply -mdsp for the 34kn.
Needs adding to invoke.texi too. OK with that change, thanks.
Richard