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 1e328a7..58e39c7 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -1678,7 +1678,7 @@ info_address_command (const char *exp, int from_tty) printf_filtered ("unresolved"); else { - section = msym.minsym->obj_section (msym.objfile); + section = msym.obj_section (); if (section && (section->the_bfd_section->flags & SEC_THREAD_LOCAL) != 0) |