This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] GAS: Add Mips cpu name "5kf" to mips_cpu_info_table


This patch adds the cpu name "5kf" to mips_cpu_info_table.  The same
name also exist in GCC.  
I've check it in.

David

2005-08-23  David Ung  <davidu@mips.com>

	* config/tc-mips.c (mips_cpu_info_table): Add 5kf to the table of
	cpu names.

Index: gas/config/tc-mips.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-mips.c,v
retrieving revision 1.316
diff -c -p -b -r1.316 tc-mips.c
*** gas/config/tc-mips.c	30 Jul 2005 13:53:11 -0000	1.316
--- gas/config/tc-mips.c	23 Aug 2005 11:08:51 -0000
*************** static const struct mips_cpu_info mips_c
*** 13802,13807 ****
--- 13802,13808 ----
  
    /* 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 */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]