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: Tracking down source of libgcc_s.so compatibility?


On Wed, Jun 08, 2005 at 05:05:58PM -0700, Daniel Kegel wrote:
> Daniel Jacobowitz wrote:
> >Daniel Kegel wrote:
> >>Can somebody suggest a place to start looking for
> >>why the libgcc_s.so built by crosstool's gcc-3.4 can't handle
> >>exceptions from apps built by fc3's gcc-3.4?
> >
> >Try diffing the output of configure from building one and the other.
> >Probably some important linker feature is misdetected.
> 
> OK, good idea.
> 
> One other data point: the crosstool gcc was built against glibc-2.2.2,
> but the fc3 gcc was of course built against glibc-2.3.x.
> How likely is that to cause problems in exception handling?

Very.  The fc3 gcc may assume dl_iterate_phdr.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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