This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [wwwdocs] m68k updates for changes.html
Gerald Pfeifer <gerald@pfeifer.com> writes:
> On Tue, 6 Mar 2007, Richard Sandiford wrote:
>> This patch describes the m68k 4.3 changes that CodeSourcery have made.
>> OK to install?
>
> Thanks for the patch! I just have a single minor comment. If you ever
> want to become web pages maintainer, let me know. ;-)
Thanks for the offer, but I'm not quite ready for that kind of
punishment ;)
>> Index: htdocs/gcc-4.3/changes.html
>> ===================================================================
>> + <li>ColdFire targets now treat <code>long double</code> as having
>> + the same format as <code>double</code>. In earlier versions of gcc,
>> + they used the 68881 <code>long double</code> format instead.</li>
>
> s/gcc/GCC/
Thanks, installed with that change.
> Also, I'd like us to add something to our main page. Would you mind
> proposing something, or should I try and give it a stab?
How about the attached? (The list of m68k changes in changes.html might be
extended later. E.g. Roman might want to add something about his changes.)
Richard
Index: htdocs/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.604
diff -u -p -r1.604 index.html
--- htdocs/index.html 5 Mar 2007 10:45:24 -0000 1.604
+++ htdocs/index.html 9 Mar 2007 14:53:36 -0000
@@ -45,6 +45,12 @@ mission statement</a>.</p>
<dl class="news">
+<dt>March 9, 2007</dt>
+<dd>All m68k targets now support ColdFire processors and offer the
+ choice between ColdFire and non-ColdFire libraries at configure time.
+ There have been <a href="gcc-4.3/changes.html#m68k">several other
+ significant changes</a> to the m68k and ColdFire support.</dd>
+
<dt>February 13, 2007</dt>
<dd><a href="gcc-4.1/">GCC 4.1.2</a> has been released.</dd>
Index: htdocs/gcc-4.3/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v
retrieving revision 1.35
diff -u -p -r1.35 changes.html
--- htdocs/gcc-4.3/changes.html 9 Mar 2007 14:41:03 -0000 1.35
+++ htdocs/gcc-4.3/changes.html 9 Mar 2007 14:53:36 -0000
@@ -299,7 +299,7 @@
architecture has been added.</li>
</ul>
-<h3>m68k and ColdFire</h3>
+<h3 id="m68k">m68k and ColdFire</h3>
<h4>New features</h4>
<ul>
<li>Support for several new ColdFire processors has been added.