mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 16:53:50 +08:00
* basic_blocks.c: Warning fixes.
* gmon_io.c: Likewise. * hist.c: Likewise. * hist.h: Likewise.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user