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 shared version of libgcc


> SunOS4 will object if libgcc.so is linked to more than one thing in the 
> set of things to be loaded. It will have decided on a "base address" 
> when it loads it the 1st time, and will then complain when it sees
> it the second time (which is does not supress) that things have 
> different adddresses. 

Ok, this is a serious objection, which should be considered when
implementing the shared libgcc.so. It appears that libgcc should not
be shared on SunOS 4, then (as you suggested), which essentially means
that it will suffer the problems which were always attached to libgcc.

Regards,
Martin

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