diff options
author | Nick Clifton <nickc@redhat.com> | 2009-09-25 09:57:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-09-25 09:57:50 +0000 |
commit | c34f4fc672e56b1bcd89a108e2b799437ce2241a (patch) | |
tree | 0a1bce7cfcd6d7a2b380743fa26f263271848364 /binutils/readelf.c | |
parent | b7c313290aec759532d0f6f93b594b79c9059fea (diff) | |
download | gdb-c34f4fc672e56b1bcd89a108e2b799437ce2241a.zip gdb-c34f4fc672e56b1bcd89a108e2b799437ce2241a.tar.gz gdb-c34f4fc672e56b1bcd89a108e2b799437ce2241a.tar.bz2 |
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.
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index 425161c..9c09823 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -149,7 +149,6 @@ #include "filenames.h" char * program_name = "readelf"; -int do_wide; static long archive_file_offset; static unsigned long archive_file_size; static unsigned long dynamic_addr; |