aboutsummaryrefslogtreecommitdiff
path: root/gprof/hist.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-03-16 00:18:26 +0000
committerIan Lance Taylor <ian@airs.com>1997-03-16 00:18:26 +0000
commit1eb9fa9eba8fa6e76c5401ad0690701f04c2060c (patch)
tree67a0516c13cfa927ba3a04bdcd47045de464baba /gprof/hist.c
parent18f7e3dc7f33dadb4f44259b95dad96785613e50 (diff)
downloadgdb-1eb9fa9eba8fa6e76c5401ad0690701f04c2060c.zip
gdb-1eb9fa9eba8fa6e76c5401ad0690701f04c2060c.tar.gz
gdb-1eb9fa9eba8fa6e76c5401ad0690701f04c2060c.tar.bz2
Sat Mar 15 19:17:31 1997 H.J. Lu <hjl@lucon.org>
* symtab.h (find_call): Declare. * cg_arcs.c (cg_assemble): Don't declare find_call. * hist.c (scale_and_align_entries): Declare.
Diffstat (limited to 'gprof/hist.c')
-rw-r--r--gprof/hist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gprof/hist.c b/gprof/hist.c
index 717424d..2b2dceb 100644
--- a/gprof/hist.c
+++ b/gprof/hist.c
@@ -12,6 +12,8 @@
#include "sym_ids.h"
#include "utils.h"
+static void scale_and_align_entries PARAMS ((void));
+
/* declarations of automatically generated functions to output blurbs: */
extern void flat_blurb PARAMS ((FILE * fp));