This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: ABI FAQ (was Re: g++ 2.95 and g++ 3.0)
- To: "Rogelio M. Serrano Jr." <rogelio at evoserve dot com>
- Subject: Re: ABI FAQ (was Re: g++ 2.95 and g++ 3.0)
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Mon, 5 Nov 2001 17:26:30 -0800 (PST)
- cc: libstdc++ at gcc dot gnu dot org
> Does the IA 64 c++ ABI also apply to IA32? Is there an IA 32 ABI doc?
Questions best asked on gcc@gnu.org.
gcc-3.x uses this ABI on every platform.
Pre gcc-3, the ABI was essentially undocumented, but you can look at
gcc/gxxint.texi for more info.
-benjamin