This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos 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: _impure_ptr ??


It's a c++ thing, so I suppose it will be there for any platform

Bob

On Mon, 2003-03-24 at 22:31, Gary D. Thomas wrote:
> On Mon, 2003-03-24 at 14:26, Bart Veer wrote:
> > >>>>> "Bob" == Bob Koninckx <bob dot koninckx at mech dot kuleuven dot ac dot be> writes:
> > 
> >     Bob> This redefinition of __xca_pure_virtual seems to solve the
> >     Bob> problem. No more link errors, application runs fins.
> >     Bob> Apparently, the compiler pulls this function in as soon as
> >     Bob> you have at least one pure virtual function in your
> >     Bob> application.
> > 
> > I have now reproduced this. Using a pure virtual function used to pull
> > in a function __pure_virtual_called() or something like that, which
> > was provided by libgcc.a and just aborted the application. That could
> > happen if somehow you managed to call a virtual function while the
> > base object was still being constructed, before the derived class
> > constructor had updated the virtual function table. Nowadays it
> > pulls in a more complicated __cxa_pure_virtual() from
> > libstdc++-v3/libsup++/pure.cc which has additional library
> > dependencies, unwanted ones in an eCos setup.
> > 
> > I think we want to put our own dummy __cxa_pure_virtual() into
> > CYGPKG_HAL or CYGPKG_INFRA. Jifl, any preferences ?
> 
> If this is PowerPC only, then it goes in the HAL.
> If it is common to all versions of GCC, then I would think INFRA.
-- 
----------------------------------------------------------------------
ir. Bob Koninckx
Katholieke Universiteit Leuven
Division Production Engineering,                   tel.  +32 16 322535
Machine Design and Automation                      fax.  +32 16 322987
Celestijnenlaan 300B                  bob dot koninckx at mech dot kuleuven dot ac dot be
B-3001 Leuven Belgium               http://www.mech.kuleuven.ac.be/pma
----------------------------------------------------------------------


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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