mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-22 07:53:36 +08:00
* readelf.c (parse_args): Change debug_dump_opt to static.
This commit is contained in:
parent
8c2ab17d27
commit
c5b060adc5
@ -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…
Reference in New Issue
Block a user