mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
* gmon_io.c (gmon_out_read): Remove double fclose of input file.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2010-06-15 Doug Semler <dougsemler@gmail.com>
|
||||||
|
|
||||||
|
* gmon_io.c (gmon_out_read): Remove double fclose of input file.
|
||||||
|
|
||||||
2010-06-08 Nick Clifton <nickc@redhat.com>
|
2010-06-08 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* gprof.texi (Sampling Error): Note that call counts and basic
|
* gprof.texi (Sampling Error): Note that call counts and basic
|
||||||
|
|||||||
@@ -551,8 +551,6 @@ gmon_out_read (const char *filename)
|
|||||||
cg_tally (from_pc, self_pc, count);
|
cg_tally (from_pc, self_pc, count);
|
||||||
}
|
}
|
||||||
|
|
||||||
fclose (ifp);
|
|
||||||
|
|
||||||
if (hz == HZ_WRONG)
|
if (hz == HZ_WRONG)
|
||||||
{
|
{
|
||||||
/* How many ticks per second? If we can't tell, report
|
/* How many ticks per second? If we can't tell, report
|
||||||
|
|||||||
Reference in New Issue
Block a user