This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: G++ ABI mismatches


On Mon, 25 Aug 2003, Richard Henderson wrote:
> On Mon, Aug 25, 2003 at 05:37:42PM -0500, Chris Lattner wrote:
> > But how does cxa_begin catch know what the requested type is for
> > the object?  I thought that was the job of the personality routine?
>
> It is.  The personality routine computes the transformed pointer
> as part of the type matching phase.  It stores this pointer in a
> c++ language private superclass of _Unwind_Exception.  Which is
> then returned by __cxa_begin_catch.

Ah, that's the magic 'catchTemp' variable I suppose.  Gotcha.

> > Regardless, if G++ does not meet the ABI spec,
> > either G++ or the ABI should be fixed.  Which one? :)
>
> The ABI.  IIRC when I implemented this, I talked to one of the
> HP guys and they do the same thing.

Okay, thanks, this is starting to make a lot more sense.  :)

-Chris

-- 
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]