* config/tc-mips.c (mips_cpu_info_table): Add 5kf to the table of
cpu names.
This commit is contained in:
parent
dd8b7c222e
commit
ff32420076
@ -1,3 +1,8 @@
|
|||||||
|
2005-08-23 David Ung <davidu@mips.com>
|
||||||
|
|
||||||
|
* config/tc-mips.c (mips_cpu_info_table): Add 5kf to the table of
|
||||||
|
cpu names.
|
||||||
|
|
||||||
2005-08-23 Alan Modra <amodra@bigpond.net.au>
|
2005-08-23 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
PR 1036
|
PR 1036
|
||||||
|
@ -13802,6 +13802,7 @@ static const struct mips_cpu_info mips_cpu_info_table[] =
|
|||||||
|
|
||||||
/* MIPS 64 */
|
/* MIPS 64 */
|
||||||
{ "5kc", 0, ISA_MIPS64, CPU_MIPS64 },
|
{ "5kc", 0, ISA_MIPS64, CPU_MIPS64 },
|
||||||
|
{ "5kf", 0, ISA_MIPS64, CPU_MIPS64 },
|
||||||
{ "20kc", 0, ISA_MIPS64, CPU_MIPS64 },
|
{ "20kc", 0, ISA_MIPS64, CPU_MIPS64 },
|
||||||
|
|
||||||
/* Broadcom SB-1 CPU core */
|
/* Broadcom SB-1 CPU core */
|
||||||
|
Loading…
Reference in New Issue
Block a user