This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [www] 3.2 ABI Compatibility issues
- From: Fergus Henderson <fjh at cs dot mu dot oz dot au>
- To: Andreas Jaeger <aj at suse dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 7 Aug 2002 21:58:13 +1000
- Subject: Re: [www] 3.2 ABI Compatibility issues
- References: <hoofcezycv.fsf@gee.suse.de>
Some minor typos:
On 07-Aug-2002, Andreas Jaeger <aj@suse.de> wrote:
> + <li>The C++ ABI now conforms to the V3 multi-vendor standard. For
> + details on build an ABI compliant compiler for GNU/Linux and BSD
s/build /how to build/
> Index: htdocs/gcc-3.2/c++-abi.html
> + Unfortunatly this means that GCC 3.2 is incompatible with GCC 3.0
s/Unfortunatly/Unfortunately/
^
> + <p>
> + But for real interoperability of C++ shared libraries and C++
> + programs, not only a GCC 3.2 based compiler has to be used but it
> + has to be built in a certain environment and with some specific
> + options.</p>
I think it would be a little clearer if phrased like this:
But for real interoperability of C++ shared libraries and C++
programs, not only does a GCC 3.2 based compiler have to be used,
but it also has to be built in a certain environment and with some
specific options.</p>
--
Fergus Henderson <fjh@cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.