diff options
Diffstat (limited to 'gdb/printcmd.c')
-rw-r--r-- | gdb/printcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/printcmd.c b/gdb/printcmd.c index 0b0a1d6..787d8d7 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -1686,7 +1686,7 @@ info_address_command (const char *exp, int from_tty) puts_filtered (sym->print_name ()); printf_filtered ("\" is "); val = SYMBOL_VALUE (sym); - if (SYMBOL_OBJFILE_OWNED (sym)) + if (sym->is_objfile_owned ()) section = sym->obj_section (symbol_objfile (sym)); else section = NULL; |