Remove duplicate or commented-out #includes
[deliverable/binutils-gdb.git] / gdb / minsyms.c
index 053c93ece8eaa3b0d58b268416adfbbf2a415c6f..7cd7ba9f676de3f93f6d98c03f4206e763eecc16 100644 (file)
@@ -1494,7 +1494,7 @@ find_solib_trampoline_target (struct frame_info *frame, CORE_ADDR pc)
     {
       for (objfile *objfile : current_program_space->objfiles ())
        {
-         for (minimal_symbol *msymbol : objfile_msymbols (objfile))
+         for (minimal_symbol *msymbol : objfile->msymbols ())
            {
              /* Also handle minimal symbols pointing to function
                 descriptors.  */
This page took 0.022835 seconds and 4 git commands to generate.