mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
PR 10656
* readelf.c: Remove duplicate declaration of variable do_wide. * dwarf.h: Add export of do_wide. * hist.h: Move declaration of histograms and num_histograms variables from here to... * hist.c: ...here.
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
/* hist.h
|
||||
|
||||
Copyright 2000, 2001, 2002, 2004, 2005, 2007 Free Software Foundation, Inc.
|
||||
Copyright 2000, 2001, 2002, 2004, 2005, 2007, 2009
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Binutils.
|
||||
|
||||
@ -30,8 +31,8 @@ typedef struct histogram
|
||||
int *sample; /* Histogram samples (shorts in the file!). */
|
||||
} histogram;
|
||||
|
||||
histogram *histograms;
|
||||
unsigned num_histograms;
|
||||
extern histogram * histograms;
|
||||
extern unsigned num_histograms;
|
||||
|
||||
/* Scale factor converting samples to pc values:
|
||||
each sample covers HIST_SCALE bytes. */
|
||||
|
Reference in New Issue
Block a user