From owner-cvs-all Sat Jul 3 5:30: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 698B714F18; Sat, 3 Jul 1999 05:30:07 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA67703; Sat, 3 Jul 1999 05:30:07 -0700 (PDT) (envelope-from dt@FreeBSD.org) Message-Id: <199907031230.FAA67703@freefall.freebsd.org> From: Dmitrij Tejblum Date: Sat, 3 Jul 1999 05:30:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/gprof elf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1999/07/03 05:30:06 PDT Modified files: usr.bin/gprof elf.c Log: 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 Revision Changes Path 1.2 +0 -1 src/usr.bin/gprof/elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message