This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH]: Map r10000 to mips4 in MIPS_ISA_LEVEL_SPEC
- From: Richard Sandiford <rdsandiford at googlemail dot com>
- To: Kumba <kumba at gentoo dot org>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sun, 16 Nov 2008 20:25:00 +0000
- Subject: Re: [PATCH]: Map r10000 to mips4 in MIPS_ISA_LEVEL_SPEC
- References: <49206BA0.2080701@gentoo.org>
Kumba <kumba@gentoo.org> writes:
> Small patch; Probably should have been a part of the R10K scheduling patch.
>
> gcc/
> 2008-11-16 Joshua Kinard <kumba@gentoo.org>
>
> * gcc/config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): march=r10000
> to -mips4
As Maciej says, this should include r12000, r14000 and r16000 as well.
Looks good otherwise.
ChangeLog should be "* config/mips/mips.c" instead of "* gcc/...".
Richard