This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: A completely different approach to EH runtime
- To: gcc at gcc dot gnu dot org
- Subject: Re: A completely different approach to EH runtime
- From: Hidvegi <hzoli at austin dot ibm dot com>
- Date: Wed, 21 Feb 2001 10:36:41 -0600 (CST)
- Cc: zackw at stanford dot edu
> Create a crteh.o whose sole purpose is to drag the EH support routines
> into an executable which does not necessarily reference them itself,
> but may be linked with shared libraries, or load dynamic objects, that
> do. It can also take over calling __register_frame_info for the
> executable from however that's done now.
If I understand this correctly, this would mean that you cannot load a
g++ compiled module dynamically from a program that was not compiled
with gcc.
Zoli