public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* MIPS patch for Broadcom SB-1A
@ 2006-06-26 22:17 James E Wilson
  2006-06-28 17:23 ` Thiemo Seufer
  0 siblings, 1 reply; 2+ messages in thread
From: James E Wilson @ 2006-06-26 22:17 UTC (permalink / raw)
  To: binutils

[-- Attachment #1: Type: text/plain, Size: 390 bytes --]

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

[-- Attachment #2: patch.gas.sb1a --]
[-- Type: text/plain, Size: 782 bytes --]

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 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: MIPS patch for Broadcom SB-1A
  2006-06-26 22:17 MIPS patch for Broadcom SB-1A James E Wilson
@ 2006-06-28 17:23 ` Thiemo Seufer
  0 siblings, 0 replies; 2+ messages in thread
From: Thiemo Seufer @ 2006-06-28 17:23 UTC (permalink / raw)
  To: James E Wilson; +Cc: binutils

James E Wilson wrote:
[snip]
> 2006-06-26  James E Wilson  <wilson@specifix.com>
> 
> 	* config/tc-mips.c (mips_cpu_info_table): Add sb1a.

Ok.


Thiemo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-28 17:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-26 22:17 MIPS patch for Broadcom SB-1A James E Wilson
2006-06-28 17:23 ` Thiemo Seufer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).