This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH for Re: C++ ABI?


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 @@

     <p>
     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
+    <a href="http://www.codesourcery.com/cxx-abi/";>http://www.codesourcery.com/cxx-abi/</a>.
+
     Unfortunately this means that GCC 3.2 is incompatible with GCC 3.0
     and GCC 3.1 releases.</p>




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]