From 0eee5820aa0f68b2283b40f5a3fb09aefcfb1575 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 14 Mar 2001 03:14:56 +0000 Subject: David Mosberger's fixes for cross compiling gprof. --- gprof/source.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gprof/source.h') diff --git a/gprof/source.h b/gprof/source.h index c7a197a..58a4e97 100644 --- a/gprof/source.h +++ b/gprof/source.h @@ -1,6 +1,6 @@ /* source.h - - Copyright 2000 Free Software Foundation, Inc. + + Copyright 2000, 2001 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -53,7 +53,7 @@ extern Source_File *source_file_lookup_name PARAMS ((const char *)); MAX_WIDTH characters wide and for each source-line an annotation is obtained by invoking function ANNOTE. ARG is an argument passed to ANNOTE that is left uninterpreted by annotate_source(). - + Returns a pointer to the output file (which maybe stdout) such that summary statistics can be printed. If the returned file is not stdout, it should be closed when done with it. */ -- cgit v1.1