* readelf.c (parse_args): Change debug_dump_opt to static.

This commit is contained in:
Alan Modra 2002-08-20 23:46:41 +00:00
parent 8c2ab17d27
commit c5b060adc5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
* readelf.c (parse_args): Change debug_dump_opt to static.
2002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
* stabs.c (parse_stab_argtype): Pass length of physname to

View File

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