aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-08-20 23:46:41 +0000
committerAlan Modra <amodra@gmail.com>2002-08-20 23:46:41 +0000
commitc5b060adc59e2cb7c679e9744e61d929f186729c (patch)
tree4ff019c45dc1702a17c52ee8236c6afdcc415a6b /binutils/readelf.c
parent8c2ab17d279e049cd4e446f308703bd28492e5de (diff)
downloadgdb-c5b060adc59e2cb7c679e9744e61d929f186729c.zip
gdb-c5b060adc59e2cb7c679e9744e61d929f186729c.tar.gz
gdb-c5b060adc59e2cb7c679e9744e61d929f186729c.tar.bz2
* readelf.c (parse_args): Change debug_dump_opt to static.
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index b0a7934..ea0aa02 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -2517,7 +2517,7 @@ parse_args (argc, argv)
do_debugging = 1;
else
{
- const char *debug_dump_opt[]
+ static const char *debug_dump_opt[]
= { "line", "info", "abbrev", "pubnames", "ranges",
"macro", "frames", "frames-interp", "str", "loc", NULL };
unsigned int index;