[cxx-abi-dev] dso_handle elimination

Mark Mitchell mark at codesourcery.com
Mon Jun 9 22:21:52 UTC 2003


On Mon, 2003-06-09 at 14:18, Jim Dehnert wrote:
> Mark Mitchell wrote:
> > I checked in the attached patch to correct the problem Scott Douglas
> > found, namely that the ABI referenced the type "dso_handle" which was
> > never defined.
> > 
> > If there are any objections, please let me know.
> 
> IIRC, this was left deliberately unspecified on grounds that it might
> well be desirable for it to be platform-specific.  

G++ uses "void *" on all platforms and so does EDG, so I think this
issue has been mooted.  Does anyone have a platform where "void *" is
not the right type?

Thanks,

-- 
Mark Mitchell <mark at codesourcery.com>
CodeSourcery, LLC




More information about the cxx-abi-dev mailing list