* basic_blocks.c: Warning fixes.
* gmon_io.c: Likewise. * hist.c: Likewise. * hist.h: Likewise.
This commit is contained in:
parent
b7712f8d34
commit
8c62e9e130
5 changed files with 30 additions and 22 deletions
|
@ -2,7 +2,7 @@
|
|||
of basic-block info to/from gmon.out; computing and formatting of
|
||||
basic-block related statistics.
|
||||
|
||||
Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||
Copyright 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Binutils.
|
||||
|
||||
|
@ -118,7 +118,7 @@ fskip_string (FILE *fp)
|
|||
void
|
||||
bb_read_rec (FILE *ifp, const char *filename)
|
||||
{
|
||||
int nblocks, b;
|
||||
unsigned int nblocks, b;
|
||||
bfd_vma addr, ncalls;
|
||||
Sym *sym;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue