* config/tc-mips.c (mips_cpu_info_table): Add 5kf to the table of
authorDavid Ung <davidu@mips.com>
Tue, 23 Aug 2005 11:32:42 +0000 (11:32 +0000)
committerDavid Ung <davidu@mips.com>
Tue, 23 Aug 2005 11:32:42 +0000 (11:32 +0000)
cpu names.

gas/ChangeLog
gas/config/tc-mips.c

index 6956f7b56a9c47feab9f5a0d8c8729c4b54d00ef..c35328a0f73f165f87d498831e1a4bda91d0a29b 100644 (file)
@@ -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>
 
        PR 1036
index 236c4061613c1419e16616804c9fe17880308d86..2be54baa89287c41d46c7c6ca029d3439786b45b 100644 (file)
@@ -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 */