This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
RE: [PATCH] MIPS: Add i6500 processor as an alias for i6400
- From: "Matthew Fortune" <mfortune at gmail dot com>
- To: "Robert Suchanek" <Robert dot Suchanek at mips dot com>
- Cc: <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 11 Jun 2018 11:14:37 +0100
- Subject: RE: [PATCH] MIPS: Add i6500 processor as an alias for i6400
- References: <f4aa58e354e04bce8ac21b688bc6f85e@mips.com>
Robert Suchanek <Robert.Suchanek@mips.com> writes:
> This patch adds i6500 CPU as an alias for i6400.
>
> Regards,
> Robert
>
> gcc/ChangeLog:
>
> 2018-06-01 Matthew Fortune <matthew.fortune@mips.com>
>
> * config/mips/mips-cpus.def: New MIPS_CPU for i6500.
> * config/mips/mips-tables.opt: Regenerate.
> * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Mark i6500 as
> mips64r6.
> * doc/invoke.texi: Document -march=i6500.
Looks good, OK to commit.
Thanks,
Matthew