diff options
author | David Ung <davidu@mips.com> | 2005-08-23 11:32:42 +0000 |
---|---|---|
committer | David Ung <davidu@mips.com> | 2005-08-23 11:32:42 +0000 |
commit | ff324200761c4d871396cb9db730fb249bffaca9 (patch) | |
tree | dbca5db4ebd568e61e5c18fbf9fd212bd32590c0 /gas/config | |
parent | dd8b7c222e0ee02526905fb7f4f940debc612122 (diff) | |
download | gdb-ff324200761c4d871396cb9db730fb249bffaca9.zip gdb-ff324200761c4d871396cb9db730fb249bffaca9.tar.gz gdb-ff324200761c4d871396cb9db730fb249bffaca9.tar.bz2 |
* config/tc-mips.c (mips_cpu_info_table): Add 5kf to the table of
cpu names.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-mips.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 236c406..2be54ba 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 */ |