From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22347 invoked by alias); 11 Sep 2002 14:33:10 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 22340 invoked from network); 11 Sep 2002 14:33:09 -0000 Received: from unknown (HELO fencepost.gnu.org) (199.232.76.164) by sources.redhat.com with SMTP; 11 Sep 2002 14:33:09 -0000 Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.10) id 17p8YG-0000ii-00 for gcc@gnu.org; Wed, 11 Sep 2002 10:33:08 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17p8YC-0001SJ-00 for gcc@gnu.org; Wed, 11 Sep 2002 10:33:07 -0400 Received: from vexpert.dbai.tuwien.ac.at ([128.130.111.12]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17p8YB-0001S3-00 for gcc@gnu.org; Wed, 11 Sep 2002 10:33:04 -0400 Received: from naos (naos [128.130.111.28]) by vexpert.dbai.tuwien.ac.at (8.12.6/8.12.6) with ESMTP id g8BEWul8016493; Wed, 11 Sep 2002 16:32:56 +0200 (CEST) Date: Wed, 11 Sep 2002 07:33:00 -0000 From: Gerald Pfeifer To: Andreas Jaeger cc: Tom Horsley , , Subject: PATCH for Re: C++ ABI? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-7.4 required=5.0 tests=IN_REP_TO,SUBJ_ENDS_IN_Q_MARK,DOUBLE_CAPSWORD,UNIFIED_PATCH version=2.31 X-Spam-Level: X-SW-Source: 2002-09/txt/msg00427.txt.bz2 On Mon, 19 Aug 2002, Andreas Jaeger wrote: >>> OK, I give up! The gcc 3.2 release trumpets its compatibility with the >>> so-called C++ ABI, yet the http://gcc.gnu.org/gcc-3.2/c++-abi.html web page >>> says ABSOLUTELY NOTHING about what the C++ ABI is, who defined it, where to >>> get a copy of it, how to read about it, etc. > Please send a patch for the page, It seems nobody has dealt with this yet, so I have committed the patch below. Gerald Index: c++-abi.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.2/c++-abi.html,v retrieving revision 1.3 diff -u -3 -p -r1.3 c++-abi.html --- c++-abi.html 15 Aug 2002 17:28:13 -0000 1.3 +++ c++-abi.html 11 Sep 2002 14:31:44 -0000 @@ -8,7 +8,10 @@

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. + stable and common C++ ABI for GNU/Linux and BSD usage, following + the documentation at + http://www.codesourcery.com/cxx-abi/. + Unfortunately this means that GCC 3.2 is incompatible with GCC 3.0 and GCC 3.1 releases.