* 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:
Nick Clifton 2009-09-25 09:57:50 +00:00
parent b7c313290a
commit c34f4fc672
6 changed files with 28 additions and 11 deletions

View file

@ -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;