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]

Re: [patch] MeP documentation


> By the way, are you going to document the addition of the MeP port
> in gcc-4.5/changes.html and add an entry to the News section of our
> home page?  I'd be happy to help and review the former and approve
> the latter.  :-)

How's this?

I wasn't quite sure what to put for MeP's "floating point" column.
There's support for a FPU coprocessor, but the default configuration
(IVC2) doesn't have one.

Index: backends.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/backends.html,v
retrieving revision 1.35
diff -p -U3 -r1.35 backends.html
--- backends.html	6 Aug 2007 17:09:08 -0000	1.35
+++ backends.html	26 Jun 2009 18:36:04 -0000
@@ -84,6 +84,7 @@ m32r     |       FI             d   s
 m68hc11  |    L  FI    l  c         s
 m68k     |   ?            c      a   
 mcore    |  ?    FI          gm d   s
+mep      |       F C       p g  d t 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.707
diff -p -U3 -r1.707 index.html
--- index.html	17 Jun 2009 16:14:43 -0000	1.707
+++ index.html	26 Jun 2009 18:36:04 -0000
@@ -45,6 +45,9 @@ mission statement</a>.</p>
 
 <dl class="news">
 
+<dt>June 24, 2009</dt>
+<dd>Support has been added for the Toshiba Media Processor (MeP) target.</dd>
+
 <dt>May 6, 2009</dt>
 <dd>GCC can now be extended using a generic <a
 href="http://gcc.gnu.org/wiki/plugins-branch";>plugin framework</a> on host
Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.191
diff -p -U3 -r1.191 readings.html
--- readings.html	31 May 2009 00:47:45 -0000	1.191
+++ readings.html	26 Jun 2009 18:36:04 -0000
@@ -169,7 +169,13 @@ Intel&reg;64 and IA-32 Architectures Sof
   <br />Manufacturer: Motorola
   <br />GDB includes a simulator.
  </li>
- 
+
+ <li>MeP
+   <br />Manufacturer: Toshiba
+   <br /><a href="http://www.semicon.toshiba.co.jp/eng/product/micro/mep/index.html";>Toshiba MeP Site</a>
+   <br />SID includes a MeP simulator.
+ </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.17
diff -p -U3 -r1.17 changes.html
--- gcc-4.5/changes.html	9 Jun 2009 06:47:20 -0000	1.17
+++ gcc-4.5/changes.html	26 Jun 2009 18:36:05 -0000
@@ -199,6 +199,11 @@
     disabled using <code>-fexcess-precision=fast</code>.</li>
   </ul>
 
+<h3>MeP</h3>
+
+Support has been added for the Toshiba Media Processor (MeP, or
+mep-elf) embedded target.
+
 <h3>MIPS</h3>
 
 <h3 id="picochip">picochip</h3>


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