PR symtab/8424:
[deliverable/binutils-gdb.git] / gdb / hppa-hpux-tdep.c
index ad9b4fad41dc897067d53d651abde3f827bb380a..e964064d8dee7e2526d4a366348d527384ce7187 100644 (file)
@@ -184,7 +184,7 @@ hppa64_hpux_in_solib_call_trampoline (struct gdbarch *gdbarch,
   if (! minsym.minsym)
     return 0;
 
-  sec = SYMBOL_OBJ_SECTION (minsym.minsym)->the_bfd_section;
+  sec = SYMBOL_OBJ_SECTION (minsym.objfile, minsym.minsym)->the_bfd_section;
 
   if (bfd_get_section_vma (sec->owner, sec) <= pc
       && pc < (bfd_get_section_vma (sec->owner, sec)
This page took 0.023349 seconds and 4 git commands to generate.