This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Patch for IA64 32-bit function descriptors
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: <jessica at cup dot hp dot com>
- Cc: rth at redhat dot com, gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Tue, 18 Jun 2002 10:18:04 -0700
- Subject: Re: Patch for IA64 32-bit function descriptors
- Organization: Red Hat / San Francisco
- References: <20020614142648.58770f36.bkoz@redhat.com><039301c21646$3be60f90$8b63f40f@JH761542>
- Reply-to: bkoz at redhat dot com
> Unfortunately,
> attribute__ ((aligned(__alignof__(_GLIBCPP_VTABLE_PADDING))));
> doesn't work for HP-UX on IA64.
Why?
> Also, os_defines.h wont' compile, the compiler complains about
> typedef ptrdiff_t __padding_type;
> ptrdiff_t is not defined in this file yet.
Ok. Perhaps you can use int directly then?
The patch was offered as a suggestion, not a formal proof...
-benjamin