From c3039590d510a36a81a3c083a8441def1591ecdf Mon Sep 17 00:00:00 2001 From: wilson Date: Fri, 7 Jul 2006 23:17:55 +0000 Subject: [PATCH] Add Broadcom SB-1A support. * config/tc-mips.c (mips_cpu_info_table): Add sb1a. --- gas/ChangeLog | 4 ++++ gas/config/tc-mips.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 5eb3491fd4..e3c02c8f77 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2006-07-07 James E Wilson + + * config/tc-mips.c (mips_cpu_info_table): Add sb1a. + 2006-07-06 Mohammed Adnène Trojette Nick Clifton diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index a06bfec15d..82c2cd22ed 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -14632,6 +14632,9 @@ static const struct mips_cpu_info mips_cpu_info_table[] = /* Broadcom SB-1 CPU core */ { "sb1", MIPS_CPU_ASE_MIPS3D | MIPS_CPU_ASE_MDMX, ISA_MIPS64, CPU_SB1 }, + /* Broadcom SB-1A CPU core */ + { "sb1a", MIPS_CPU_ASE_MIPS3D | MIPS_CPU_ASE_MDMX, + ISA_MIPS64, CPU_SB1 }, /* End marker */ { NULL, 0, 0, 0 } -- 2.11.0