This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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: [rfa/c++] Fix "virtual baseclass botch"



Daniel Jacobowitz <drow@mvista.com> writes:
> Here's the last big patch in my queue.  This is the fix to the virtual
> baseclass botch problems (or at least most of them).  I add baseclass_offset
> to the C++ ABI structure, and supply a new version for v3.  The old
> baseclass_offset is moved (unchanged except for name) into gnu-v2-abi.c. 
> hpacc-abi.c currently references that same function, which is not quite
> right, but preserves the current state of affairs (see the FIXME).

Wonderful!  I tried to do this, but got confused and gave up.  Please
go ahead and commit this change.


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