reverse-finish: turn internal error into normal error
[deliverable/binutils-gdb.git] / gdb / alpha-mdebug-tdep.c
index 78d20e6372217ab2a8b6a32c1b817a319010d7c5..8c29425ec493e68085fc8674871434217e5863d2 100644 (file)
@@ -1,5 +1,5 @@
 /* Target-dependent mdebug code for the ALPHA architecture.
-   Copyright (C) 1993-2013 Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -93,7 +93,7 @@
 static struct mdebug_extra_func_info *
 find_proc_desc (CORE_ADDR pc)
 {
-  struct block *b = block_for_pc (pc);
+  const struct block *b = block_for_pc (pc);
   struct mdebug_extra_func_info *proc_desc = NULL;
   struct symbol *sym = NULL;
   const char *sh_name = NULL;
This page took 0.024089 seconds and 4 git commands to generate.