[ Date Prev][ Date Next][ Thread Prev][ Thread Next][ Date Index][ Thread Index]
Re: [cxx-abi-dev] dso_handle elimination
- To: Mark Mitchell <mark@xxxxxxxxxxxxxxxx>
- Subject: Re: [cxx-abi-dev] dso_handle elimination
- From: Jim Dehnert <dehnert@xxxxxxxxxxxxx>
- Date: Mon, 09 Jun 2003 14:18:28 -0700
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. Of course, each
platform-specific ABI needs a definition, and void* is the most likely.
Rather than just replace "dso_handle" wholesale, it might be better to
add an IA-64 typedef and verbiage to the effect that it might be
different on other platforms.
Jim
|