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] P5600 scheduling


> FWIW, since regenerated files are often not posted as part of the patch,
> I'd just assumed the committer would do that.  I should have checked the
> changelog though...

Thats fine.  I will remember in future not to include regenerated files in
my patches.

> 
> > Secondly, I have changed invoke.texi to document the -march=p5600
> > option.  Thirdly, binutils defines p5600 as mip32r5, not mips32r2,
> > (which was causing assembler errors if you build using the
> > -march=p5600 gcc command line option).  I have updated the
> > MIPS_ISA_LEVEL_SPEC to map -march=p5600 to -mips32r5, and made the
> > PROCESSOR_P5600 use the MIPS32r5 ISA value.  Finally I have updated
> > the processor for mips32r5 entry to use p5600 rather than 74k.
> >
> > The updated patch and ChangeLog are shown below.
> >
> > Ok to commit?
> 
> OK, thanks.

Great. Committed as r211265.

Regards,


Andrew


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