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



  In message <u9ww1ii3mw.fsf@yorick.cygnus.com>you write:
  > The current code uses timestamp ^ pid directly, without going through the
  > random number generator.  The code was lifted from mkstemp in libiberty.
  > 
  > Really, this seems entirely adequate to me.  The number of translation
  > units that actually rely on this is small; witness how long it took to fix
  > this problem in the first place.
timestamp ^ pid seems quite reasonable to me too.  It's not 100% perfect, but
it is good enough IMHO.

So, what changes do I need to pull into egcs-1.1.2?

jeff


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