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: versioning of _Unwind_*() symbols


On Wed, Apr 21, 2004 at 12:15:16PM -0700, Mark Mitchell wrote:
> 
> >While we are on it, binaries compiled by gcc may reference gcc
> >personality functions, which only come with gcc. That means when you
> >mix them with other compilers, you have to do something like
> >
> ># icc .... find the right gcc personality functions
> >
> >How can we address this?
> > 
> >
> The presonality routines should be either (a) included in the shared 
> object or executable, or (b)  the shared object or executable should 
> have a dependency on a shared object providing that personality routine.

It doesn't help when I want to use relocatable object files generated
by gcc with icc.


H.J.


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