frame: add frame_id_build_unavailable_stack_special
[deliverable/binutils-gdb.git] / gdb / blockframe.c
index aedad3e63572e30544a5bba57a95cae611de7e39..b03cd1b83514bb3e6b773e6eaba91813f2716f16 100644 (file)
@@ -1,7 +1,7 @@
 /* Get info from stack frames; convert between frames, blocks,
    functions and pc values.
 
-   Copyright (C) 1986-2013 Free Software Foundation, Inc.
+   Copyright (C) 1986-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -35,7 +35,6 @@
 #include "gdbcmd.h"
 #include "block.h"
 #include "inline-frame.h"
-#include "psymtab.h"
 
 /* Return the innermost lexical block in execution in a specified
    stack frame.  The frame address is assumed valid.
@@ -292,8 +291,8 @@ find_pc_partial_function_gnu_ifunc (CORE_ADDR pc, const char **name,
        {
          if (SYMBOL_VALUE_ADDRESS (msymbol + i)
              != SYMBOL_VALUE_ADDRESS (msymbol)
-             && SYMBOL_OBJ_SECTION (msymbol + i)
-             == SYMBOL_OBJ_SECTION (msymbol))
+             && SYMBOL_SECTION (msymbol + i)
+             == SYMBOL_SECTION (msymbol))
            break;
        }
 
This page took 0.02379 seconds and 4 git commands to generate.