Date: Fri, 13 Oct 2000 18:19:28 -0400 (EDT) From: Marc Tardif <intmktg@CAM.ORG> To: freebsd-hackers@freebsd.org Subject: basic block counting Message-ID: <Pine.LNX.4.10.10010131817110.4428-100000@Gloria.CAM.ORG>
next in thread | raw e-mail | index | archive | help
How can I compile a program with basic-block counting enabled? When I try compiling with the -a flag, which should be what I need, this is what I get: /var/tmp/cczW87621.o(.stab+0x14): undefined reference to `LPBX0' /var/tmp/cczW87622.o(.stab+0x14): undefined reference to `LPBX0' /var/tmp/cczW87623.o(.stab+0x14): undefined reference to `LPBX0' /var/tmp/cczW87624.o(.stab+0x14): undefined reference to `LPBX0' /var/tmp/cczW87625.o(.stab+0x14): undefined reference to `LPBX0' /var/tmp/cczW87626.o(.stab+0x14): more undefined references to `LPBX0' follow Does that mean I should be linking something? Also, I found very little reference to the "LPBX0" keyword on the freebsd-hackers mailing list and on deja.com/usenet, what does it mean? OS: FreeBSD 4.1-RELEASE compiler: gcc version 2.95.2 19991024 (release) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.10.10010131817110.4428-100000>