MIPS patch for Broadcom SB-1A

James E Wilson wilson@specifix.com
Mon Jun 26 22:17:00 GMT 2006
The SB-1A is identical to the SB-1 except for compiler scheduling, so
all I need is for the -march option passed down by gcc to be accepted
and handled same as the SB-1.

This was tested with a sb1-elf cross build, and a make check.  There
were no regressions.

Unless there are comments, I plan to check this in after a few days.
-- 
Jim Wilson, GNU Tools Support, http://www.specifix.com
-------------- next part --------------
2006-06-26  James E Wilson  <wilson@specifix.com>

	* config/tc-mips.c (mips_cpu_info_table): Add sb1a.

Index: tc-mips.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-mips.c,v
retrieving revision 1.343
diff -p -p -r1.343 tc-mips.c
*** tc-mips.c	9 Jun 2006 12:55:00 -0000	1.343
--- tc-mips.c	26 Jun 2006 21:25:31 -0000
*************** static const struct mips_cpu_info mips_c
*** 14592,14597 ****
--- 14592,14600 ----
    /* 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 }


More information about the Binutils mailing list