--- Seth Kurtzberg <[EMAIL PROTECTED]> wrote:
> The C++ compilers are all supposed to use the same
> name mangling scheme, which 
> is part of the standard.

Just to clarify on this a little bit; there is no ABI
specification in standard C++.  However, there is an
industry standard emerging that g++ >=3.2 attempts
(and succeds?) to adhere too.  Here is the link:

http://www.codesourcery.com/cxx-abi/

Some gcc information on this:

http://gcc.gnu.org/gcc-3.2/c++-abi.html

David J. Sankel
_______________________________________________
FFI mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/ffi

Reply via email to