* readelf.c (parse_args): Change debug_dump_opt to static.
This commit is contained in:
parent
8c2ab17d27
commit
c5b060adc5
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
|
||||||
|
|
||||||
* stabs.c (parse_stab_argtype): Pass length of physname to
|
* stabs.c (parse_stab_argtype): Pass length of physname to
|
||||||
|
|
|
@ -2517,7 +2517,7 @@ parse_args (argc, argv)
|
||||||
do_debugging = 1;
|
do_debugging = 1;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
const char *debug_dump_opt[]
|
static const char *debug_dump_opt[]
|
||||||
= { "line", "info", "abbrev", "pubnames", "ranges",
|
= { "line", "info", "abbrev", "pubnames", "ranges",
|
||||||
"macro", "frames", "frames-interp", "str", "loc", NULL };
|
"macro", "frames", "frames-interp", "str", "loc", NULL };
|
||||||
unsigned int index;
|
unsigned int index;
|
||||||
|
|
Loading…
Add table
Reference in a new issue