mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 16:53:50 +08:00
Replace symbol_arch with symbol::arch
This turns symbol_arch into a method on symbol.
This commit is contained in:
@ -2506,7 +2506,7 @@ info_scope_command (const char *args_in, int from_tty)
|
||||
if (symname == NULL || *symname == '\0')
|
||||
continue; /* Probably botched, certainly useless. */
|
||||
|
||||
gdbarch = symbol_arch (sym);
|
||||
gdbarch = sym->arch ();
|
||||
|
||||
gdb_printf ("Symbol %s is ", symname);
|
||||
|
||||
|
Reference in New Issue
Block a user