summaryrefslogtreecommitdiffstats
path: root/util_lib/elf_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'util_lib/elf_info.c')
-rw-r--r--util_lib/elf_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util_lib/elf_info.c b/util_lib/elf_info.c
index d9397ecd..5d0efaaf 100644
--- a/util_lib/elf_info.c
+++ b/util_lib/elf_info.c
@@ -20,7 +20,7 @@
/* The 32bit and 64bit note headers make it clear we don't care */
typedef Elf32_Nhdr Elf_Nhdr;
-static const char *fname;
+const char *fname;
static Elf64_Ehdr ehdr;
static Elf64_Phdr *phdr;
static int num_pt_loads;