From: David Ung Date: Tue, 23 Aug 2005 11:32:42 +0000 (+0000) Subject: * config/tc-mips.c (mips_cpu_info_table): Add 5kf to the table of X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=cf818d8ed93b2a602fb8d130bee96a978211eece;p=pf3gnuchains%2Fpf3gnuchains3x.git * config/tc-mips.c (mips_cpu_info_table): Add 5kf to the table of cpu names. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 6956f7b56a..c35328a0f7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2005-08-23 David Ung + + * config/tc-mips.c (mips_cpu_info_table): Add 5kf to the table of + cpu names. + 2005-08-23 Alan Modra PR 1036 diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 236c406161..2be54baa89 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -13802,6 +13802,7 @@ static const struct mips_cpu_info mips_cpu_info_table[] = /* MIPS 64 */ { "5kc", 0, ISA_MIPS64, CPU_MIPS64 }, + { "5kf", 0, ISA_MIPS64, CPU_MIPS64 }, { "20kc", 0, ISA_MIPS64, CPU_MIPS64 }, /* Broadcom SB-1 CPU core */