* config/tc-mips.c (mips_cpu_info_table): Move the MIPS64r2
authorMaciej W. Rozycki <macro@linux-mips.org>
Fri, 24 Oct 2008 19:11:38 +0000 (19:11 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Fri, 24 Oct 2008 19:11:38 +0000 (19:11 +0000)
comment so that Broadcom SB-1 cores are in the MIPS64 section.

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

index d1cc84d93b87e061e5cd7cf30eec3b7436da55fc..53a803f744d6078227079358a163ff2a58c95124 100644 (file)
@@ -1,3 +1,8 @@
+2008-10-24  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * config/tc-mips.c (mips_cpu_info_table): Move the MIPS64r2
+       comment so that Broadcom SB-1 cores are in the MIPS64 section.
+
 2008-10-21  Alan Modra  <amodra@bigpond.net.au>
 
        * config/tc-bfin.c (gencode, allocate): Remove unnecessary cast.
index b7eddc9f9cf6dd83cce4f416ca6647edf3b58f1a..5c65384d1838e8b0596a64f06fdde6d1d70bde5e 100644 (file)
@@ -15163,8 +15163,6 @@ static const struct mips_cpu_info mips_cpu_info_table[] =
   { "20kc",           MIPS_CPU_ASE_MIPS3D,     ISA_MIPS64,     CPU_MIPS64 },
   { "25kf",           MIPS_CPU_ASE_MIPS3D,     ISA_MIPS64,     CPU_MIPS64 },
 
-  /* MIPS 64 Release 2 */
-
   /* Broadcom SB-1 CPU core */
   { "sb1",            MIPS_CPU_ASE_MIPS3D | MIPS_CPU_ASE_MDMX,
                                                ISA_MIPS64,     CPU_SB1 },
@@ -15172,6 +15170,8 @@ static const struct mips_cpu_info mips_cpu_info_table[] =
   { "sb1a",           MIPS_CPU_ASE_MIPS3D | MIPS_CPU_ASE_MDMX,
                                                ISA_MIPS64,     CPU_SB1 },
 
+  /* MIPS 64 Release 2 */
+
   /* Cavium Networks Octeon CPU core */
   { "octeon",        0,      ISA_MIPS64R2,   CPU_OCTEON },
 
This page took 0.03125 seconds and 4 git commands to generate.