Date: Sat, 3 Jul 1999 05:30:06 -0700 (PDT) From: Dmitrij Tejblum <dt@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/gprof elf.c Message-ID: <199907031230.FAA67703@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <iseg@comptek.ru> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907031230.FAA67703>