From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33252 invoked by alias); 27 Jun 2015 19:40:14 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 33242 invoked by uid 89); 27 Jun 2015 19:40:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00,KAM_ASCII_DIVIDERS,SPF_PASS autolearn=no version=3.3.2 X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 27 Jun 2015 19:40:12 +0000 Received: from [192.168.0.133] (vie-188-118-253-070.dsl.sil.at [188.118.253.70]) by ainaz.pair.com (Postfix) with ESMTPSA id BB1343F41D for ; Sat, 27 Jun 2015 15:40:09 -0400 (EDT) Date: Sun, 28 Jun 2015 00:15:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] The C++ ABI specification has moved again Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg02021.txt.bz2 ...so adjust all the links. Applied. Gerald Index: faq.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/faq.html,v retrieving revision 1.220 diff -u -r1.220 faq.html --- faq.html 29 Jun 2014 20:12:59 -0000 1.220 +++ faq.html 27 Jun 2015 19:25:29 -0000 @@ -429,7 +429,7 @@

For more details about the way that GCC implements these and other C++ features, please read the C++ ABI specification. +href="http://mentorembedded.github.io/cxx-abi/">C++ ABI specification. Note the std::type_info objects which must be resolved all begin with "_ZTS". Refer to ld's documentation for a description of the "-E" & Index: readings.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.238 diff -u -r1.238 readings.html --- readings.html 27 Jun 2015 18:46:13 -0000 1.238 +++ readings.html 27 Jun 2015 19:25:29 -0000 @@ -37,7 +37,7 @@ by Joachim Nadler and Tim Josling <tej@melbpc.org.au>. -

  • +
  • The V3 multi-vendor standard C++ ABI is used in GCC releases 3.0 and above.
  • Index: gcc-4.0/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.0/changes.html,v retrieving revision 1.66 diff -u -r1.66 changes.html --- gcc-4.0/changes.html 28 Jun 2014 22:44:28 -0000 1.66 +++ gcc-4.0/changes.html 27 Jun 2015 19:25:30 -0000 @@ -182,7 +182,7 @@ -fvisibility option.
  • The compiler now uses the library interface specified by the C++ ABI for + href="http://mentorembedded.github.io/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