From patchwork Mon Feb 20 22:26:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [wwwdocs] Janitor stuff Date: Mon, 20 Feb 2012 12:26:43 -0000 From: Steven Bosscher X-Patchwork-Id: 142195 Message-Id: To: GCC Patches Cc: Gerald Pfeifer 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 <tej@melbpc.org.au>. -
  • GNU INSEL Compiler gic.
  • - -
  • +
  • The V3 multi-vendor standard C++ ABI is used in GCC releases 3.0 and above.
  • @@ -78,8 +76,6 @@
    Manufacturer: Various, by license from ARM
    CPUs include: ARM7 and ARM7T series (eg. ARM7TDMI), ARM9 and StrongARM
    ARM Documentation -
    Intel - XScale Core Developer's Manual
  • 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 - http://www.codesourcery.com/public/cxx-abi/. + http://sourcery.mentor.com/public/cxx-abi/. Unfortunately this means that GCC 3.2 is incompatible with GCC 3.0 and GCC 3.1 releases.

    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 @@ -fvisibility option.
  • The compiler now uses the library interface specified by the C++ ABI for + href="http://sourcery.mentor.com/public/cxx-abi/">C++ ABI 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