aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2008-10-24 19:11:38 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2008-10-24 19:11:38 +0000
commited163775053d3861ce5ecbf08a5da9b7a971d090 (patch)
treee728b5a46b734342e479725bece7596b361eb1fe /gas
parentadc13a145e314c21da54789474f12fbb19709b49 (diff)
downloadfsf-binutils-gdb-ed163775053d3861ce5ecbf08a5da9b7a971d090.zip
fsf-binutils-gdb-ed163775053d3861ce5ecbf08a5da9b7a971d090.tar.gz
fsf-binutils-gdb-ed163775053d3861ce5ecbf08a5da9b7a971d090.tar.bz2
* config/tc-mips.c (mips_cpu_info_table): Move the MIPS64r2
comment so that Broadcom SB-1 cores are in the MIPS64 section.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/config/tc-mips.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index d1cc84d..53a803f 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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.
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c
index b7eddc9..5c65384 100644
--- a/gas/config/tc-mips.c
+++ b/gas/config/tc-mips.c
@@ -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 },