* config/tc-mips.c (mips_cpu_info_table): Add Octeon.

This commit is contained in:
Adam Nemet 2008-02-04 19:20:16 +00:00
parent 61d4e56d1b
commit 967344c664
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-02-04 Adam Nemet <anemet@caviumnetworks.com>
* config/tc-mips.c (mips_cpu_info_table): Add Octeon.
2008-01-31 Marc Gauthier <marc@tensilica.com>
* configure.tgt (xtensa*-*-*): Recognize processor variants.

View File

@ -14865,6 +14865,9 @@ static const struct mips_cpu_info mips_cpu_info_table[] =
{ "loongson2e", 0, ISA_MIPS3, CPU_LOONGSON_2E },
{ "loongson2f", 0, ISA_MIPS3, CPU_LOONGSON_2F },
/* Cavium Networks Octeon CPU core */
{ "octeon", 0, ISA_MIPS64R2, CPU_OCTEON },
/* End marker */
{ NULL, 0, 0, 0 }
};