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: multiple definitions of 'xxx keyed to...' in egcs-1.1.1


>>>>> Martin v Loewis <martin@mira.isdn.cs.tu-berlin.de> writes:

 > I think the minimal solution is to make initializer symbols static on
 > ELF systems.

This seems reasonable.

 > If somebody can propose a patch that produces significantly
 > more-unique symbols than the current code, this should also go into 1.2.

I think the current development code produces adequately unique symbols,
through randomness.  Cases where such disambiguation are rare in any case;
they only occur when the translation units don't contain any symbols known
to be unique, which should not occur often in real code.

Jason


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