summaryrefslogtreecommitdiff
path: root/gprof/hist.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2005-02-22 12:59:21 +0000
committerAlan Modra <amodra@bigpond.net.au>2005-02-22 12:59:21 +0000
commitbfbbe4058fb0bab777bab6aa78d99ea99e29618f (patch)
treef79351d37384edf0f1de177e171cbfccdbf9e9a7 /gprof/hist.h
parent926ec7adc33431107a39a8df748c41894ce4ace0 (diff)
downloadbinutils-redhat-bfbbe4058fb0bab777bab6aa78d99ea99e29618f.tar.gz
* basic_blocks.c: Warning fixes.
* gmon_io.c: Likewise. * hist.c: Likewise. * hist.h: Likewise.
Diffstat (limited to 'gprof/hist.h')
-rw-r--r--gprof/hist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/hist.h b/gprof/hist.h
index bb644262cf..5902f666a4 100644
--- a/gprof/hist.h
+++ b/gprof/hist.h
@@ -1,6 +1,6 @@
/* hist.h
- Copyright 2000, 2001 Free Software Foundation, Inc.
+ Copyright 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Binutils.
@@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
extern bfd_vma s_lowpc; /* Lowpc from the profile file. */
extern bfd_vma s_highpc; /* Highpc from the profile file. */
extern bfd_vma lowpc, highpc; /* Range profiled, in UNIT's. */
-extern int hist_num_bins; /* Number of histogram bins. */
+extern unsigned int hist_num_bins; /* Number of histogram bins. */
extern int *hist_sample; /* Code histogram. */
/* Scale factor converting samples to pc values: