Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 03/12/1999 14:06:44
Module Name:	src
Committed By:	sommerfeld
Date:		Fri Mar 12 22:06:44 UTC 1999

Modified Files:
	src/gnu/usr.bin/egcs: Makefile
Added Files:
	src/gnu/usr.bin/egcs/gcov: Makefile
Log Message:
Build and install gcov, a basic block profiler/code coverage tool.
This program just formats the output.
Compiler and runtime support are already enabled in egcs for the
platforms I've tried (i386, arm32).
No man page (yet).
The info file is already being installed.