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]

Re: A completely different approach to EH runtime


Per Bothner <per@bothner.com> writes:

> There are two cases:
> (1) /lib/libgcc_s.so is compatible with $prefix/lib/libgcc_s.so,
> so no problem.  (This is of course what we're hoping for!)

>From the discussion I have seen so far, it would seem as though the
results are going to be the opposite. That is - in most cases I
suspect that the user-installed gcc will be a later version (ie
upgrade) in $prefix than the distribution-supplied one in
/usr. Therefore, I think it is far more likely that
$prefix/lib/libgcc_s.so will be backwards compatible with (the older)
/lib/libgcc_s.so than the other way round. 


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