Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / infcmd.c
index 9b65f1afa00fbb417bb8de5fb38eb625fe891b36..7b26663a0934f22aa29247e5087e5faa12eea070 100644 (file)
@@ -1,6 +1,6 @@
 /* Memory-access and commands for "inferior" process, for GDB.
 
-   Copyright (C) 1986-2014 Free Software Foundation, Inc.
+   Copyright (C) 1986-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -1202,7 +1202,7 @@ jump_command (char *arg, int from_tty)
       struct obj_section *section;
 
       fixup_symbol_section (sfn, 0);
-      section = SYMBOL_OBJ_SECTION (SYMBOL_OBJFILE (sfn), sfn);
+      section = SYMBOL_OBJ_SECTION (symbol_objfile (sfn), sfn);
       if (section_is_overlay (section)
          && !section_is_mapped (section))
        {
This page took 0.023826 seconds and 4 git commands to generate.