This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: IA64 ABI Status
- From: Richard Henderson <rth at redhat dot com>
- To: Jessica Han <jessica at cup dot hp dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 5 Dec 2001 16:26:10 -0800
- Subject: Re: IA64 ABI Status
- References: <01ea01c17ddd$4a2f1ad0$2f65000f@JH761542>
On Wed, Dec 05, 2001 at 02:36:31PM -0800, Jessica Han wrote:
> Does GCC 3.0.2 on IA64 have COMDAT sections specified by C++ ABI yet?
Sort-of, but not really. We're still using a gnu binutils feature
that provides similar functionality, but is represented differently
in the ELF object file. The gnu binutils feature pre-dates the new
ELF spec by at least 4 years.
GCC has little to do with this; it's almost all binutils work.
> If not, is there a plan to implement it and when is it going to be available?
I don't know of anyone working on it.
r~