K 10 svn:author V 2 dt K 8 svn:date V 27 1999-07-03T12:30:04.000000Z K 7 svn:log V 307 Don't ignore weak symbols. EGCS assign weak symbols to inline functions it couldn't inline (e.g. virtual inline functions), template functions, etc. Omitting them result in quite bogus profile. Weak symbols created by __weak_reference are not really problem. Caught by: Ilya Segalovich END