diff mbox

[wwwdocs] Link from gcc-4.{6,7}/changes.html to porting_to.html

Message ID 4F0F4838.3000902@net-b.de
State New
Headers show

Commit Message

Tobias Burnus Jan. 12, 2012, 8:53 p.m. UTC
I intent to commit the attached patch to link

from http://gcc.gnu.org/gcc-4.6/changes.html to 
http://gcc.gnu.org/gcc-4.6/porting_to.html
and
from http://gcc.gnu.org/gcc-4.7/changes.html to 
http://gcc.gnu.org/gcc-4.7/porting_to.html

Seemingly no one has written a porting-to document for 4.5 - and a 
similar link already exists for 4.4: from 
http://gcc.gnu.org/gcc-4.4/changes.html

Tobias

Comments

Gerald Pfeifer Jan. 13, 2012, 8:28 a.m. UTC | #1
Hi Tobias,

On Thu, 12 Jan 2012, Tobias Burnus wrote:
> I intent to commit the attached patch to link

I believe Benjamin committed this yesterday, right?  Thanks for
raising the issue, these links are good to have.

Gerald
Tobias Burnus Jan. 13, 2012, 9:45 a.m. UTC | #2
Hi Gerald,

On 01/13/2012 09:28 AM, Gerald Pfeifer wrote:
> On Thu, 12 Jan 2012, Tobias Burnus wrote:
>> I intent to commit the attached patch to link
>
> I believe Benjamin committed this yesterday, right?  Thanks for
> raising the issue, these links are good to have.

Yes - albeit as last item of Caveats which I think makes it harder to 
find. But at least there is now a link.

Thanks, Benjamin, for the committal and for writing porting_to.html!

Tobias
Gerald Pfeifer Jan. 31, 2012, 7:26 p.m. UTC | #3
On Fri, 13 Jan 2012, Tobias Burnus wrote:
>> I believe Benjamin committed this yesterday, right?  Thanks for
>> raising the issue, these links are good to have.
> Yes - albeit as last item of Caveats which I think makes it harder to 
> find. But at least there is now a link.

Would you like to suggest a patch moving that / highlighting it more?

I don't think Benjamin is welded to the current position and look,
and I know I'm not.  Open for improvements. :-)

Gerald
diff mbox

Patch

Index: gcc-4.6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.137
diff -p -u -r1.137 changes.html
--- gcc-4.6/changes.html	12 Jan 2012 19:35:28 -0000	1.137
+++ gcc-4.6/changes.html	12 Jan 2012 20:49:31 -0000
@@ -13,6 +13,9 @@ 
 
 <h2>Caveats</h2>
   <ul>
+    <li>More information on porting to GCC 4.6 from previous versions of
+    GCC can be found in the <a href="porting_to.html">porting guide</a>
+    for this release.</li>
 
     <li>The options <code>-b &lt;<em>machine</em>&gt;</code> and
     <code>-V &lt;<em>version</em>&gt;</code> have been removed because
Index: gcc-4.7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.73
diff -p -u -r1.73 changes.html
--- gcc-4.7/changes.html	12 Jan 2012 19:35:29 -0000	1.73
+++ gcc-4.7/changes.html	12 Jan 2012 20:49:32 -0000
@@ -15,6 +15,10 @@ 
 <h2>Caveats</h2>
 
   <ul>
+    <li>More information on porting to GCC 4.7 from previous versions of
+    GCC can be found in the <a href="porting_to.html">porting guide</a>
+    for this release.</li>
+
     <li><p>Support for a number of older systems and recently
     unmaintained or untested target ports of GCC has been declared
     obsolete in GCC 4.7.  Unless there is activity to revive them, the