Fix PR threads/19422 - show which thread caused stop
[deliverable/binutils-gdb.git] / gdb / solib-dsbt.c
index 3218bbec6358f2238f4d065fc8da694ae1dd1735..b11eae7669a216bc8d522ec84fb073fec7878e0a 100644 (file)
@@ -1,5 +1,5 @@
 /* Handle TIC6X (DSBT) shared libraries for GDB, the GNU Debugger.
-   Copyright (C) 2010-2015 Free Software Foundation, Inc.
+   Copyright (C) 2010-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -777,7 +777,7 @@ enable_break_failure_warning (void)
 /* Helper function for gdb_bfd_lookup_symbol.  */
 
 static int
-cmp_name (asymbol *sym, void *data)
+cmp_name (const asymbol *sym, const void *data)
 {
   return (strcmp (sym->name, (const char *) data) == 0);
 }
This page took 0.039133 seconds and 4 git commands to generate.