PR gdb/17960 Internal error: tracker != NULL when completing on file:function
[deliverable/binutils-gdb.git] / gdb / alpha-mdebug-tdep.c
index 2f0b30c1c08ec7099206c426b29b34abbb562869..a8a511bfeb7df4c07a8ab3dad9618b798adff67e 100644 (file)
@@ -1,5 +1,5 @@
 /* Target-dependent mdebug code for the ALPHA architecture.
-   Copyright (C) 1993-2014 Free Software Foundation, Inc.
+   Copyright (C) 1993-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -107,7 +107,8 @@ find_proc_desc (CORE_ADDR pc)
           symbol reading.  */
        sym = NULL;
       else
-       sym = lookup_symbol (MDEBUG_EFI_SYMBOL_NAME, b, LABEL_DOMAIN, 0);
+       sym = lookup_symbol (MDEBUG_EFI_SYMBOL_NAME, b, LABEL_DOMAIN,
+                            0).symbol;
     }
 
   if (sym)
This page took 0.036655 seconds and 4 git commands to generate.