Hello, Two changes in the attached patch:
1. Remove a broken link for XScale documentation 2. Change some links to the C++ ABI (CodeSourcery -> Mentor) Is this OK? Ciao! Steven
Index: readings.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.217 diff -u -r1.217 readings.html --- readings.html 17 Feb 2012 18:44:55 -0000 1.217 +++ readings.html 20 Feb 2012 22:22:59 -0000 @@ -37,9 +37,7 @@ by Joachim Nadler and Tim Josling <<a href="mailto:t...@melbpc.org.au">t...@melbpc.org.au</a>>.</li> - <li><a href="http://www4.in.tum.de/~pizka/">GNU INSEL Compiler gic</a>.</li> - - <li><a href="http://www.codesourcery.com/public/cxx-abi/"> + <li><a href="http://sourcery.mentor.com/public/cxx-abi/"> The V3 multi-vendor standard C++ ABI</a> is used in GCC releases 3.0 and above.</li> @@ -78,8 +76,6 @@ <br />Manufacturer: Various, by license from ARM <br />CPUs include: ARM7 and ARM7T series (eg. ARM7TDMI), ARM9 and StrongARM <br /><a href="http://infocenter.arm.com/help/index.jsp">ARM Documentation</a> - <br /><a href="http://www.intel.com/design/intelxscale/273473.htm">Intel - XScale Core Developer's Manual</a> </li> <li>AVR Index: gcc-3.2/c++-abi.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.2/c++-abi.html,v retrieving revision 1.5 diff -u -r1.5 c++-abi.html --- gcc-3.2/c++-abi.html 1 Jan 2009 20:15:25 -0000 1.5 +++ gcc-3.2/c++-abi.html 20 Feb 2012 22:22:59 -0000 @@ -10,7 +10,7 @@ The main point of the GCC 3.2 release is to have a relatively stable and common C++ ABI for GNU/Linux and BSD usage, following the documentation at - <a href="http://www.codesourcery.com/public/cxx-abi/">http://www.codesourcery.com/public/cxx-abi/</a>. + <a href="http://sourcery.mentor.com/public/cxx-abi/">http://sourcery.mentor.com/public/cxx-abi/</a>. Unfortunately this means that GCC 3.2 is incompatible with GCC 3.0 and GCC 3.1 releases.</p> Index: gcc-4.0/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.0/changes.html,v retrieving revision 1.59 diff -u -r1.59 changes.html --- gcc-4.0/changes.html 30 Jan 2011 11:39:36 -0000 1.59 +++ gcc-4.0/changes.html 20 Feb 2012 22:22:59 -0000 @@ -182,7 +182,7 @@ <a href="#visibility"><code>-fvisibility</code> option</a>.</li> <li>The compiler now uses the library interface specified by the <a - href="http://www.codesourcery.com/public/cxx-abi/">C++ ABI</a> for + href="http://sourcery.mentor.com/public/cxx-abi/">C++ ABI</a> for thread-safe initialization of function-scope static variables. Most users should leave this alone, but embedded programmers may want to disable this by specifying