From owner-cvs-all Fri Jul 16 0:23:14 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 2FA7814E3A; Fri, 16 Jul 1999 00:23:11 -0700 (PDT) (envelope-from simokawa@FreeBSD.org) Received: (from simokawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA02494; Fri, 16 Jul 1999 00:22:10 -0700 (PDT) (envelope-from simokawa@FreeBSD.org) Message-Id: <199907160722.AAA02494@freefall.freebsd.org> From: Hidetoshi Shimokawa Date: Fri, 16 Jul 1999 00:22:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile src/usr.bin/gprof alpha.c alpha.h gprof.c gprof.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk simokawa 1999/07/16 00:22:10 PDT Modified files: usr.bin Makefile usr.bin/gprof gprof.c gprof.h Added files: usr.bin/gprof alpha.c alpha.h Log: Enable gprof on alpha. * alpha.{c,h} are same as i386.{c,h}. * Force address calculation to be done in long precision(64bit on alpha) rather than double precision(52bit). Revision Changes Path 1.128 +2 -2 src/usr.bin/Makefile 1.10 +3 -3 src/usr.bin/gprof/gprof.c 1.9 +4 -1 src/usr.bin/gprof/gprof.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message