This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] MicroBlaze support - 6 of 6 - maintainer & web


2010-02-04 Michael Eager <eager@eagercon.com>

* MAINTAINERS: Add self for microblaze

2010-02-04 Michael Eager <eager@eagercon.com>

  * htdocs/backends.html: Add microblaze target description.
  * htdocs/index.html: Add announcement of MicroBlaze support.
  * htdocs/readings.html: Add reference to MicroBlaze documentation.
  * htdocs/gcc-4.5/changes.html: Add description of microblaze.

--
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077
Index: MAINTAINERS
===================================================================
--- MAINTAINERS	(revision 156489)
+++ MAINTAINERS	(working copy)
@@ -71,6 +71,7 @@
 m68k-motorola-sysv port	Philippe De Muyter	phdm@macqel.be
 mcore port		Nick Clifton		nickc@redhat.com
 mep port		DJ Delorie		dj@redhat.com
+microblaze port		Michael Eager		eager@eagercon.com
 mips port		Eric Christopher	echristo@apple.com
 mips port		Richard Sandiford	rdsandiford@googlemail.com
 mmix port		Hans-Peter Nilsson	hp@bitrange.com
Index: backends.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/backends.html,v
retrieving revision 1.36
diff -u -p -r1.36 backends.html
--- backends.html	29 Jun 2009 23:13:12 -0000	1.36
+++ backends.html	2 Feb 2010 16:44:55 -0000
@@ -85,6 +85,7 @@ m68hc11  |    L  FI    l  c         s
 m68k     |   ?            c      a   
 mcore    |  ?    FI          gm d   s
 mep      |       F C       p g  d t s
+microblaze         CB          bd   s
 mips     |     Q   CB   qr p   bda  s
 mmix     | HM  Q   C    q  p   b a e 
 mn10300  | ??             c  g      s
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.732
diff -u -p -r1.732 index.html
--- index.html	25 Jan 2010 19:04:14 -0000	1.732
+++ index.html	2 Feb 2010 16:44:55 -0000
@@ -50,6 +50,11 @@ mission statement</a>.</p>
 
 <dl class="news">
 
+<dt>February 2, 2010</dt>
+<dd>Support has been added for the 
+<a href="gcc-4.5/changes.html#microblaze">Xilinx MicroBlaze softcore Processor</a> 
+target by Michael Eager, Eager Consulting.
+
 <dt>January 25, 2010</dt>
 <dd>An
    experimental <a href="http://gcc.gnu.org/onlinedocs/libstdc++/manual/profile_mode.html";>
Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.195
diff -u -p -r1.195 readings.html
--- readings.html	26 Oct 2009 16:26:34 -0000	1.195
+++ readings.html	2 Feb 2010 16:44:56 -0000
@@ -173,6 +173,13 @@ Intel&reg;64 and IA-32 Architectures Sof
    <br />SID includes a MeP simulator.
  </li>
 
+ <li>MicroBlace
+   <br />Manufacturer: Xilinx
+   <br /><a href="http://www.xilinx.com/support/documentation/sw_manuals/xilinx11/mb_ref_guide.pdf";>
+         MicroBlaze Processor Reference Guide</a>
+   <br />GDB includes a simulator for an earlier version of the processor.
+ </li>
+
  <li>mips (mipsel, mips64, mips64el)
   <br />The *el variants are little-endian configurations.
  </li>
Index: gcc-4.5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/changes.html,v
retrieving revision 1.69
diff -u -p -r1.69 changes.html
--- gcc-4.5/changes.html	26 Jan 2010 19:35:55 -0000	1.69
+++ gcc-4.5/changes.html	2 Feb 2010 16:44:57 -0000
@@ -568,6 +568,12 @@ transformed via the <code>-D_GLIBCXX_PRO
 <p>Support has been added for the Toshiba Media embedded Processor (MeP, or
 mep-elf) embedded target.</p>
 
+<h3 id="microblaze">MicroBlaze</h3>
+
+<p>Support has been added for the Xilinx MicroBlaze softcore Processor 
+(microblaze-elf) embedded target.  This configurable processor is 
+supported on several of Xilinx' Spartan and Virtex FPGAs. 
+
 <h3>MIPS</h3>
   <ul>
     <li>GCC now supports MIPS 1004K processors.</li>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]