mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-30 21:34:42 +08:00
* readelf.c (parse_args): Change debug_dump_opt to static.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user